![]() |
Routines |
| Prev: A42A | Up: Map | Next: A44B |
|
|
||||
| A43B | LD A,($9703) | A=9703. | ||
| A43E | CP (IX+$01) | |||
| A441 | JR NZ,RemoveExplosion | |||
| A443 | CALL DrawEntity | Call DrawEntity. | ||
|
This entry point is used by the routine at A42A.
|
||||
| RemoveExplosion | A446 | LD (IX+$00),$00 | Set IX+00 (sprite reference) to 00. | |
| A44A | RET | Return. | ||
| Prev: A42A | Up: Map | Next: A44B |