pokered/text/BluesHouse.asm

43 lines
737 B
NASM
Raw Normal View History

_BluesHouseDaisyRivalAtLabText::
text "Hi <PLAYER>!"
line "<RIVAL> is out at"
cont "Grandpa's lab."
2014-01-22 02:08:30 +00:00
done
_BluesHouseDaisyOfferMapText::
2014-01-22 02:08:30 +00:00
text "Grandpa asked you"
line "to run an errand?"
cont "Here, this will"
cont "help you!"
2014-01-22 02:08:30 +00:00
prompt
_GotMapText::
text "<PLAYER> got a"
2014-01-22 02:08:30 +00:00
line "@"
2021-08-28 21:02:20 +00:00
text_ram wStringBuffer
text "!@"
text_end
_BluesHouseDaisyBagFullText::
2014-01-22 02:08:30 +00:00
text "You have too much"
line "stuff with you."
done
_BluesHouseDaisyUseMapText::
2014-01-22 02:08:30 +00:00
text "Use the TOWN MAP"
line "to find out where"
cont "you are."
2014-01-22 02:08:30 +00:00
done
_BluesHouseDaisyWalkingText::
2014-01-22 02:08:30 +00:00
text "#MON are living"
line "things! If they"
cont "get tired, give"
cont "them a rest!"
2014-01-22 02:08:30 +00:00
done
_BluesHouseTownMapText::
2014-01-22 02:08:30 +00:00
text "It's a big map!"
line "This is useful!"
done