route_4.asm 523 B

123456789101112131415161718192021222324252627282930313233343536
  1. _Route4Text1::
  2. text "Ouch! I tripped"
  3. line "over a rocky"
  4. cont "#MON, GEODUDE!"
  5. done
  6. _Route4BattleText1::
  7. text "I came to get my"
  8. line "mushroom #MON!"
  9. done
  10. _Route4EndBattleText1::
  11. text "Oh! My cute"
  12. line "mushroom #MON!"
  13. prompt
  14. _Route4AfterBattleText1::
  15. text "There might not"
  16. line "be any more"
  17. cont "mushrooms here."
  18. para "I think I got"
  19. line "them all."
  20. done
  21. _Route4Text5::
  22. text "MT.MOON"
  23. line "Tunnel Entrance"
  24. done
  25. _Route4Text6::
  26. text "ROUTE 4"
  27. line "MT.MOON -"
  28. cont "CERULEAN CITY"
  29. done