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

22 lines
391 B
NASM

_CeladonHotelText1:: ; 9e18a (27:618a)
text "#MON? No, this"
line "is a hotel for"
cont "people."
para "We're full up."
done
_CeladonHotelText2:: ; 9e1bf (27:61bf)
text "I'm on vacation"
line "with my brother"
cont "and boy friend."
para "CELADON is such a"
line "pretty city!"
done
_CeladonHotelText3:: ; 9e20e (27:620e)
text "Why did she bring"
line "her brother?"
done