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

63 lines
1.2 KiB
NASM

_VictoryRoad3FCooltrainerM1BattleText::
text "I heard rumors of"
line "a child prodigy!"
done
_VictoryRoad3FCooltrainerM1EndBattleText::
text "The"
line "rumors were true!"
prompt
_VictoryRoad3FCooltrainerM1AfterBattleText::
text "You beat GIOVANNI"
line "of TEAM ROCKET?"
done
_VictoryRoad3FCooltrainerF1BattleText::
text "I'll show you just"
line "how good you are!"
done
_VictoryRoad3FCooltrainerF1EndBattleText::
text "I'm"
line "furious!"
prompt
_VictoryRoad3FCooltrainerF1AfterBattleText::
text "You showed me just"
line "how good I was!"
done
_VictoryRoad3FCooltrainerM2BattleText::
text "Only the chosen"
line "can pass here!"
done
_VictoryRoad3FCooltrainerM2EndBattleText::
text "I"
line "don't believe it!"
prompt
_VictoryRoad3FCooltrainerM2AfterBattleText::
text "All trainers here"
line "are headed to the"
cont "#MON LEAGUE!"
cont "Be careful!"
done
_VictoryRoad3FCooltrainerF2BattleText::
text "Trainers live to"
line "seek stronger"
cont "opponents!"
done
_VictoryRoad3FCooltrainerF2EndBattleText::
text "Oh!"
line "So strong!"
prompt
_VictoryRoad3FCooltrainerF2AfterBattleText::
text "By fighting tough"
line "battles, you get"
cont "stronger!"
done