route_24_2.asm 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. _Route24EndBattleText1::
  2. text "I"
  3. line "thought not!"
  4. prompt
  5. _Route24AfterBattleText1::
  6. text "I hid because the"
  7. line "people on the"
  8. cont "bridge scared me!"
  9. done
  10. _Route24BattleText2::
  11. text "OK! I'm No. 5!"
  12. line "I'll stomp you!"
  13. done
  14. _Route24EndBattleText2::
  15. text "Whoa!"
  16. line "Too much!"
  17. prompt
  18. _Route24AfterBattleText2::
  19. text "I did my best, I"
  20. line "have no regrets!"
  21. done
  22. _Route24BattleText3::
  23. text "I'm No. 4!"
  24. line "Getting tired?"
  25. done
  26. _Route24EndBattleText3::
  27. text "I lost"
  28. line "too!"
  29. prompt
  30. _Route24AfterBattleText3::
  31. text "I did my best, so"
  32. line "I've no regrets!"
  33. done
  34. _Route24BattleText4::
  35. text "Here's No. 3!"
  36. line "I won't be easy!"
  37. done
  38. _Route24EndBattleText4::
  39. text "Ow!"
  40. line "Stomped flat!"
  41. prompt
  42. _Route24AfterBattleText4::
  43. text "I did my best, I"
  44. line "have no regrets!"
  45. done
  46. _Route24BattleText5::
  47. text "I'm second!"
  48. line "Now it's serious!"
  49. done
  50. _Route24EndBattleText5::
  51. text "How could I"
  52. line "lose?"
  53. prompt
  54. _Route24AfterBattleText5::
  55. text "I did my best, I"
  56. line "have no regrets!"
  57. done
  58. _Route24BattleText6::
  59. text "This is NUGGET"
  60. line "BRIDGE! Beat us 5"
  61. cont "trainers and win"
  62. cont "a fabulous prize!"
  63. para "Think you got"
  64. line "what it takes?"
  65. done
  66. _Route24EndBattleText6::
  67. text "Whoo!"
  68. line "Good stuff!"
  69. prompt
  70. _Route24AfterBattleText6::
  71. text "I did my best, I"
  72. line "have no regrets!"
  73. done