mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
8 lines
184 B
NASM
8 lines
184 B
NASM
; function to draw various text boxes
|
|
; INPUT:
|
|
; [wTextBoxID] = text box ID
|
|
; b, c = y, x cursor position (TWO_OPTION_MENU only)
|
|
DisplayTextBoxID::
|
|
homecall_sf DisplayTextBoxID_
|
|
ret
|