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

158 lines
2.9 KiB
NASM

_Route19BattleText1:: ; 918eb (24:58eb)
text "Have to warm up"
line "before my swim!"
done
_Route19EndBattleText1:: ; 9190c (24:590c)
text "All"
line "warmed up!"
prompt
_Route19AfterBattleText1:: ; 9191c (24:591c)
text "Thanks, kid! I'm"
line "ready for a swim!"
done
_Route19BattleText2:: ; 9193f (24:593f)
text "Wait! You'll have"
line "a heart attack!"
done
_Route19EndBattleText2:: ; 91961 (24:5961)
text "Ooh!"
line "That's chilly!"
prompt
_Route19AfterBattleText2:: ; 91975 (24:5975)
text "Watch out for"
line "TENTACOOL!"
done
_Route19BattleText3:: ; 9198f (24:598f)
text "I love swimming!"
line "What about you?"
done
_Route19EndBattleText3:: ; 919b1 (24:59b1)
text "Belly"
line "flop!"
prompt
_Route19AfterBattleText3:: ; 919be (24:59be)
text "I can beat #MON"
line "at swimming!"
done
_Route19BattleText4:: ; 919dc (24:59dc)
text "What's beyond the"
line "horizon?"
done
_Route19EndBattleText4:: ; 919f7 (24:59f7)
text "Glub!"
prompt
_Route19AfterBattleText4:: ; 919fe (24:59fe)
text "I see a couple of"
line "islands!"
done
_Route19BattleText5:: ; 91a1a (24:5a1a)
text "I tried diving"
line "for #MON, but"
cont "it was a no go!"
done
_Route19EndBattleText5:: ; 91a48 (24:5a48)
text "Help!"
prompt
_Route19AfterBattleText5:: ; 91a4f (24:5a4f)
text "You have to fish"
line "for sea #MON!"
done
_Route19BattleText6:: ; 91a6f (24:5a6f)
text "I look at the"
line "sea to forget!"
done
_Route19EndBattleText6:: ; 91a8d (24:5a8d)
text "Ooh!"
line "Traumatic!"
prompt
_Route19AfterBattleText6:: ; 91a9e (24:5a9e)
text "I'm looking at the"
line "sea to forget!"
done
_Route19BattleText7:: ; 91ac0 (24:5ac0)
text "Oh, I just love"
line "your ride! Can I"
cont "have it if I win?"
done
_Route19EndBattleText7:: ; 91af4 (24:5af4)
text "Oh!"
line "I lost!"
prompt
_Route19AfterBattleText7:: ; 91b01 (24:5b01)
text "It's still a long"
line "way to go to"
cont "SEAFOAM ISLANDS."
done
_Route19BattleText8:: ; 91b31 (24:5b31)
text "Swimming's great!"
line "Sunburns aren't!"
done
_Route19EndBattleText8:: ; 91b53 (24:5b53)
text "Shocker!"
prompt
_Route19AfterBattleText8:: ; 91b5d (24:5b5d)
text "My boy friend"
line "wanted to swim to"
cont "SEAFOAM ISLANDS."
done
_Route19BattleText9:: ; 91b8f (24:5b8f)
text "These waters are"
line "treacherous!"
done
_Route19EndBattleText9:: ; 91bae (24:5bae)
text "Ooh!"
line "Dangerous!"
prompt
_Route19AfterBattleText9:: ; 91bbf (24:5bbf)
text "I got a cramp!"
line "Glub, glub..."
done
_Route19BattleText10:: ; 91bdd (24:5bdd)
text "I swam here, but"
line "I'm tired."
done
_Route19EndBattleText10:: ; 91bf9 (24:5bf9)
text "I'm"
line "exhausted..."
prompt
_Route19AfterBattleText10:: ; 91c0a (24:5c0a)
text "LAPRAS is so big,"
line "it must keep you"
cont "dry on water."
done
_Route19Text11:: ; 91c3c (24:5c3c)
text "SEA ROUTE 19"
line "FUCHSIA CITY -"
cont "SEAFOAM ISLANDS"
done