| Chase H.Q. | Routines |
| Prev: E9B4 | Up: Map | Next: EBFF |
|
Calls menu_draw_string repeatedly, each call returning the address of the next record, until the byte at the start of the next record is zero. The check follows the draw, so a list always renders at least one string.
Used by the routines at stt_wait_for_keypress_loop and redefine_keys_48k.
|
||||
| menu_draw_strings | EBF7 | CALL menu_draw_string | Call menu_draw_string | |
| EBFA | LD A,(HL) | If the next byte's zero then return | ||
| EBFB | AND A | |||
| EBFC | RET Z | |||
| EBFD | JR menu_draw_strings | Otherwise loop | ||
| Prev: E9B4 | Up: Map | Next: EBFF |