Routines |
Prev: BBE7 | Up: Map | Next: BC72 |
Used by the routine at move_cursor.
Move cursor up and prevent from going into border.
|
||||
cursor_up | BC6C | DEC B | Decrement y-coordinate. | |
BC6D | JR NZ,cursor_up_0 | If 0 set back to 1. | ||
BC6F | INC B | |||
cursor_up_0 | BC70 | JR cursor_right_1 | Jump to return instruction at cursor_right_1. |
Prev: BBE7 | Up: Map | Next: BC72 |