pokered/text/NameRatersHouse.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

61 lines
1.1 KiB
NASM

_NameRatersHouseNameRaterWantMeToRateText::
text "Hello, hello!"
line "I am the official"
cont "NAME RATER!"
para "Want me to rate"
line "the nicknames of"
cont "your #MON?"
done
_NameRatersHouseNameRaterWhichPokemonText::
text "Which #MON"
line "should I look at?"
prompt
_NameRatersHouseNameRaterGiveItANiceNameText::
text_ram wcd6d
text ", is it?"
line "That is a decent"
cont "nickname!"
para "But, would you"
line "like me to give"
cont "it a nicer name?"
para "How about it?"
done
_NameRatersHouseNameRaterWhatShouldWeNameItText::
text "Fine! What should"
line "we name it?"
prompt
_NameRatersHouseNameRaterPokemonHasBeenRenamedText::
text "OK! This #MON"
line "has been renamed"
cont "@"
text_ram wBuffer
text "!"
para "That's a better"
line "name than before!"
done
_NameRatersHouseNameRaterComeAnyTimeYouLikeText::
text "Fine! Come any"
line "time you like!"
done
_NameRatersHouseNameRaterATrulyImpeccableNameText::
text_ram wcd6d
text ", is it?"
line "That is a truly"
cont "impeccable name!"
para "Take good care of"
line "@"
text_ram wcd6d
text "!"
done