route_6.asm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. _Route6BattleText1::
  2. text "Who's there?"
  3. line "Quit listening in"
  4. cont "on us!"
  5. done
  6. _Route6EndBattleText1::
  7. text "I"
  8. line "just can't win!"
  9. prompt
  10. _Route6AfterBattleText1::
  11. text "Whisper..."
  12. line "whisper..."
  13. done
  14. _Route6BattleText2::
  15. text "Excuse me! This"
  16. line "is a private"
  17. cont "conversation!"
  18. done
  19. _Route6EndBattleText2::
  20. text "Ugh!"
  21. line "I hate losing!"
  22. prompt
  23. _Route6BattleText3::
  24. text "There aren't many"
  25. line "bugs out here."
  26. done
  27. _Route6EndBattleText3::
  28. text "No!"
  29. line "You're kidding!"
  30. prompt
  31. _Route6AfterBattleText3::
  32. text "I like bugs, so"
  33. line "I'm going back to"
  34. cont "VIRIDIAN FOREST."
  35. done
  36. _Route6BattleText4::
  37. text "Huh? You want"
  38. line "to talk to me?"
  39. done
  40. _Route6EndBattleText4::
  41. text "I"
  42. line "didn't start it!"
  43. prompt
  44. _Route6AfterBattleText4::
  45. text "I should carry"
  46. line "more #MON with"
  47. cont "me for safety."
  48. done
  49. _Route6BattleText5::
  50. text "Me? Well, OK."
  51. line "I'll play!"
  52. done
  53. _Route6EndBattleText5::
  54. text "Just"
  55. line "didn't work!"
  56. prompt
  57. _Route6AfterBattleText5::
  58. text "I want to get"
  59. line "stronger! What's"
  60. cont "your secret?"
  61. done
  62. _Route6BattleText6::
  63. text "I've never seen"
  64. line "you around!"
  65. cont "Are you good?"
  66. done
  67. _Route6EndBattleText6::
  68. text "You"
  69. line "are too good!"
  70. prompt
  71. _Route6AfterBattleText6::
  72. text "Are my #MON"
  73. line "weak? Or, am I"
  74. cont "just bad?"
  75. done
  76. _Route6Text7::
  77. text "UNDERGROUND PATH"
  78. line "CERULEAN CITY -"
  79. cont "VERMILION CITY"
  80. done