Prev: 7679 Up: Map Next: 768C
7680: Handler: Plane
Input
A Phase counter
IX Pointer to plane sprite data
Handler_Plane 7680 PUSH AF Stash the current level on the stack.
7681 CALL Handle_Plane Call Handle_Plane.
7684 POP AF Restore the current level from the stack.
The plane can only drop bombs from level 04 onwards.
7685 CP $04 Return if this is below level 04.
7687 RET C
7688 CALL Handle_Plane_Bomb Call Handle_Plane_Bomb.
768B RET Return.
Prev: 7679 Up: Map Next: 768C