mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 16:19:51 -05:00
18 lines
281 B
NASM
18 lines
281 B
NASM
ViridianSchoolHousePrintLittleGirlText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianSchoolHouseLittleGirlText
|
|
text_end
|
|
|
|
ViridianSchoolHousePrintCooltrainerFText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _ViridianSchoolHouseCooltrainerFText
|
|
text_end
|