pokered/text/maps/blues_house.asm

51 lines
777 B
NASM
Raw Normal View History

_DaisyInitialText::
2014-01-22 02:08:30 +00:00
text "Hi ",$52,"!"
line $53," is out at"
cont "Grandpa's lab."
2014-01-22 02:08:30 +00:00
done
_DaisyOfferMapText::
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::
2014-01-22 02:08:30 +00:00
text $52," got a"
line "@"
TX_RAM wcf4b
2014-01-22 02:08:30 +00:00
text "!@@"
_DaisyBagFullText::
2014-01-22 02:08:30 +00:00
text "You have too much"
line "stuff with you."
done
_DaisyUseMapText::
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
_BluesHouseText2::
2014-10-10 07:46:06 +00:00
IF DEF(_YELLOW)
text "Spending time"
line "with your #MON"
cont "makes them more"
cont "friendly to you."
done
ELSE
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
2014-10-10 07:46:06 +00:00
ENDC
_BluesHouseText3::
2014-01-22 02:08:30 +00:00
text "It's a big map!"
line "This is useful!"
done