pokered/text/maps/viridian_mart.asm

61 lines
1.1 KiB
NASM
Raw Normal View History

_ViridianPokeCenterText2:: ; 95ba1 (25:5ba1)
_ViridianPokeCenterText1:: ; 95ba1 (25:5ba1)
text "You can use that"
line "PC in the corner."
para "The receptionist"
line "told me. So kind!"
done
_ViridianPokeCenterText3:: ; 95be8 (25:5be8)
text "There's a #MON"
line "CENTER in every"
cont "town ahead."
para "They don't charge"
line "any money either!"
done
_ViridianMartText1:: ; 95c36 (25:5c36)
text "Okay! Say hi to"
line "PROF.OAK for me!"
done
_ViridianMartText4:: ; 95c58 (25:5c58)
text "Hey! You came from"
line "PALLET TOWN?"
done
ViridianMartParcelQuestText:: ; 95c79 (25:5c79)
text "You know PROF."
line "OAK, right?"
para "His order came in."
line "Will you take it"
cont "to him?"
para $52, " got"
line "OAK's PARCEL!@@"
_ViridianMartText2:: ; 95cd5 (25:5cd5)
2014-10-10 07:46:06 +00:00
IF DEF(_YELLOW)
text "This shop sells a"
line "lot of PARLYZ"
cont "HEALs."
ELSE
text "This shop sells"
line "many ANTIDOTEs."
2014-10-10 07:46:06 +00:00
ENDC
done
_ViridianMartText3:: ; 95cf6 (25:5cf6)
2014-10-10 07:46:06 +00:00
IF DEF(_YELLOW)
text "The shop finally"
line "has some POTIONs"
cont "in stock."
ELSE
text "No! POTIONs are"
line "all sold out."
2014-10-10 07:46:06 +00:00
ENDC
done