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

23 lines
416 B
NASM

_CeladonHouseText1:: ; 9e0d5 (27:60d5)
text "Hehehe! The slots"
line "just reel in the"
cont "dough, big time!"
done
_CeladonHouseText2:: ; 9e10a (27:610a)
text "CHIEF!"
para "We just shipped"
line "2000 #MON as"
cont "slot prizes!"
done
_CeladonHouseText3:: ; 9e13c (27:613c)
text "Don't touch the"
line "poster at the"
cont "GAME CORNER!"
para "There's no secret"
line "switch behind it!"
done