pokemon_tower_7f.asm 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. _TowerRescueFujiText::
  2. text "MR.FUJI: Heh? You"
  3. line "came to save me?"
  4. para "Thank you. But, I"
  5. line "came here of my"
  6. cont "own free will."
  7. para "I came to calm"
  8. line "the soul of"
  9. cont "CUBONE's mother."
  10. para "I think MAROWAK's"
  11. line "spirit has gone"
  12. cont "to the afterlife."
  13. para "I must thank you"
  14. line "for your kind"
  15. cont "concern!"
  16. para "Follow me to my"
  17. line "home, #MON"
  18. cont "HOUSE at the foot"
  19. cont "of this tower."
  20. done
  21. _PokemonTower7BattleText1::
  22. text "What do you want?"
  23. line "Why are you here?"
  24. done
  25. _PokemonTower7EndBattleText1::
  26. text "I give up!"
  27. prompt
  28. _PokemonTower7AfterBattleText1::
  29. text "I'm not going to"
  30. line "forget this!"
  31. done
  32. _PokemonTower7BattleText2::
  33. text "This old guy came"
  34. line "and complained"
  35. cont "about us harming"
  36. cont "useless #MON!"
  37. para "We're talking it"
  38. line "over as adults!"
  39. done
  40. _PokemonTower7EndBattleText2::
  41. text "Please!"
  42. line "No more!"
  43. prompt
  44. _PokemonTower7AfterBattleText2::
  45. text "#MON are only"
  46. line "good for making"
  47. cont "money!"
  48. para "Stay out of our"
  49. line "business!"
  50. done
  51. _PokemonTower7BattleText3::
  52. text "You're not saving"
  53. line "anyone, kid!"
  54. done
  55. _PokemonTower7EndBattleText3::
  56. text "Don't"
  57. line "fight us ROCKETs!"
  58. prompt
  59. _PokemonTower7AfterBattleText3::
  60. text "You're not getting"
  61. line "away with this!"
  62. done