Prev: 6D82 Up: Map Next: 6DFF
6DF6: Set A=1
Used by the routine at 739D. Returns with A=1.
Input
A 0x7A (the MSB of the routine at 7A57)
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