| Prev: 928D | Up: Map | Next: 9367 |
935D: Return point when attribute color is zero.
|
Restores registers and returns without filling any attributes. Called when sprite has no visible color.
|
||||
| handle_zero_attributes | 935D | LD A,($928B) | Restore width from attr_sprite_width, pop BC and HL, load new coordinates from object_coordinates into DE, return. | |
| 9360 | POP BC | |||
| 9361 | POP HL | |||
| 9362 | LD DE,($8B0C) | |||
| 9366 | RET | |||
| Prev: 928D | Up: Map | Next: 9367 |