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

64 lines
1.1 KiB
NASM

_SSAnne2Text1:: ; 80d34 (20:4d34)
text "This ship, she is"
line "a luxury liner"
cont "for trainers!"
para "At every port, we"
line "hold parties with"
cont "invited trainers!"
done
_SSAnneRivalBeforeBattleText:: ; 80d9a (20:4d9a)
text $53, ": Bonjour!"
line $52, "!"
para "Imagine seeing"
line "you here!"
para $52, ", were you"
line "really invited?"
para "So how's your"
line "#DEX coming?"
para "I already caught"
line "40 kinds, pal!"
para "Different kinds"
line "are everywhere!"
para "Crawl around in"
line "grassy areas!"
done
_SSAnneRivalDefeatedText:: ; 80e57 (20:4e57)
text "Humph!"
para "At least you're"
line "raising your"
cont "#MON!"
prompt
_SSAnneRivalWonText:: ; 80e81 (20:4e81)
text $52, "! What are"
line "you, seasick?"
para "You should shape"
line "up, pal!"
prompt
_SSAnneRivalCaptainText:: ; 80eb6 (20:4eb6)
text $53, ": I heard"
line "there was a CUT"
cont "master on board."
para "But, he was just a"
line "seasick, old man!"
para "But, CUT itself is"
line "really useful!"
para "You should go see"
line "him! Smell ya!"
done