pokered/text/maps/viridian_mart.asm
yenatch 1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
2014-01-27 16:24:13 -05:00

49 lines
951 B
NASM

_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)
text "This shop sells"
line "many ANTIDOTEs."
done
_ViridianMartText3:: ; 95cf6 (25:5cf6)
text "No! POTIONs are"
line "all sold out."
done