mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
8 lines
127 B
NASM
8 lines
127 B
NASM
PrintNewBikeText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump NewBicycleText
|
|
|
|
NewBicycleText::
|
|
TX_FAR _NewBicycleText
|
|
db "@"
|