aboutsummaryrefslogtreecommitdiffstats
path: root/text/RockTunnel1F.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/RockTunnel1F.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/RockTunnel1F.asm')
-rw-r--r--text/RockTunnel1F.asm115
1 files changed, 115 insertions, 0 deletions
diff --git a/text/RockTunnel1F.asm b/text/RockTunnel1F.asm
new file mode 100644
index 00000000..472c52f8
--- /dev/null
+++ b/text/RockTunnel1F.asm
@@ -0,0 +1,115 @@
+_RockTunnel1BattleText1::
+ text "This tunnel goes"
+ line "a long way, kid!"
+ done
+
+_RockTunnel1EndBattleText1::
+ text "Doh!"
+ line "You win!"
+ prompt
+
+_RockTunnel1AfterBattleText1::
+ text "Watch for ONIX!"
+ line "It can put the"
+ cont "squeeze on you!"
+ done
+
+_RockTunnel1BattleText2::
+ text "Hmm. Maybe I'm"
+ line "lost in here..."
+ done
+
+_RockTunnel1EndBattleText2::
+ text "Ease up!"
+ line "What am I doing?"
+ cont "Which way is out?"
+ prompt
+
+_RockTunnel1AfterBattleText2::
+ text "That sleeping"
+ line "#MON on ROUTE"
+ cont "12 forced me to"
+ cont "take this detour."
+ done
+
+_RockTunnel1BattleText3::
+ text "Outsiders like"
+ line "you need to show"
+ cont "me some respect!"
+ done
+
+_RockTunnel1EndBattleText3::
+ text "I give!"
+ prompt
+
+_RockTunnel1AfterBattleText3::
+ text "You're talented"
+ line "enough to hike!"
+ done
+
+_RockTunnel1BattleText4::
+ text "#MON fight!"
+ line "Ready, go!"
+ done
+
+_RockTunnel1EndBattleText4::
+ text "Game"
+ line "over!"
+ prompt
+
+_RockTunnel1AfterBattleText4::
+ text "Oh well, I'll get"
+ line "a ZUBAT as I go!"
+ done
+
+_RockTunnel1BattleText5::
+ text "Eek! Don't try"
+ line "anything funny in"
+ cont "the dark!"
+ done
+
+_RockTunnel1EndBattleText5::
+ text "It"
+ line "was too dark!"
+ prompt
+
+_RockTunnel1AfterBattleText5::
+ text "I saw a MACHOP"
+ line "in this tunnel!"
+ done
+
+_RockTunnel1BattleText6::
+ text "I came this far"
+ line "for #MON!"
+ done
+
+_RockTunnel1EndBattleText6::
+ text "I'm"
+ line "out of #MON!"
+ prompt
+
+_RockTunnel1AfterBattleText6::
+ text "You looked cute"
+ line "and harmless!"
+ done
+
+_RockTunnel1BattleText7::
+ text "You have #MON!"
+ line "Let's start!"
+ done
+
+_RockTunnel1EndBattleText7::
+ text "You"
+ line "play hard!"
+ prompt
+
+_RockTunnel1AfterBattleText7::
+ text "Whew! I'm all"
+ line "sweaty now!"
+ done
+
+_RockTunnel1Text8::
+ text "ROCK TUNNEL"
+ line "CERULEAN CITY -"
+ cont "LAVENDER TOWN"
+ done