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

67 lines
1.2 KiB
NASM

_Route24CooltrainerM1YouBeatOurContestText::
text "Congratulations!"
line "You beat our 5"
cont "contest trainers!@"
text_end
_Route24CooltrainerM1YouJustEarnedAPrizeText::
text_start
para "You just earned a"
line "fabulous prize!"
prompt
_Route24CooltrainerM1ReceivedNuggetText::
text "<PLAYER> received"
line "a @"
text_ram wStringBuffer
text "!@"
text_end
_Route24CooltrainerM1NoRoomText::
text "You don't have"
line "any room!"
done
_Route24CooltrainerM1JoinTeamRocketText::
text "By the way, would"
line "you like to join"
cont "TEAM ROCKET?"
para "We're a group"
line "dedicated to evil"
cont "using #MON!"
para "Want to join?"
para "Are you sure?"
para "Come on, join us!"
para "I'm telling you"
line "to join!"
para "OK, you need"
line "convincing!"
para "I'll make you an"
line "offer you can't"
cont "refuse!"
done
_Route24CooltrainerM1DefeatedText::
text "Arrgh!"
line "You are good!"
prompt
_Route24CooltrainerM1YouCouldBecomeATopLeaderText::
text "With your ability,"
line "you could become"
cont "a top leader in"
cont "TEAM ROCKET!"
done
_Route24CooltrainerM2BattleText::
text "I saw your feat"
line "from the grass!"
done