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

53 lines
956 B
NASM

_SSAnne5Text1:: ; 80f88 (20:4f88)
text "The party's over."
line "The ship will be"
cont "departing soon."
done
_SSAnne5Text2:: ; 80fbb (20:4fbb)
text "Scrubbing decks"
line "is hard work!"
done
_SSAnne5Text3:: ; 80fda (20:4fda)
text "Urf. I feel ill."
para "I stepped out to"
line "get some air."
done
_SSAnneBattleText1:: ; 8100b (20:500b)
text "Hey matey!"
para "Let's do a little"
line "jig!"
done
_SSAnneEndBattleText1:: ; 8102d (20:502d)
text "You're"
line "impressive!"
prompt
_SSAnneAfterBattleText1:: ; 81040 (20:5040)
text "How many kinds of"
line "#MON do you"
cont "think there are?"
done
_SSAnneBattleText2:: ; 81070 (20:5070)
text "Ahoy there!"
line "Are you seasick?"
done
_SSAnneEndBattleText2:: ; 8108e (20:508e)
text "I was"
line "just careless!"
prompt
_SSAnneAfterBattleText2:: ; 810a4 (20:50a4)
text "My Pa said there"
line "are 100 kinds of"
cont "#MON. I think"
cont "there are more."
done