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

32 lines
526 B
NASM

_CeladonMart1Text1:: ; 9c672 (27:4672)
text "Hello! Welcome to"
line "CELADON DEPT."
cont "STORE."
para "The board on the"
line "right describes"
cont "the store layout."
done
_CeladonMart1Text2:: ; 9c6cd (27:46cd)
text "1F: SERVICE"
line " COUNTER"
para "2F: TRAINER'S"
line " MARKET"
para "3F: TV GAME SHOP"
para "4F: WISEMAN GIFTS"
para "5F: DRUG STORE"
para "ROOFTOP SQUARE:"
line "VENDING MACHINES"
done
_CeladonMart1Text3:: ; 9c752 (27:4752)
text "1F: SERVICE"
line " COUNTER"
done