pokered/text/Route1.asm

51 lines
869 B
NASM
Raw Permalink Normal View History

_Route1Youngster1MartSampleText::
2014-01-23 05:22:31 +00:00
text "Hi! I work at a"
line "#MON MART."
para "It's a convenient"
line "shop, so please"
cont "visit us in"
cont "VIRIDIAN CITY."
para "I know, I'll give"
line "you a sample!"
cont "Here you go!"
prompt
_Route1Youngster1GotPotionText::
text "<PLAYER> got"
2014-01-23 05:22:31 +00:00
line "@"
2021-08-28 21:02:20 +00:00
text_ram wStringBuffer
text "!@"
text_end
2014-01-23 05:22:31 +00:00
_Route1Youngster1AlsoGotPokeballsText::
2014-01-23 05:22:31 +00:00
text "We also carry"
line "# BALLs for"
cont "catching #MON!"
done
_Route1Youngster1NoRoomText::
2014-01-23 05:22:31 +00:00
text "You have too much"
line "stuff with you!"
done
_Route1Youngster2Text::
2014-01-23 05:22:31 +00:00
text "See those ledges"
line "along the road?"
para "It's a bit scary,"
line "but you can jump"
cont "from them."
para "You can get back"
line "to PALLET TOWN"
cont "quicker that way."
done
_Route1SignText::
2014-01-23 05:22:31 +00:00
text "ROUTE 1"
line "PALLET TOWN -"
cont "VIRIDIAN CITY"
done