mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
24 lines
487 B
NASM
24 lines
487 B
NASM
PrintFightingDojoText2:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump EnemiesOnEverySideText
|
|
|
|
EnemiesOnEverySideText::
|
|
text_far _EnemiesOnEverySideText
|
|
text_end
|
|
|
|
PrintFightingDojoText3:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump WhatGoesAroundComesAroundText
|
|
|
|
WhatGoesAroundComesAroundText::
|
|
text_far _WhatGoesAroundComesAroundText
|
|
text_end
|
|
|
|
PrintFightingDojoText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump FightingDojoText
|
|
|
|
FightingDojoText::
|
|
text_far _FightingDojoText
|
|
text_end
|