victory_road_2f.asm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. _MoltresBattleText::
  2. text "Gyaoo!@@"
  3. _VictoryRoad2BattleText1::
  4. text "VICTORY ROAD is"
  5. line "the final test"
  6. cont "for trainers!"
  7. done
  8. _VictoryRoad2EndBattleText1::
  9. text "Aiyah!"
  10. prompt
  11. _VictoryRoad2AfterBattleText1::
  12. text "If you get stuck,"
  13. line "try moving some"
  14. cont "boulders around!"
  15. done
  16. _VictoryRoad2BattleText2::
  17. text "Ah, so you wish"
  18. line "to challenge the"
  19. cont "ELITE FOUR?"
  20. done
  21. _VictoryRoad2EndBattleText2::
  22. text "You"
  23. line "got me!"
  24. prompt
  25. _VictoryRoad2AfterBattleText2::
  26. text "<RIVAL> also came"
  27. line "through here!"
  28. done
  29. _VictoryRoad2BattleText3::
  30. text "Come on!"
  31. line "I'll whip you!"
  32. done
  33. _VictoryRoad2EndBattleText3::
  34. text "I got"
  35. line "whipped!"
  36. prompt
  37. _VictoryRoad2AfterBattleText3::
  38. text "You earned the"
  39. line "right to be on"
  40. cont "VICTORY ROAD!"
  41. done
  42. _VictoryRoad2BattleText4::
  43. text "If you can get"
  44. line "through here, you"
  45. cont "can go meet the"
  46. cont "ELITE FOUR!"
  47. done
  48. _VictoryRoad2EndBattleText4::
  49. text "No!"
  50. line "Unbelievable!"
  51. prompt
  52. _VictoryRoad2AfterBattleText4::
  53. text "I can beat you"
  54. line "when it comes to"
  55. cont "knowledge about"
  56. cont "#MON!"
  57. done
  58. _VictoryRoad2BattleText5::
  59. text "Is VICTORY ROAD"
  60. line "too tough?"
  61. done
  62. _VictoryRoad2EndBattleText5::
  63. text "Well"
  64. line "done!"
  65. prompt
  66. _VictoryRoad2AfterBattleText5::
  67. text "Many trainers give"
  68. line "up the challenge"
  69. cont "here."
  70. done