victory_road_3f.asm 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. _VictoryRoad3BattleText2::
  2. text "I heard rumors of"
  3. line "a child prodigy!"
  4. done
  5. _VictoryRoad3EndBattleText2::
  6. text "The"
  7. line "rumors were true!"
  8. prompt
  9. _VictoryRoad3AfterBattleText2::
  10. text "You beat GIOVANNI"
  11. line "of TEAM ROCKET?"
  12. done
  13. _VictoryRoad3BattleText3::
  14. text "I'll show you just"
  15. line "how good you are!"
  16. done
  17. _VictoryRoad3EndBattleText3::
  18. text "I'm"
  19. line "furious!"
  20. prompt
  21. _VictoryRoad3AfterBattleText3::
  22. text "You showed me just"
  23. line "how good I was!"
  24. done
  25. _VictoryRoad3BattleText4::
  26. text "Only the chosen"
  27. line "can pass here!"
  28. done
  29. _VictoryRoad3EndBattleText4::
  30. text "I"
  31. line "don't believe it!"
  32. prompt
  33. _VictoryRoad3AfterBattleText4::
  34. text "All trainers here"
  35. line "are headed to the"
  36. cont "#MON LEAGUE!"
  37. cont "Be careful!"
  38. done
  39. _VictoryRoad3BattleText5::
  40. text "Trainers live to"
  41. line "seek stronger"
  42. cont "opponents!"
  43. done
  44. _VictoryRoad3EndBattleText5::
  45. text "Oh!"
  46. line "So strong!"
  47. prompt
  48. _VictoryRoad3AfterBattleText5::
  49. text "By fighting tough"
  50. line "battles, you get"
  51. cont "stronger!"
  52. done