![]() |
Data |
Prev: 42006 | Up: Map |
Used by the routine at 60315. This list indicates, in descending order of preference, the directions in which a character who is facing left and moving down may go.
|
||||||||
42008 | DEFB 8 | Bit 3 set: down/left | ||||||
42009 | DEFB 4 | Bit 2 set: down/right | ||||||
42010 | DEFB 128 | Bit 7 set: left | ||||||
42011 | DEFB 32 | Bit 5 set: up/left |
Prev: 42006 | Up: Map |