Prev: 31492 Up: Map Next: 31533
31501: Paratrooper State Data
State variables for the walking paratrooper hazard. Only rooms 5, 6 and 8 have active entries.
Room 1:
Paratrooper_State_Data 31501 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31502 DEFB 0 Platform Y position.
31503 DEFB 0 Left boundary X position.
31504 DEFB 0 Right boundary X position.
Room 2:
31505 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31506 DEFB 0 Platform Y position.
31507 DEFB 0 Left boundary X position.
31508 DEFB 0 Right boundary X position.
Room 3:
31509 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31510 DEFB 0 Platform Y position.
31511 DEFB 0 Left boundary X position.
31512 DEFB 0 Right boundary X position.
Room 4:
31513 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31514 DEFB 0 Platform Y position.
31515 DEFB 0 Left boundary X position.
31516 DEFB 0 Right boundary X position.
Room 5:
31517 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31518 DEFB 104 Platform Y position.
31519 DEFB 80 Left boundary X position.
31520 DEFB 120 Right boundary X position.
Room 6:
31521 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31522 DEFB 136 Platform Y position.
31523 DEFB 188 Left boundary X position.
31524 DEFB 239 Right boundary X position.
Room 7:
31525 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31526 DEFB 0 Platform Y position.
31527 DEFB 0 Left boundary X position.
31528 DEFB 0 Right boundary X position.
Room 8:
31529 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31530 DEFB 152 Platform Y position.
31531 DEFB 120 Left boundary X position.
31532 DEFB 239 Right boundary X position.
Prev: 31492 Up: Map Next: 31533