pokered/text/maps/victory_road_1f.asm
2016-06-08 05:45:50 -06: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