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

20 lines
372 B
NASM

_CeruleanMartText2:: ; 99012 (26:5012)
text "Use REPEL to keep"
line "bugs and weak"
cont "#MON away."
para "Put your strongest"
line "#MON at the"
cont "top of the list"
cont "for best results!"
done
_CeruleanMartText3:: ; 9907f (26:507f)
text "Have you seen any"
line "RARE CANDY?"
para "It's supposed to"
line "make #MON go"
cont "up one level!"
done