pokered/text/VictoryRoad1F.asm
Rangi b29e5ee203 Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03 11:51:00 -04:00

31 lines
526 B
NASM

_VictoryRoad1BattleText1::
text "I wonder if you"
line "are good enough"
cont "for me!"
done
_VictoryRoad1EndBattleText1::
text "I"
line "lost out!"
prompt
_VictoryRoad1AfterBattleText1::
text "I never wanted to"
line "lose to anybody!"
done
_VictoryRoad1BattleText2::
text "I can see you're"
line "good! Let me see"
cont "exactly how good!"
done
_VictoryRoad1EndBattleText2::
text "I"
line "had a chance..."
prompt
_VictoryRoad1AfterBattleText2::
text "I concede, you're"
line "better than me!"
done