Routines |
Prev: 6D82 | Up: Map | Next: 6DFF |
Used by the routine at 739D. Returns with A=1.
|
||||||||
6DF6 | LD L,$01 | |||||||
6DF8 | DEC A | This instruction resets the zero flag | ||||||
6DF9 | LD A,L | A=1 | ||||||
6DFA | RET NZ | This return always happens | ||||||
The following instructions are never executed.
|
||||||||
6DFB | LD A,($E604) | A=Sam's z-coordinate | ||||||
6DFE | RET |
Prev: 6D82 | Up: Map | Next: 6DFF |