aboutsummaryrefslogtreecommitdiffstats
path: root/text/Route3.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-04 16:19:15 -0400
committerGitHub <noreply@github.com>2020-07-04 16:19:15 -0400
commit2718c36065e7eb201a149938bcdd51987c4e56b6 (patch)
tree4a1c0294193a497e15ec8e6be59390eb1f84b5d3 /text/Route3.asm
parentMerge pull request #256 from Rangi42/master (diff)
parentUPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET... (diff)
downloadpokeyellow-2718c36065e7eb201a149938bcdd51987c4e56b6.tar.gz
pokeyellow-2718c36065e7eb201a149938bcdd51987c4e56b6.tar.xz
pokeyellow-2718c36065e7eb201a149938bcdd51987c4e56b6.zip
Merge pull request #257 from Rangi42/master
More reorganization
Diffstat (limited to 'text/Route3.asm')
-rw-r--r--text/Route3.asm145
1 files changed, 145 insertions, 0 deletions
diff --git a/text/Route3.asm b/text/Route3.asm
new file mode 100644
index 00000000..966a0786
--- /dev/null
+++ b/text/Route3.asm
@@ -0,0 +1,145 @@
+_Route3Text1::
+ text "Whew... I better"
+ line "take a rest..."
+ cont "Groan..."
+
+ para "That tunnel from"
+ line "CERULEAN takes a"
+ cont "lot out of you!"
+ done
+
+_Route3BattleText1::
+ text "Hey! I met you in"
+ line "VIRIDIAN FOREST!"
+ done
+
+_Route3EndBattleText1::
+ text "You"
+ line "beat me again!"
+ prompt
+
+_Route3AfterBattleText1::
+ text "There are other"
+ line "kinds of #MON"
+ cont "than those found"
+ cont "in the forest!"
+ done
+
+_Route3BattleText2::
+ text "Hi! I like shorts!"
+ line "They're comfy and"
+ cont "easy to wear!"
+ done
+
+_Route3EndBattleText2::
+ text "I don't"
+ line "believe it!"
+ prompt
+
+_Route3AfterBattleText2::
+ text "Are you storing"
+ line "your #MON on"
+ cont "PC? Each BOX can"
+ cont "hold 20 #MON!"
+ done
+
+_Route3BattleText3::
+ text "You looked at me,"
+ line "didn't you?"
+ done
+
+_Route3EndBattleText3::
+ text "You're"
+ line "mean!"
+ prompt
+
+_Route3AfterBattleText3::
+ text "Quit staring if"
+ line "you don't want to"
+ cont "fight!"
+ done
+
+_Route3BattleText4::
+ text "Are you a trainer?"
+ line "Let's fight!"
+ done
+
+_Route3EndBattleText4::
+ text "If I"
+ line "had new #MON I"
+ cont "would've won!"
+ prompt
+
+_Route3AfterBattleText4::
+ text "If a #MON BOX"
+ line "on the PC gets"
+ cont "full, just switch"
+ cont "to another BOX!"
+ done
+
+_Route3BattleText5::
+ text "That look you"
+ line "gave me, it's so"
+ cont "intriguing!"
+ done
+
+_Route3EndBattleText5::
+ text "Be nice!"
+ prompt
+
+_Route3AfterBattleText5::
+ text "Avoid fights by"
+ line "not letting"
+ cont "people see you!"
+ done
+
+_Route3BattleText6::
+ text "Hey! You're not"
+ line "wearing shorts!"
+ done
+
+_Route3EndBattleText6::
+ text "Lost!"
+ line "Lost! Lost!"
+ prompt
+
+_Route3AfterBattleText6::
+ text "I always wear"
+ line "shorts, even in"
+ cont "winter!"
+ done
+
+_Route3BattleText7::
+ text "You can fight my"
+ line "new #MON!"
+ done
+
+_Route3EndBattleText7::
+ text "Done"
+ line "like dinner!"
+ prompt
+
+_Route3AfterBattleText7::
+ text "Trained #MON"
+ line "are stronger than"
+ cont "the wild ones!"
+ done
+
+_Route3BattleText8::
+ text "Eek! Did you"
+ line "touch me?"
+ done
+
+_Route3EndBattleText8::
+ text "That's it?"
+ prompt
+
+_Route3AfterBattleText8::
+ text "ROUTE 4 is at the"
+ line "foot of MT.MOON."
+ done
+
+_Route3Text10::
+ text "ROUTE 3"
+ line "MT.MOON AHEAD"
+ done