pokered/text/maps/route_1.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

50 lines
902 B
NASM

_Route1ViridianMartSampleText:: ; 8d5bf (23:55bf)
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
_UnnamedText_1cae8:: ; 8d643 (23:5643)
text $52, " got"
line "@"
TX_RAM $cf4b
text "!@@"
_UnnamedText_1caee:: ; 8d652 (23:5652)
text "We also carry"
line "# BALLs for"
cont "catching #MON!"
done
_UnnamedText_1caf3:: ; 8d67c (23:567c)
text "You have too much"
line "stuff with you!"
done
_Route1Text2:: ; 8d69f (23:569f)
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
_Route1Text3:: ; 8d720 (23:5720)
text "ROUTE 1"
line "PALLET TOWN -"
cont "VIRIDIAN CITY"
done