mt_moon_pokecenter.asm 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. _MtMoonPokecenterText1::
  2. text "I've 6 # BALLs"
  3. line "set in my belt."
  4. para "At most, you can"
  5. line "carry 6 #MON."
  6. done
  7. _MtMoonPokecenterText3::
  8. text "TEAM ROCKET"
  9. line "attacks CERULEAN"
  10. cont "citizens..."
  11. para "TEAM ROCKET is"
  12. line "always in the"
  13. cont "news!"
  14. done
  15. _MagikarpSalesmanText1::
  16. text "MAN: Hello, there!"
  17. line "Have I got a deal"
  18. cont "just for you!"
  19. para "I'll let you have"
  20. line "a swell MAGIKARP"
  21. cont "for just ¥500!"
  22. cont "What do you say?"
  23. done
  24. _MagikarpSalesmanNoText::
  25. text "No? I'm only"
  26. line "doing this as a"
  27. cont "favor to you!"
  28. done
  29. _MagikarpSalesmanNoMoneyText::
  30. text "You'll need more"
  31. line "money than that!"
  32. done
  33. _MagikarpSalesmanText2::
  34. text "MAN: Well, I don't"
  35. line "give refunds!"
  36. done
  37. _MtMoonPokecenterText5::
  38. db $0
  39. done