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

24 lines
472 B
NASM

_CeladonMansion1Text1:: ; 9ceee (27:4eee)
text "MEOWTH: Meow!@@"
_CeladonMansion1Text2:: ; 9cefe (27:4efe)
text "My dear #MON"
line "keep me company."
para "MEOWTH even brings"
line "money home!"
done
_CeladonMansion1Text3:: ; 9cf3c (27:4f3c)
text "CLEFAIRY: Pi"
line "pippippi!@@"
_CeladonMansion1Text4:: ; 9cf55 (27:4f55)
text "NIDORAN: Kya"
line "kyaoo!@@"
_CeladonMansion1Text5:: ; 9cf6b (27:4f6b)
text "CELADON MANSION"
line "Manager's Suite"
done