Prev: 81A3 Up: Map Next: 81AA
81A4: Saved position
This holds a position (type: pos_t OR tinypos_t, depending on the code). It is used all over the code either for scratch space or for argument passing.
saved_pos_x 81A4 DEFW $60E0
saved_pos_y 81A6 DEFW $C060
saved_height 81A8 DEFW $80C0
Prev: 81A3 Up: Map Next: 81AA