pokered/text/maps/ss_anne_1.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
383 B
NASM

_SSAnne1Text1:: ; 80c70 (20:4c70)
text "Bonjour!"
line "I am le waiter on"
cont "this ship!"
para "I will be happy"
line "to serve you any-"
cont "thing you please!"
para "Ah! Le strong"
line "silent type!"
done
_SSAnne1Text2:: ; 80ce6 (20:4ce6)
text "The passengers"
line "are restless!"
para "You might be"
line "challenged by the"
cont "more bored ones!"
done