Data |
Prev: 42262 | Up: Map | Next: 42268 |
Used by the routine at 60315. This list indicates, in descending order of preference, the directions in which a character who is facing right and moving down may go.
|
||||
42264 | DEFB 4 | Bit 2 set: down/right | ||
42265 | DEFB 8 | Bit 3 set: down/left | ||
42266 | DEFB 64 | Bit 6 set: right | ||
42267 | DEFB 16 | Bit 4 set: up/right |
Prev: 42262 | Up: Map | Next: 42268 |