blues_house.asm 658 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. _DaisyInitialText::
  2. text "Hi <PLAYER>!"
  3. line "<RIVAL> is out at"
  4. cont "Grandpa's lab."
  5. done
  6. _DaisyOfferMapText::
  7. text "Grandpa asked you"
  8. line "to run an errand?"
  9. cont "Here, this will"
  10. cont "help you!"
  11. prompt
  12. _GotMapText::
  13. text "<PLAYER> got a"
  14. line "@"
  15. TX_RAM wcf4b
  16. text "!@@"
  17. _DaisyBagFullText::
  18. text "You have too much"
  19. line "stuff with you."
  20. done
  21. _DaisyUseMapText::
  22. text "Use the TOWN MAP"
  23. line "to find out where"
  24. cont "you are."
  25. done
  26. _BluesHouseText2::
  27. text "#MON are living"
  28. line "things! If they"
  29. cont "get tired, give"
  30. cont "them a rest!"
  31. done
  32. _BluesHouseText3::
  33. text "It's a big map!"
  34. line "This is useful!"
  35. done