Routines |
Prev: 28034 | Up: Map | Next: 28159 |
Used by the routine at 29597. Returns with A=1.
|
||||||||
28150 | LD L,1 | |||||||
28152 | DEC A | This instruction resets the zero flag | ||||||
28153 | LD A,L | A=1 | ||||||
28154 | RET NZ | This return always happens | ||||||
The following instructions are never executed.
|
||||||||
28155 | LD A,(58884) | A=Sam's z-coordinate | ||||||
28158 | RET |
Prev: 28034 | Up: Map | Next: 28159 |