Prev: 31431 Up: Map Next: 31464
31432: Cat State Data
State variables for the cat hazard. Only rooms 2, 3, 5, 6, 7 and 8 have active entries.
Room 1:
Cat_State_Data 31432 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31433 DEFB 0 Platform Y position.
31434 DEFB 0 Left boundary X position.
31435 DEFB 0 Right boundary X position.
Room 2:
31436 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31437 DEFB 160 Platform Y position.
31438 DEFB 72 Left boundary X position.
31439 DEFB 239 Right boundary X position.
Room 3:
31440 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31441 DEFB 136 Platform Y position.
31442 DEFB 112 Left boundary X position.
31443 DEFB 239 Right boundary X position.
Room 4:
31444 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31445 DEFB 0 Platform Y position.
31446 DEFB 0 Left boundary X position.
31447 DEFB 0 Right boundary X position.
Room 5:
31448 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31449 DEFB 160 Platform Y position.
31450 DEFB 4 Left boundary X position.
31451 DEFB 239 Right boundary X position.
Room 6:
31452 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31453 DEFB 144 Platform Y position.
31454 DEFB 50 Left boundary X position.
31455 DEFB 153 Right boundary X position.
Room 7:
31456 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31457 DEFB 160 Platform Y position.
31458 DEFB 57 Left boundary X position.
31459 DEFB 160 Right boundary X position.
Room 8:
31460 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31461 DEFB 160 Platform Y position.
31462 DEFB 4 Left boundary X position.
31463 DEFB 80 Right boundary X position.
Prev: 31431 Up: Map Next: 31464