diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-02-01 08:46:53 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-02-01 08:46:53 -0500 |
| commit | ed4ac6d55156f7dab8e609f4086db270264ce594 (patch) | |
| tree | 20bf3f15d294c7e95d6f2be94cd913d7d6896cc6 /text/maps/route_19.asm | |
| parent | Fix BookshelfTileIDs format (diff) | |
| parent | Makefile: condense dependency scanning into one loop (diff) | |
| download | pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.tar.gz pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.tar.xz pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.zip | |
Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
main.asm
Diffstat (limited to 'text/maps/route_19.asm')
| -rw-r--r-- | text/maps/route_19.asm | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/text/maps/route_19.asm b/text/maps/route_19.asm new file mode 100644 index 00000000..9789237c --- /dev/null +++ b/text/maps/route_19.asm @@ -0,0 +1,158 @@ +_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 + |
