![]() |
Game status buffer |
| Prev: 81B7 | Up: Map | Next: 81BB |
|
This holds the hero's map position (type: tinypos_t). event_roll_call, for example, uses this to test that the hero is within the roll call area.
|
||||
| hero_map_position_x | 81B8 | DEFB $DB | ||
| hero_map_position_y | 81B9 | DEFB $DB | ||
| hero_map_position_height | 81BA | DEFB $FF | ||
| Prev: 81B7 | Up: Map | Next: 81BB |