victory_road_1f.asm 526 B

1234567891011121314151617181920212223242526272829303132
  1. _VictoryRoad1BattleText1::
  2. text "I wonder if you"
  3. line "are good enough"
  4. cont "for me!"
  5. done
  6. _VictoryRoad1EndBattleText1::
  7. text "I"
  8. line "lost out!"
  9. prompt
  10. _VictoryRoad1AfterBattleText1::
  11. text "I never wanted to"
  12. line "lose to anybody!"
  13. done
  14. _VictoryRoad1BattleText2::
  15. text "I can see you're"
  16. line "good! Let me see"
  17. cont "exactly how good!"
  18. done
  19. _VictoryRoad1EndBattleText2::
  20. text "I"
  21. line "had a chance..."
  22. prompt
  23. _VictoryRoad1AfterBattleText2::
  24. text "I concede, you're"
  25. line "better than me!"
  26. done