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_16.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_16.asm')
| -rw-r--r-- | text/maps/route_16.asm | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/text/maps/route_16.asm b/text/maps/route_16.asm new file mode 100644 index 00000000..b46275f0 --- /dev/null +++ b/text/maps/route_16.asm @@ -0,0 +1,121 @@ +_Route16BattleText1:: ; 91081 (24:5081) + text "What do you want?" + done + +_Route16EndBattleText1:: ; 91094 (24:5094) + text "Don't you" + line "dare laugh!" + prompt + +_Route16AfterBattleText1:: ; 910aa (24:50aa) + text "We like just" + line "hanging here," + cont "what's it to you?" + done + +_Route16BattleText2:: ; 910d7 (24:50d7) + text "Nice BIKE!" + line "Hand it over!" + done + +_Route16EndBattleText2:: ; 910f1 (24:50f1) + text "Knock" + line "out!" + prompt + +_Route16AfterBattleText2:: ; 910fd (24:50fd) + text "Forget it, who" + line "needs your BIKE!" + done + +_Route16BattleText3:: ; 9111e (24:511e) + text "Come out and play," + line "little mouse!" + done + +_Route16EndBattleText3:: ; 91140 (24:5140) + text "You" + line "little rat!" + prompt + +_Route16AfterBattleText3:: ; 91151 (24:5151) + text "I hate losing!" + line "Get away from me!" + done + +_Route16BattleText4:: ; 91173 (24:5173) + text "Hey, you just" + line "bumped me!" + done + +_Route16EndBattleText4:: ; 9118d (24:518d) + text "Kaboom!" + prompt + +_Route16AfterBattleText4:: ; 91196 (24:5196) + text "You can also get" + line "to FUCHSIA from" + cont "VERMILION using a" + cont "coastal road." + done + +_Route16BattleText5:: ; 911d8 (24:51d8) + text "I'm feeling" + line "hungry and mean!" + done + +_Route16EndBattleText5:: ; 911f5 (24:51f5) + text "Bad," + line "bad, bad!" + prompt + +_Route16AfterBattleText5:: ; 91205 (24:5205) + text "I like my #MON" + line "ferocious! They" + cont "tear up enemies!" + done + +_Route16BattleText6:: ; 91236 (24:5236) + text "Sure, I'll go!" + done + +_Route16EndBattleText6:: ; 91245 (24:5245) + text "Don't make" + line "me mad!" + prompt + +_Route16AfterBattleText6:: ; 91258 (24:5258) + text "I like harassing" + line "people with my" + cont "vicious #MON!" + done + +_Route16Text7:: ; 91287 (24:5287) + text "A sleeping #MON" + line "blocks the way!" + done + +_UnnamedText_59ab3:: ; 912a8 (24:52a8) + text "SNORLAX woke up!" + + para "It attacked in a" + line "grumpy rage!" + done + +_UnnamedText_59ab8:: ; 912d8 (24:52d8) + text "With a big yawn," + line "SNORLAX returned" + cont "to the mountains!" + done + +_Route16Text8:: ; 9130d (24:530d) + text "Enjoy the slope!" + line "CYCLING ROAD" + done + +_Route16Text9:: ; 9132c (24:532c) + text "ROUTE 16" + line "CELADON CITY -" + cont "FUCHSIA CITY" + done + |
