mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -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
|