Prev: BC72 Up: Map Next: BC83
BC7D: cursor_left
Used by the routine at move_cursor.
Move cursor left and prevent from going into border.
cursor_left BC7D DEC C Decrement x-coordinate.
BC7E JR NZ,cursor_left_0 If 0 set back to 1.
BC80 INC C
cursor_left_0 BC81 JR cursor_right_1 Jump to return instruction at cursor_right_1.
Prev: BC72 Up: Map Next: BC83