pokered/text/ViridianNicknameHouse.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

23 lines
417 B
NASM

_ViridianNicknameHouseBaldingGuyText::
text "Coming up with"
line "nicknames is fun,"
cont "but hard."
para "Simple names are"
line "the easiest to"
cont "remember."
done
_ViridianNicknameHouseLittleGirlText::
text "My Daddy loves"
line "#MON too."
done
_ViridianNicknameHouseSpearowText::
text "SPEARY: Tetweet!"
done
_ViridianNicknameHouseSpearySignText::
text "SPEAROW"
line "Name: SPEARY"
done