Routines |
Prev: 60F9 | Up: Map | Next: 610B |
Used by the (unused) routine at 64E6.
|
||||||||||
6100 | LD A,($7F00) | A=leftmost column of the skool on-screen (0-64) | ||||||||
6103 | CP E | Return if E corresponds to a column that is currently off-screen; otherwise continue into 610B | ||||||||
6104 | JR Z,$610B | |||||||||
6106 | RET NC | |||||||||
6107 | ADD A,$1F | |||||||||
6109 | CP E | |||||||||
610A | RET C |
Prev: 60F9 | Up: Map | Next: 610B |