lavender_mart.asm 556 B

12345678910111213141516171819202122232425262728293031
  1. _LavenderMartText2::
  2. text "I'm searching for"
  3. line "items that raise"
  4. cont "the abilities of"
  5. cont "#MON during a"
  6. cont "single battle."
  7. para "X ATTACK, X"
  8. line "DEFEND, X SPEED"
  9. cont "and X SPECIAL are"
  10. cont "what I'm after."
  11. para "Do you know where"
  12. line "I can get them?"
  13. done
  14. _LavenderMartReviveText::
  15. text "You know REVIVE?"
  16. line "It revives any"
  17. cont "fainted #MON!"
  18. done
  19. _LavenderMartNuggetText::
  20. text "I found a NUGGET"
  21. line "in the mountains."
  22. para "I thought it was"
  23. line "useless, but it"
  24. cont "sold for ¥5000!"
  25. done