pokemon_tower_4f.asm 727 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. _PokemonTower4BattleText1::
  2. text "GHOST! No!"
  3. line "Kwaaah!"
  4. done
  5. _PokemonTower4EndBattleText1::
  6. text "Where"
  7. line "is the GHOST?"
  8. prompt
  9. _PokemonTower4AfterBattleText1::
  10. text "I must have been"
  11. line "dreaming..."
  12. done
  13. _PokemonTower4BattleText2::
  14. text "Be cursed with"
  15. line "me! Kwaaah!"
  16. done
  17. _PokemonTower4EndBattleText2::
  18. text "What!"
  19. prompt
  20. _PokemonTower4AfterBattleText2::
  21. text "We can't crack"
  22. line "the identity of"
  23. cont "the GHOSTs."
  24. done
  25. _PokemonTower4BattleText3::
  26. text "Huhuhu..."
  27. line "Beat me not!"
  28. done
  29. _PokemonTower4EndBattleText3::
  30. text "Huh?"
  31. line "Who? What?"
  32. prompt
  33. _PokemonTower4AfterBattleText3::
  34. text "May the departed"
  35. line "souls of #MON"
  36. cont "rest in peace..."
  37. done