mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
8 lines
131 B
NASM
8 lines
131 B
NASM
PrintNewBikeText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump NewBicycleText
|
|
|
|
NewBicycleText::
|
|
text_far _NewBicycleText
|
|
text_end
|