Prev: E9B4 Up: Map Next: EBFF
EBF7: Renders strings until it hits a NUL byte
Used by the routines at wait_for_keypress and redefine_keys.
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