Prev: 30329 Up: Map Next: 30348
30336: Handler: Plane
Input
A Phase counter
IX Pointer to plane sprite data
Handler_Plane 30336 PUSH AF Stash the current level on the stack.
30337 CALL Handle_Plane Call Handle_Plane.
30340 POP AF Restore the current level from the stack.
The plane can only drop bombs from level 4 onwards.
30341 CP 4 Return if this is below level 4.
30343 RET C
30344 CALL Handle_Plane_Bomb Call Handle_Plane_Bomb.
30347 RET Return.
Prev: 30329 Up: Map Next: 30348