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

29 lines
499 B
NASM

_CeladonMart5Text1:: ; 9ddff (27:5dff)
text "#MON ability"
line "enhancers can be"
cont "bought only here."
para "Use CALCIUM to"
line "increase SPECIAL"
cont "abilities."
para "Use CARBOS to"
line "increase SPEED."
done
_CeladonMart5Text2:: ; 9de79 (27:5e79)
text "I'm here for"
line "#MON ability"
cont "enhancers."
para "PROTEIN increases"
line "ATTACK power."
para "IRON increases"
line "DEFENSE!"
done
_CeladonMart5Text5:: ; 9ded6 (27:5ed6)
text "5F: DRUG STORE"
done