mirror of
https://github.com/pret/pokered.git
synced 2026-04-23 16:43:50 -05:00
8 lines
131 B
NASM
8 lines
131 B
NASM
PrintNewBikeText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump NewBicycleText
|
|
|
|
NewBicycleText::
|
|
text_far _NewBicycleText
|
|
text_end
|