mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 07:58:09 -05:00
54 lines
800 B
NASM
54 lines
800 B
NASM
ViridianForestPrintTrainerTips1Text::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestTrainerTips1Text
|
|
text_end
|
|
|
|
ViridianForestPrintUseAntidoteSignText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestUseAntidoteSignText
|
|
text_end
|
|
|
|
ViridianForestPrintTrainerTips2Text::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestTrainerTips2Text
|
|
text_end
|
|
|
|
ViridianForestPrintTrainerTips3Text::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestTrainerTips3Text
|
|
text_end
|
|
|
|
ViridianForestPrintTrainerTips4Text::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestTrainerTips4Text
|
|
text_end
|
|
|
|
ViridianForestPrintLeavingSignText:
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianForestLeavingSignText
|
|
text_end
|