Prev: 6DB6 Up: Map Next: 6DE3
6DB8: Temporary guard buffer
The contents of a guard's buffer (see 6DE3) are copied here by the routine at 6A3F whenever the guard needs to be moved, drawn or otherwise examined. After that, the updated contents are copied back to the original location by the routine at 6A6A.
6DB8 DEFW $0000 Current location. Used by the routines at 6000, 63DA, 655B, 663D, 66A4, 6A3F and 6A6A.
6DBA DEFB $00 Animation frame. Used by the routines at 63DA, 663D, 66A4 and 686A.
6DBB DEFB $00 Animation frame timer. Used by the routine at 663D.
6DBC DEFW $0000 New location. Used by the routines at 6000, 63DA, 655B, 663D and 66A4.
6DBE DEFB $00 Return delay counter. Used by the routines at 63DA, 663D, 66A4, 673A and 6922.
6DBF DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00 Maze background tiles at the guard's location. Used by the routines at 6000, 655B, 6922 and 6C68.
6DC8 DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00
6DD1 DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00
6DDA DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00
Prev: 6DB6 Up: Map Next: 6DE3