Prev: 30638 Up: Map Next: 30643
30639: Plane State Data
State variables for the plane hazard.
Plane_State_Data 30639 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
30640 DEFB 0 Flight direction (bit 7 set = flying left).
30641 DEFB 0 Active flag (bit 7 set = plane is on screen).
30642 DEFB 0 Bomb active flag (bit 7 set = bomb is falling).
Prev: 30638 Up: Map Next: 30643