![]() |
Routines |
Prev: 6A3F | Up: Map |
|
||||||||
6A6A | LD HL,($6DB6) | Retrieve the address of the guard's buffer. | ||||||
6A6D | LD DE,$6DB8 | Point DE at the temporary guard buffer. | ||||||
6A70 | EX DE,HL | Switch pointers. | ||||||
6A71 | LD BC,$002B | Copy the temporary guard buffer back into place. | ||||||
6A74 | LDIR | |||||||
6A76 | RET |
Prev: 6A3F | Up: Map |