Prev: 60F9 Up: Map Next: 610B
6100: Print a tile (unused)
Used by the (unused) routine at 64E6.
Input
D Skool y-coordinate (152-172)
E Skool x-coordinate (0-95)
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