Prev: 77AE Up: Map Next: 77B3
77AF: Plane State Data
State variables for the plane hazard.
Plane_State_Data 77AF DEFB $00 Stunned flag (bit 7 set = stunned by egg).
77B0 DEFB $00 Flight direction (bit 7 set = flying left).
77B1 DEFB $00 Active flag (bit 7 set = plane is on screen).
77B2 DEFB $00 Bomb active flag (bit 7 set = bomb is falling).
Prev: 77AE Up: Map Next: 77B3