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

31 lines
598 B
NASM

_VictoryRoad1FCooltrainerFBattleText::
text "I wonder if you"
line "are good enough"
cont "for me!"
done
_VictoryRoad1FCooltrainerFEndBattleText::
text "I"
line "lost out!"
prompt
_VictoryRoad1FCooltrainerFAfterBattleText::
text "I never wanted to"
line "lose to anybody!"
done
_VictoryRoad1FCooltrainerMBattleText::
text "I can see you're"
line "good! Let me see"
cont "exactly how good!"
done
_VictoryRoad1FCooltrainerMEndBattleText::
text "I"
line "had a chance..."
prompt
_VictoryRoad1FCooltrainerMAfterBattleText::
text "I concede, you're"
line "better than me!"
done