agatha.asm 800 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. _AgathaBeforeBattleText::
  2. text "I am AGATHA of"
  3. line "the ELITE FOUR!"
  4. para "OAK's taken a lot"
  5. line "of interest in"
  6. cont "you, child!"
  7. para "That old duff was"
  8. line "once tough and"
  9. cont "handsome! That"
  10. cont "was decades ago!"
  11. para "Now he just wants"
  12. line "to fiddle with"
  13. cont "his #DEX! He's"
  14. cont "wrong! #MON"
  15. cont "are for fighting!"
  16. para "<PLAYER>! I'll show"
  17. line "you how a real"
  18. cont "trainer fights!"
  19. done
  20. _AgathaEndBattleText::
  21. text "Oh ho!"
  22. line "You're something"
  23. cont "special, child!"
  24. prompt
  25. _AgathaAfterBattleText::
  26. text "You win! I see"
  27. line "what the old duff"
  28. cont "sees in you now!"
  29. para "I have nothing"
  30. line "else to say! Run"
  31. cont "along now, child!"
  32. done
  33. _AgathaDontRunAwayText::
  34. text "Someone's voice:"
  35. line "Don't run away!"
  36. done