Prev: 31432 Up: Map Next: 31492
31464: Dog State Data
State variables for the dog hazard. Only rooms 3 and 7 have active entries.
Room 1:
Dog_State_Data 31464 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31465 DEFB 0 Platform Y position.
31466 DEFB 0 Left boundary X position.
31467 DEFB 0 Right boundary X position.
Room 2:
31468 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31469 DEFB 0 Platform Y position.
31470 DEFB 0 Left boundary X position.
31471 DEFB 0 Right boundary X position.
Room 3:
31472 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31473 DEFB 120 Platform Y position.
31474 DEFB 112 Left boundary X position.
31475 DEFB 239 Right boundary X position.
Room 4:
31476 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31477 DEFB 0 Platform Y position.
31478 DEFB 0 Left boundary X position.
31479 DEFB 0 Right boundary X position.
Room 5:
31480 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31481 DEFB 0 Platform Y position.
31482 DEFB 0 Left boundary X position.
31483 DEFB 0 Right boundary X position.
Room 6:
31484 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31485 DEFB 0 Platform Y position.
31486 DEFB 0 Left boundary X position.
31487 DEFB 0 Right boundary X position.
Room 7:
31488 DEFB 0 Stunned flag (bit 7 set = stunned by egg).
31489 DEFB 144 Platform Y position.
31490 DEFB 144 Left boundary X position.
31491 DEFB 239 Right boundary X position.
Prev: 31432 Up: Map Next: 31492