Prev: 7B04 Up: Map Next: 7B2D
7B0D: Paratrooper State Data
State variables for the walking paratrooper hazard. Only rooms 05, 06 and 08 have active entries.
Room 01:
Paratrooper_State_Data 7B0D DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B0E DEFB $00 Platform Y position.
7B0F DEFB $00 Left boundary X position.
7B10 DEFB $00 Right boundary X position.
Room 02:
7B11 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B12 DEFB $00 Platform Y position.
7B13 DEFB $00 Left boundary X position.
7B14 DEFB $00 Right boundary X position.
Room 03:
7B15 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B16 DEFB $00 Platform Y position.
7B17 DEFB $00 Left boundary X position.
7B18 DEFB $00 Right boundary X position.
Room 04:
7B19 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B1A DEFB $00 Platform Y position.
7B1B DEFB $00 Left boundary X position.
7B1C DEFB $00 Right boundary X position.
Room 05:
7B1D DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B1E DEFB $68 Platform Y position.
7B1F DEFB $50 Left boundary X position.
7B20 DEFB $78 Right boundary X position.
Room 06:
7B21 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B22 DEFB $88 Platform Y position.
7B23 DEFB $BC Left boundary X position.
7B24 DEFB $EF Right boundary X position.
Room 07:
7B25 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B26 DEFB $00 Platform Y position.
7B27 DEFB $00 Left boundary X position.
7B28 DEFB $00 Right boundary X position.
Room 08:
7B29 DEFB $00 Stunned flag (bit 7 set = stunned by egg).
7B2A DEFB $98 Platform Y position.
7B2B DEFB $78 Left boundary X position.
7B2C DEFB $EF Right boundary X position.
Prev: 7B04 Up: Map Next: 7B2D