mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-08 14:41:07 +13:00
8 lines
127 B
NASM
8 lines
127 B
NASM
PrintNewBikeText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump NewBicycleText
|
|
|
|
NewBicycleText::
|
|
TX_FAR _NewBicycleText
|
|
db "@"
|