summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
Diffstat (limited to 'text')
-rw-r--r--text/AgathasRoom.asm2
-rw-r--r--text/BeachHouse.asm107
-rw-r--r--text/BikeShop.asm2
-rw-r--r--text/BillsHouse.asm5
-rw-r--r--text/BluesHouse.asm8
-rw-r--r--text/CeladonCity.asm44
-rw-r--r--text/CeladonMansion1F.asm58
-rw-r--r--text/CeladonMansion3F.asm51
-rw-r--r--text/CeladonMart3F.asm56
-rw-r--r--text/CeladonMart4F.asm8
-rw-r--r--text/CeladonMartRoof.asm5
-rw-r--r--text/CeruleanBadgeHouse.asm33
-rw-r--r--text/CeruleanBadgeHouse_2.asm28
-rw-r--r--text/CeruleanCity.asm34
-rw-r--r--text/CeruleanGym.asm30
-rw-r--r--text/CeruleanTradeHouse.asm53
-rw-r--r--text/CinnabarGym.asm43
-rw-r--r--text/CinnabarIsland.asm2
-rw-r--r--text/CopycatsHouse1F.asm4
-rw-r--r--text/Daycare.asm35
-rw-r--r--text/Daycare_2.asm34
-rw-r--r--text/FightingDojo.asm4
-rw-r--r--text/FuchsiaCity.asm2
-rw-r--r--text/FuchsiaGym.asm195
-rw-r--r--text/FuchsiaGym_2.asm194
-rw-r--r--text/GameCorner.asm5
-rw-r--r--text/GameCorner_2.asm4
-rw-r--r--text/HallOfFame.asm2
-rw-r--r--text/LancesRoom.asm2
-rw-r--r--text/MtMoon1F.asm2
-rw-r--r--text/MtMoonB2F.asm41
-rw-r--r--text/MtMoonPokecenter.asm8
-rw-r--r--text/Museum1F.asm2
-rw-r--r--text/Museum2F.asm14
-rw-r--r--text/NameRatersHouse.asm2
-rw-r--r--text/OaksLab.asm343
-rw-r--r--text/PalletTown.asm18
-rw-r--r--text/PewterGym.asm168
-rw-r--r--text/PewterGym_2.asm146
-rw-r--r--text/PewterMart.asm2
-rw-r--r--text/PewterPokecenter.asm13
-rw-r--r--text/PokemonFanClub.asm75
-rw-r--r--text/PokemonTower7F.asm79
-rw-r--r--text/RedsHouse1F.asm13
-rw-r--r--text/RockTunnelB1F.asm21
-rw-r--r--text/RockTunnelB1F_2.asm20
-rw-r--r--text/RocketHideoutB4F.asm57
-rw-r--r--text/Route10.asm2
-rw-r--r--text/Route11.asm29
-rw-r--r--text/Route11_2.asm28
-rw-r--r--text/Route12.asm2
-rw-r--r--text/Route12Gate2F.asm2
-rw-r--r--text/Route14.asm2
-rw-r--r--text/Route16.asm2
-rw-r--r--text/Route17.asm2
-rw-r--r--text/Route22.asm72
-rw-r--r--text/Route24.asm120
-rw-r--r--text/Route24_2.asm90
-rw-r--r--text/Route25.asm4
-rw-r--r--text/Route3.asm4
-rw-r--r--text/Route6.asm31
-rw-r--r--text/Route8.asm2
-rw-r--r--text/Route9.asm41
-rw-r--r--text/Route9_2.asm21
-rw-r--r--text/SSAnne2FRooms.asm54
-rw-r--r--text/SSAnneCaptainsRoom.asm4
-rw-r--r--text/SSAnneKitchen.asm2
-rw-r--r--text/SafariZoneGate.asm92
-rw-r--r--text/SaffronGates.asm4
-rw-r--r--text/SaffronGym.asm3
-rw-r--r--text/SilphCo10F.asm28
-rw-r--r--text/SilphCo11F.asm24
-rw-r--r--text/SilphCo2F.asm2
-rw-r--r--text/SilphCo5F.asm58
-rw-r--r--text/SilphCo5F_2.asm55
-rw-r--r--text/SilphCo7F.asm4
-rw-r--r--text/VermilionCity.asm54
-rw-r--r--text/VermilionGym.asm176
-rw-r--r--text/VermilionGym_2.asm145
-rw-r--r--text/ViridianCity.asm84
-rw-r--r--text/ViridianForest.asm36
-rw-r--r--text/ViridianForestSouthGate.asm11
-rw-r--r--text/ViridianGym.asm4
-rw-r--r--text/ViridianMart.asm10
-rwxr-xr-x[-rw-r--r--]text/ViridianPokecenter.asm0
-rw-r--r--text/ViridianSchoolHouse.asm7
-rw-r--r--text/pokedex_ratings.asm117
87 files changed, 2048 insertions, 1454 deletions
diff --git a/text/AgathasRoom.asm b/text/AgathasRoom.asm
index 9ef5059a..82cbcd81 100644
--- a/text/AgathasRoom.asm
+++ b/text/AgathasRoom.asm
@@ -23,7 +23,7 @@ _AgathaBeforeBattleText::
done
_AgathaEndBattleText::
- text "Oh ho!"
+ text "Woo-hoo!"
line "You're something"
cont "special, child!"
prompt
diff --git a/text/BeachHouse.asm b/text/BeachHouse.asm
new file mode 100644
index 00000000..d15e0b9a
--- /dev/null
+++ b/text/BeachHouse.asm
@@ -0,0 +1,107 @@
+_SurfinDudeText1::
+ text "Whoa!"
+
+ para "Your PIKACHU knows"
+ line "how to SURF! So,"
+ cont "I'm not alone..."
+
+ para "Great! You earned"
+ line "the right to SURF"
+ cont "with the DUDE!"
+
+ para "Give it a go?"
+ done
+
+_SurfinDudeText2::
+ text "Come SURF anytime,"
+ line "my friend!"
+ done
+
+_SurfinDudeText3::
+ text "Wanna go SURF?"
+ done
+
+_SurfinDudeText4::
+ text "Dogs and burgers"
+ line "on special today!"
+ done
+
+_BeachHousePikachuText::
+ text "PIKACHU: Pikaa"
+ done
+
+_BeachHouseSign1Text1::
+ text "SURFIN' DUDE's"
+ line "scribbles..."
+
+ para "When I shoot the"
+ line "tube, the tunes"
+ cont "hit the groove!"
+ done
+
+_BeachHouseSign1Text2::
+ text "30 years of waves!"
+ line "SURFIN' DUDE"
+ done
+
+_BeachHouseSign2Text1::
+ text "SURFING TIP 1!"
+
+ para "After flips, line"
+ line "the board up with"
+ cont "a wave for a cool"
+ cont "effect!"
+ done
+
+_BeachHouseSign2Text2::
+ text "SUMMER BEACH HOUSE"
+ line "#MON welcome!"
+ done
+
+_BeachHouseSign3Text1::
+ text "SURFING TIP 2!"
+
+ para "Pulling flips in"
+ line "a jump is totally"
+ cont "rad!"
+ done
+
+_BeachHouseSign3Text2::
+ text "The sea unites"
+ line "all in surfdom!"
+ done
+
+_BeachHousePrinterText1::
+ text "It's some sort of"
+ line "a machine...@"
+ text_end
+
+_BeachHousePrinterText2::
+ text "SUMMER BEACH HOUSE"
+ line "PRINTER, it says.@"
+ text_end
+
+_BeachHousePrinterText3::
+ text "The Hi-Score is"
+ line "shown."
+
+ para "PRINT it out?"
+ done
+
+_BeachHousePrinterText4::
+ text "SUMMER BEACH HOUSE"
+ line "PRINTER, it says."
+
+ para "The Hi-Score is"
+ line "shown."
+
+ para "PRINT it out?"
+ done
+
+_BeachHousePrinterText5::
+ text "PRINT completed.@"
+ text_end
+
+_BeachHousePrinterText6::
+ text "PRINT error!@"
+ text_end
diff --git a/text/BikeShop.asm b/text/BikeShop.asm
index 5d71133c..254da08c 100644
--- a/text/BikeShop.asm
+++ b/text/BikeShop.asm
@@ -32,7 +32,7 @@ _BikeShopText_1d824::
_BikeShopComeAgainText::
text "Come back again"
- line "some time!"
+ line "sometime!"
done
_BikeShopText_1d82f::
diff --git a/text/BillsHouse.asm b/text/BillsHouse.asm
index 11bb3200..2ad5748a 100644
--- a/text/BillsHouse.asm
+++ b/text/BillsHouse.asm
@@ -1,3 +1,8 @@
+_BillsHouseDontLeaveText::
+ text "Whoa, don't go"
+ line "anywhere, wait!"
+ done
+
_BillsHouseText_1e865::
text "Hiya! I'm a"
line "#MON..."
diff --git a/text/BluesHouse.asm b/text/BluesHouse.asm
index 6e57cb21..d799b9ed 100644
--- a/text/BluesHouse.asm
+++ b/text/BluesHouse.asm
@@ -30,10 +30,10 @@ _DaisyUseMapText::
done
_BluesHouseDaisyWalkingText::
- text "#MON are living"
- line "things! If they"
- cont "get tired, give"
- cont "them a rest!"
+ text "Spending time"
+ line "with your #MON"
+ cont "makes them more"
+ cont "friendly to you."
done
_BluesHouseTownMapText::
diff --git a/text/CeladonCity.asm b/text/CeladonCity.asm
index 76fa1775..6ec80e66 100644
--- a/text/CeladonCity.asm
+++ b/text/CeladonCity.asm
@@ -1,10 +1,10 @@
_CeladonCityText1::
text "I got my KOFFING"
- line "in CINNABAR!"
+ line "from my friend!"
- para "It's nice, but it"
- line "breathes poison"
- cont "when it's angry!"
+ para "We get along now,"
+ line "because I was"
+ cont "very nice to it!"
done
_CeladonCityText2::
@@ -86,22 +86,6 @@ _CeladonCityText9::
line "ROCKET's way!"
done
-_CeladonCityText10::
- text "TRAINER TIPS"
-
- para "X ACCURACY boosts"
- line "the accuracy of"
- cont "techniques!"
-
- para "DIRE HIT jacks up"
- line "the likelihood of"
- cont "critical hits!"
-
- para "Get your items at"
- line "CELADON DEPT."
- cont "STORE!"
- done
-
_CeladonCityText11::
text "CELADON CITY"
line "The City of"
@@ -113,7 +97,7 @@ _CeladonCityText13::
line "#MON GYM"
cont "LEADER: ERIKA"
- para "The Nature Loving"
+ para "The Nature-Loving"
line "Princess!"
done
@@ -150,5 +134,21 @@ _CeladonCityText17::
_CeladonCityText18::
text "ROCKET GAME CORNER"
line "The playground"
- cont "for grown-ups!"
+ cont "for grownups!"
+ done
+
+_CeladonCityText10::
+ text "TRAINER TIPS"
+
+ para "X ACCURACY boosts"
+ line "the accuracy of"
+ cont "techniques!"
+
+ para "DIRE HIT jacks up"
+ line "the likelihood of"
+ cont "critical hits!"
+
+ para "Get your items at"
+ line "CELADON DEPT."
+ cont "STORE!"
done
diff --git a/text/CeladonMansion1F.asm b/text/CeladonMansion1F.asm
index 14a48a81..52946a41 100644
--- a/text/CeladonMansion1F.asm
+++ b/text/CeladonMansion1F.asm
@@ -2,14 +2,6 @@ _CeladonMansion1Text1::
text "MEOWTH: Meow!@"
text_end
-_CeladonMansion1Text2::
- text "My dear #MON"
- line "keep me company."
-
- para "MEOWTH even brings"
- line "money home!"
- done
-
_CeladonMansion1Text3::
text "CLEFAIRY: Pi"
line "pippippi!@"
@@ -24,3 +16,53 @@ _CeladonMansion1Text5::
text "CELADON MANSION"
line "Manager's Suite"
done
+
+_CeladonMansion1Text2::
+ text "My dear #MON"
+ line "keep me company."
+
+ para "MEOWTH even brings"
+ line "money home!"
+ done
+
+_CeladonMansion1Text6::
+ text "Oh, you have an"
+ line "adorable PIKACHU"
+ cont "with you.@"
+ text_end
+
+_CeladonMansion1Text7::
+ text "It seems like it"
+ line "hasn't been tamed"
+ cont "at all."
+ done
+
+_CeladonMansion1Text8::
+ text "Why don't you"
+ line "take more care"
+ cont "with PIKACHU?"
+ done
+
+_CeladonMansion1Text9::
+ text "You must be happy"
+ line "to have a #MON"
+ cont "that cute."
+ done
+
+_CeladonMansion1Text10::
+ text "Your PIKACHU seems"
+ line "tamed."
+ done
+
+_CeladonMansion1Text11::
+ text "Your PIKACHU looks"
+ line "happy with you."
+ done
+
+_CeladonMansion1Text12::
+ text "You look like a"
+ line "fantastic duo."
+
+ para "You're making me"
+ line "jealous!"
+ done
diff --git a/text/CeladonMansion3F.asm b/text/CeladonMansion3F.asm
index 714ecf19..4381c60f 100644
--- a/text/CeladonMansion3F.asm
+++ b/text/CeladonMansion3F.asm
@@ -3,12 +3,48 @@ _ProgrammerText::
line "programmer!"
done
+_ProgrammerText2::
+ text "Me? I'm the"
+ line "programmer!"
+
+ para "What a surprise!"
+ line "I never expected"
+ cont "anyone to fill a"
+ cont "#DEX."
+ done
+
_GraphicArtistText::
text "I'm the graphic"
line "artist!"
cont "I drew you!"
done
+_GraphicArtistText2::
+ text "I'm the graphic"
+ line "artist!"
+
+ para "Wow, you finished"
+ line "your #DEX!"
+ cont "Want me to PRINT"
+ cont "out a DIPLOMA"
+ cont "as proof?"
+ done
+
+_GraphicArtistText3::
+ text "Just tell me if"
+ line "you want to PRINT"
+ cont "out a DIPLOMA."
+ done
+
+_GraphicArtistText4::
+ text "All done!"
+ done
+
+_GraphicArtistText5::
+ text "OK, let's not"
+ line "PRINT."
+ done
+
_WriterText::
text "I wrote the story!"
line "Isn't ERIKA cute?"
@@ -20,6 +56,14 @@ _WriterText::
line "I like her!"
done
+_WriterText2::
+ text "I wrote the story!"
+
+ para "It's great you"
+ line "caught all the"
+ cont "#MON! Thanks!"
+ done
+
_GameDesignerText::
text "Is that right?"
@@ -42,6 +86,13 @@ _CompletedDexText::
cont "...@"
text_end
+_CompletedDexText2::
+ text "Go show off your"
+ line "DIPLOMA to"
+ cont "the development"
+ cont "crew."
+ done
+
_CeladonMansion3Text5::
text "It's the game"
line "program! Messing"
diff --git a/text/CeladonMart3F.asm b/text/CeladonMart3F.asm
index 9871a5ae..633f1d3b 100644
--- a/text/CeladonMart3F.asm
+++ b/text/CeladonMart3F.asm
@@ -1,31 +1,3 @@
-_TM18PreReceiveText::
- text "Oh, hi! I finally"
- line "finished #MON!"
-
- para "Not done yet?"
- line "This might be"
- cont "useful!"
- prompt
-
-_ReceivedTM18Text::
- text "<PLAYER> received"
- line "@"
- text_ram wcf4b
- text "!@"
- text_end
-
-_TM18ExplanationText::
- text "TM18 is COUNTER!"
- line "Not like the one"
- cont "I'm leaning on,"
- cont "mind you!"
- done
-
-_TM18NoRoomText::
- text "Your pack is full"
- line "of items!"
- done
-
_CeladonMart3Text2::
text "Captured #MON"
line "are registered"
@@ -97,3 +69,31 @@ _CeladonMart3Text15::
text "Red and Blue!"
line "Both are #MON!"
done
+
+_TM18PreReceiveText::
+ text "Oh, hi! I finally"
+ line "finished #MON!"
+
+ para "Not done yet?"
+ line "This might be"
+ cont "useful!"
+ prompt
+
+_ReceivedTM18Text::
+ text "<PLAYER> received"
+ line "@"
+ text_ram wcf4b
+ text "!@"
+ text_end
+
+_TM18ExplanationText::
+ text "TM18 is COUNTER!"
+ line "Not like the one"
+ cont "I'm leaning on,"
+ cont "mind you!"
+ done
+
+_TM18NoRoomText::
+ text "Your pack is full"
+ line "of items!"
+ done
diff --git a/text/CeladonMart4F.asm b/text/CeladonMart4F.asm
index 78fa0b66..c17483c1 100644
--- a/text/CeladonMart4F.asm
+++ b/text/CeladonMart4F.asm
@@ -1,7 +1,11 @@
_CeladonMart4Text2::
text "I'm getting a"
- line "# DOLL for my"
- cont "girl friend!"
+ line "gift for COPYCAT"
+ cont "in CERULEAN CITY."
+
+ para "It's got to be a"
+ line "# DOLL. They"
+ cont "are trendy!"
done
_CeladonMart4Text3::
diff --git a/text/CeladonMartRoof.asm b/text/CeladonMartRoof.asm
index 15bf8c04..fa6f1f64 100644
--- a/text/CeladonMartRoof.asm
+++ b/text/CeladonMartRoof.asm
@@ -57,10 +57,7 @@ _CeladonMartRoofText_4850f::
para "@"
text_ram wcf4b
text " contains"
- line "ROCK SLIDE!"
-
- para "It can spook the"
- line "target sometimes!@"
+ line "ROCK SLIDE!@"
text_end
_CeladonMartRoofText_48515::
diff --git a/text/CeruleanBadgeHouse.asm b/text/CeruleanBadgeHouse.asm
index 9d701443..4bba10cd 100644
--- a/text/CeruleanBadgeHouse.asm
+++ b/text/CeruleanBadgeHouse.asm
@@ -19,7 +19,7 @@ _CeruleanHouse2Text_74e7c::
done
_CeruleanHouse2Text_74e81::
- text "Come visit me any"
+ text "Come visit me any-"
line "time you wish."
done
@@ -29,7 +29,7 @@ _CeruleanHouse2Text_74e96::
cont "a little bit."
para "It also lets you"
- line "use FLASH any"
+ line "use FLASH any-"
cont "time you desire."
prompt
@@ -66,32 +66,3 @@ _CeruleanHouse2Text_74ea5::
line "use STRENGTH out-"
cont "side of battle."
prompt
-
-_CeruleanHouse2Text_74eaa::
- text "The DEFENSE of all"
- line "#MON increases"
- cont "a little bit."
-
- para "It also lets you"
- line "use SURF outside"
- cont "of battle."
- prompt
-
-_CeruleanHouse2Text_74eaf::
- text "#MON up to L70"
- line "will obey you."
-
- para "Any higher, they"
- line "become unruly!"
- prompt
-
-_CeruleanHouse2Text_74eb4::
- text "Your #MON's"
- line "SPECIAL abilities"
- cont "increase a bit."
- prompt
-
-_CeruleanHouse2Text_74eb9::
- text "All #MON will"
- line "obey you!"
- prompt
diff --git a/text/CeruleanBadgeHouse_2.asm b/text/CeruleanBadgeHouse_2.asm
new file mode 100644
index 00000000..e5da0622
--- /dev/null
+++ b/text/CeruleanBadgeHouse_2.asm
@@ -0,0 +1,28 @@
+_CeruleanHouse2Text_74eaa::
+ text "The DEFENSE of all"
+ line "#MON increases"
+ cont "a little bit."
+
+ para "It also lets you"
+ line "use SURF outside"
+ cont "of battle."
+ prompt
+
+_CeruleanHouse2Text_74eaf::
+ text "#MON up to L70"
+ line "will obey you."
+
+ para "Any higher, they"
+ line "become unruly!"
+ prompt
+
+_CeruleanHouse2Text_74eb4::
+ text "Your #MON's"
+ line "SPECIAL abilities"
+ cont "increase a bit."
+ prompt
+
+_CeruleanHouse2Text_74eb9::
+ text "All #MON will"
+ line "obey you!"
+ prompt
diff --git a/text/CeruleanCity.asm b/text/CeruleanCity.asm
index d0884a39..955dca89 100644
--- a/text/CeruleanCity.asm
+++ b/text/CeruleanCity.asm
@@ -123,38 +123,38 @@ _CeruleanCityText5::
done
_CeruleanCityText6::
- text "The people here"
- line "were robbed."
+ text "These poor people"
+ line "here were robbed."
- para "It's obvious that"
- line "TEAM ROCKET is"
- cont "behind this most"
- cont "heinous crime!"
+ para "We're positive"
+ line "that TEAM ROCKET"
+ cont "is behind this"
+ cont "terrible deed."
para "Even our POLICE"
- line "force has trouble"
+ line "FORCE has trouble"
cont "with the ROCKETs!"
done
_CeruleanCityText_19730::
- text "OK! SLOWBRO!"
+ text "OK! ELECTRODE!"
line "Use SONICBOOM!"
- cont "Come on, SLOWBRO"
+ cont "Please ELECTRODE,"
cont "pay attention!"
done
_CeruleanCityText_19735::
- text "SLOWBRO punch!"
+ text "ELECTRODE, TACKLE!"
line "No! You blew it"
cont "again!"
done
_CeruleanCityText_1973a::
- text "SLOWBRO, WITHDRAW!"
+ text "ELECTRODE, SWIFT!"
line "No! That's wrong!"
- para "It's so hard to"
- line "control #MON!"
+ para "Training #MON"
+ line "is difficult!"
para "Your #MON's"
line "obedience depends"
@@ -163,22 +163,22 @@ _CeruleanCityText_1973a::
done
_CeruleanCityText_1976f::
- text "SLOWBRO took a"
+ text "ELECTRODE took a"
line "snooze..."
done
_CeruleanCityText_19774::
- text "SLOWBRO is"
+ text "ELECTRODE is"
line "loafing around..."
done
_CeruleanCityText_19779::
- text "SLOWBRO turned"
+ text "ELECTRODE turned"
line "away..."
done
_CeruleanCityText_1977e::
- text "SLOWBRO"
+ text "ELECTRODE"
line "ignored orders..."
done
diff --git a/text/CeruleanGym.asm b/text/CeruleanGym.asm
index d302ec3a..4f8d5ab2 100644
--- a/text/CeruleanGym.asm
+++ b/text/CeruleanGym.asm
@@ -2,19 +2,21 @@ _CeruleanGymText_5c7be::
text "Hi, you're a new"
line "face!"
- para "Trainers who want"
- line "to turn pro have"
- cont "to have a policy"
- cont "about #MON!"
-
- para "What is your"
- line "approach when you"
- cont "catch #MON?"
+ para "What's your policy"
+ line "on #MON? What"
+ cont "is your approach?"
para "My policy is an"
line "all-out offensive"
cont "with water-type"
cont "#MON!"
+
+ para "MISTY, the world-"
+ line "famous beauty, is"
+ cont "your host!"
+
+ para "Are you ready,"
+ line "sweetie?"
done
_CeruleanGymText_5c7c3::
@@ -35,7 +37,7 @@ _CeruleanGymText_5c7c8::
para "There's more, you"
line "can now use CUT"
- cont "any time!"
+ cont "anytime!"
para "You can CUT down"
line "small bushes to"
@@ -56,15 +58,15 @@ _CeruleanGymText_5c7d3::
done
_CeruleanGymText_5c7d8::
- text "Wow!"
- line "You're too much!"
+ text "I can't"
+ line "believe I lost!"
para "All right!"
para "You can have the"
line "CASCADEBADGE to"
- cont "show you beat me!@"
- text_end
+ cont "show you beat me!"
+ prompt
_CeruleanGymBattleText1::
text "I'm more than good"
@@ -127,7 +129,7 @@ _CeruleanGymText_5c82f::
text "You beat MISTY!"
line "What'd I tell ya?"
- para "You and me kid,"
+ para "You and me, kid,"
line "we make a pretty"
cont "darn good team!"
done
diff --git a/text/CeruleanTradeHouse.asm b/text/CeruleanTradeHouse.asm
index b606613b..d50a4ac4 100644
--- a/text/CeruleanTradeHouse.asm
+++ b/text/CeruleanTradeHouse.asm
@@ -1,9 +1,46 @@
-_CeruleanHouse1Text1::
- text "My husband likes"
- line "trading #MON."
-
- para "If you are a"
- line "collector, would"
- cont "you please trade"
- cont "with him?"
+MelanieText1::
+ text "I take care of"
+ line "injured #MON."
+
+ para "I nursed this"
+ line "BULBASAUR back to"
+ cont "health."
+
+ para "It needs a good"
+ line "trainer to take"
+ cont "care of it now.@"
+ text_end
+
+MelanieText2::
+ text "I know! Would you"
+ line "take care of this"
+ cont "BULBASAUR?"
done
+
+MelanieText3::
+ text "Please take care"
+ line "of BULBASAUR!@"
+ text_end
+
+MelanieText4::
+ text "Is BULBASAUR"
+ line "doing well?@"
+ text_end
+
+MelanieText5::
+ text "Oh..."
+ line "That's too bad...@"
+ text_end
+
+MelanieBulbasaurText::
+ text "BULBASAUR: Bubba!"
+ line "Zoar!@"
+ text_end
+
+MelanieOddishText::
+ text "ODDISH: Orddissh!@"
+ text_end
+
+MelanieSandshrewText::
+ text "SANDSHREW: Pikii!@"
+ text_end
diff --git a/text/CinnabarGym.asm b/text/CinnabarGym.asm
index bf6cc0fb..a59dbeaa 100644
--- a/text/CinnabarGym.asm
+++ b/text/CinnabarGym.asm
@@ -210,3 +210,46 @@ _CinnabarGymText_75ac7::
text "<PLAYER>! You beat"
line "that fire brand!"
done
+
+_CinnabarGymText_1::
+ text "This GYM is also"
+ line "known as the QUIZ"
+ cont "GYM."
+
+ para "You have to take a"
+ line "quiz if you want"
+ cont "to see BLAINE."
+
+ para "You don't have to"
+ line "fight us if you"
+ cont "get it right."
+ done
+
+_CinnabarGymText_2::
+ text "Think you can do"
+ line "it?"
+ done
+
+_CinnabarGymText_3::
+ text "This one's tricky!"
+ done
+
+_CinnabarGymText_4::
+ text "#MON enjoy"
+ line "quizzes too!"
+ done
+
+_CinnabarGymText_5::
+ text "I like it here at"
+ line "QUIZ GYM."
+ done
+
+_CinnabarGymText_6::
+ text "This is the last"
+ line "question."
+ done
+
+_CinnabarGymText_7::
+ text "Come on, answer"
+ line "the question!"
+ done
diff --git a/text/CinnabarIsland.asm b/text/CinnabarIsland.asm
index 352ab8ea..54552a46 100644
--- a/text/CinnabarIsland.asm
+++ b/text/CinnabarIsland.asm
@@ -13,7 +13,7 @@ _CinnabarIslandText1::
_CinnabarIslandText2::
text "Scientists conduct"
line "experiments in"
- cont "the burned out"
+ cont "the burned-out"
cont "building."
done
diff --git a/text/CopycatsHouse1F.asm b/text/CopycatsHouse1F.asm
index 0bf84558..d2d1f42a 100644
--- a/text/CopycatsHouse1F.asm
+++ b/text/CopycatsHouse1F.asm
@@ -16,6 +16,6 @@ _CopycatsHouse1FText2::
done
_CopycatsHouse1FText3::
- text "CHANSEY: Chaan!"
- line "Sii!@"
+ text "CHANSEY: Chaaan"
+ line "sey!@"
text_end
diff --git a/text/Daycare.asm b/text/Daycare.asm
index 197927dd..aa1e5bc5 100644
--- a/text/Daycare.asm
+++ b/text/Daycare.asm
@@ -60,3 +60,38 @@ _DayCareMonNeedsMoreTimeText::
cont "needs some more"
cont "time with me."
prompt
+
+_DayCareAllRightThenText::
+ text "All right then,"
+ line "@"
+ text_end
+
+_DayCareComeAgainText::
+ text "Come again."
+ done
+
+_DayCareNoRoomForMonText::
+ text "You have no room"
+ line "for this #MON!"
+ done
+
+_DayCareOnlyHaveOneMonText::
+ text "You only have one"
+ line "#MON with you."
+ done
+
+_DayCareCantAcceptMonWithHMText::
+ text "I can't accept a"
+ line "#MON that"
+ cont "knows an HM move."
+ done
+
+_DayCareHeresYourMonText::
+ text "Thank you! Here's"
+ line "your #MON!"
+ prompt
+
+_DayCareNotEnoughMoneyText::
+ text "Hey, you don't"
+ line "have enough ¥!"
+ done
diff --git a/text/Daycare_2.asm b/text/Daycare_2.asm
deleted file mode 100644
index 7efb200e..00000000
--- a/text/Daycare_2.asm
+++ /dev/null
@@ -1,34 +0,0 @@
-_DayCareAllRightThenText::
- text "All right then,"
- line "@"
- text_end
-
-_DayCareComeAgainText::
- text "come again."
- done
-
-_DayCareNoRoomForMonText::
- text "You have no room"
- line "for this #MON!"
- done
-
-_DayCareOnlyHaveOneMonText::
- text "You only have one"
- line "#MON with you."
- done
-
-_DayCareCantAcceptMonWithHMText::
- text "I can't accept a"
- line "#MON that"
- cont "knows an HM move."
- done
-
-_DayCareHeresYourMonText::
- text "Thank you! Here's"
- line "your #MON!"
- prompt
-
-_DayCareNotEnoughMoneyText::
- text "Hey, you don't"
- line "have enough ¥!"
- done
diff --git a/text/FightingDojo.asm b/text/FightingDojo.asm
index 3df069c1..a6ccc8c3 100644
--- a/text/FightingDojo.asm
+++ b/text/FightingDojo.asm
@@ -114,13 +114,13 @@ _FightingDojoAfterBattleText4::
_WantHitmonleeText::
text "You want the"
- line "hard kicking"
+ line "hard-kicking"
cont "HITMONLEE?"
done
_WantHitmonchanText::
text "You want the"
- line "piston punching"
+ line "piston-punching"
cont "HITMONCHAN?"
done
diff --git a/text/FuchsiaCity.asm b/text/FuchsiaCity.asm
index a90d0021..0392a1ed 100644
--- a/text/FuchsiaCity.asm
+++ b/text/FuchsiaCity.asm
@@ -58,7 +58,7 @@ _FuchsiaCityText18::
cont "LEADER: KOGA"
para "The Poisonous"
- line "Ninja Master"
+ line "Ninja Master!"
done
_FuchsiaCityChanseyText::
diff --git a/text/FuchsiaGym.asm b/text/FuchsiaGym.asm
index 9108fc79..587af1a1 100644
--- a/text/FuchsiaGym.asm
+++ b/text/FuchsiaGym.asm
@@ -24,3 +24,198 @@ _KogaAfterBattleText::
para "Here! Take the"
line "SOULBADGE!"
prompt
+
+_KogaExplainToxicText::
+ text "When afflicted by"
+ line "TOXIC, #MON"
+ cont "suffer more and"
+ cont "more as battle"
+ cont "progresses!"
+
+ para "It will surely"
+ line "terrorize foes!"
+ done
+
+_FuchsiaGymText9::
+ text "Now that you have"
+ line "the SOULBADGE,"
+ cont "the DEFENSE of"
+ cont "your #MON"
+ cont "increases!"
+
+ para "It also lets you"
+ line "SURF outside of"
+ cont "battle!"
+
+ para "Ah! Take this"
+ line "too!"
+ done
+
+_ReceivedTM06Text::
+ text "<PLAYER> received"
+ line "@"
+ text_ram wcf4b
+ text "!@"
+ text_end
+
+_TM06ExplanationText::
+ text_start
+ para "TM06 contains"
+ line "TOXIC!"
+
+ para "It is a secret"
+ line "technique over"
+ cont "400 years old!"
+ done
+
+_TM06NoRoomText::
+ text "Make space for"
+ line "this, child!"
+ done
+
+_FuchsiaGymBattleText1::
+ text "Strength isn't"
+ line "the key for"
+ cont "#MON!"
+
+ para "It's strategy!"
+
+ para "I'll show you how"
+ line "strategy can beat"
+ cont "brute strength!"
+ done
+
+_FuchsiaGymEndBattleText1::
+ text "What?"
+ line "Extraordinary!"
+ prompt
+
+_FuchsiaGymAfterBattleText1::
+ text "So, you mix brawn"
+ line "with brains?"
+ cont "Good strategy!"
+ done
+
+_FuchsiaGymBattleText2::
+ text "I wanted to become"
+ line "a ninja, so I"
+ cont "joined this GYM!"
+ done
+
+_FuchsiaGymEndBattleText2::
+ text "I'm done"
+ line "for!"
+ prompt
+
+_FuchsiaGymAfterBattleText2::
+ text "I will keep on"
+ line "training under"
+ cont "KOGA, my ninja"
+ cont "master!"
+ done
+
+_FuchsiaGymBattleText3::
+ text "Let's see you"
+ line "beat my special"
+ cont "techniques!"
+ done
+
+_FuchsiaGymEndBattleText3::
+ text "You"
+ line "had me fooled!"
+ prompt
+
+_FuchsiaGymAfterBattleText3::
+ text "I like poison and"
+ line "sleep techniques,"
+ cont "as they linger"
+ cont "after battle!"
+ done
+
+_FuchsiaGymBattleText4::
+ text "Stop right there!"
+
+ para "Our invisible"
+ line "walls have you"
+ cont "frustrated?"
+ done
+
+_FuchsiaGymEndBattleText4::
+ text "Whoa!"
+ line "He's got it!"
+ prompt
+
+_FuchsiaGymAfterBattleText4::
+ text "You impressed me!"
+ line "Here's a hint!"
+
+ para "Look very closely"
+ line "for gaps in the"
+ cont "invisible walls!"
+ done
+
+_FuchsiaGymBattleText5::
+ text "I also study the"
+ line "way of the ninja"
+ cont "with master KOGA!"
+
+ para "Ninja have a long"
+ line "history of using"
+ cont "animals!"
+ done
+
+_FuchsiaGymEndBattleText5::
+ text "Awoo!"
+ prompt
+
+_FuchsiaGymAfterBattleText5::
+ text "I still have much"
+ line "to learn!"
+ done
+
+_FuchsiaGymBattleText6::
+ text "Master KOGA comes"
+ line "from a long line"
+ cont "of ninjas!"
+
+ para "What did you"
+ line "descend from?"
+ done
+
+_FuchsiaGymEndBattleText6::
+ text "Dropped"
+ line "my balls!"
+ prompt
+
+_FuchsiaGymAfterBattleText6::
+ text "Where there is"
+ line "light, there is"
+ cont "shadow!"
+
+ para "Light and shadow!"
+ line "Which do you"
+ cont "choose?"
+ done
+
+_FuchsiaGymText_7564e::
+ text "Yo! Champ in"
+ line "making!"
+
+ para "FUCHSIA GYM is"
+ line "riddled with"
+ cont "invisible walls!"
+
+ para "KOGA might appear"
+ line "close, but he's"
+ cont "blocked off!"
+
+ para "You have to find"
+ line "gaps in the walls"
+ cont "to reach him!"
+ done
+
+_FuchsiaGymText_75653::
+ text "It's amazing how"
+ line "ninja can terrify"
+ cont "even now!"
+ done
diff --git a/text/FuchsiaGym_2.asm b/text/FuchsiaGym_2.asm
deleted file mode 100644
index e8043e24..00000000
--- a/text/FuchsiaGym_2.asm
+++ /dev/null
@@ -1,194 +0,0 @@
-_KogaExplainToxicText::
- text "When afflicted by"
- line "TOXIC, #MON"
- cont "suffer more and"
- cont "more as battle"
- cont "progresses!"
-
- para "It will surely"
- line "terrorize foes!"
- done
-
-_FuchsiaGymText9::
- text "Now that you have"
- line "the SOULBADGE,"
- cont "the DEFENSE of"
- cont "your #MON"
- cont "increases!"
-
- para "It also lets you"
- line "SURF outside of"
- cont "battle!"
-
- para "Ah! Take this"
- line "too!"
- done
-
-_ReceivedTM06Text::
- text "<PLAYER> received"
- line "@"
- text_ram wcf4b
- text "!@"
- text_end
-
-_TM06ExplanationText::
- text_start
- para "TM06 contains"
- line "TOXIC!"
-
- para "It is a secret"
- line "technique over"
- cont "400 years old!"
- done
-
-_TM06NoRoomText::
- text "Make space for"
- line "this, child!"
- done
-
-_FuchsiaGymBattleText1::
- text "Strength isn't"
- line "the key for"
- cont "#MON!"
-
- para "It's strategy!"
-
- para "I'll show you how"
- line "strategy can beat"
- cont "brute strength!"
- done
-
-_FuchsiaGymEndBattleText1::
- text "What?"
- line "Extraordinary!"
- prompt
-
-_FuchsiaGymAfterBattleText1::
- text "So, you mix brawn"
- line "with brains?"
- cont "Good strategy!"
- done
-
-_FuchsiaGymBattleText2::
- text "I wanted to become"
- line "a ninja, so I"
- cont "joined this GYM!"
- done
-
-_FuchsiaGymEndBattleText2::
- text "I'm done"
- line "for!"
- prompt
-
-_FuchsiaGymAfterBattleText2::
- text "I will keep on"
- line "training under"
- cont "KOGA, my ninja"
- cont "master!"
- done
-
-_FuchsiaGymBattleText3::
- text "Let's see you"
- line "beat my special"
- cont "techniques!"
- done
-
-_FuchsiaGymEndBattleText3::
- text "You"
- line "had me fooled!"
- prompt
-
-_FuchsiaGymAfterBattleText3::
- text "I like poison and"
- line "sleep techniques,"
- cont "as they linger"
- cont "after battle!"
- done
-
-_FuchsiaGymBattleText4::
- text "Stop right there!"
-
- para "Our invisible"
- line "walls have you"
- cont "frustrated?"
- done
-
-_FuchsiaGymEndBattleText4::
- text "Whoa!"
- line "He's got it!"
- prompt
-
-_FuchsiaGymAfterBattleText4::
- text "You impressed me!"
- line "Here's a hint!"
-
- para "Look very closely"
- line "for gaps in the"
- cont "invisible walls!"
- done
-
-_FuchsiaGymBattleText5::
- text "I also study the"
- line "way of the ninja"
- cont "with master KOGA!"
-
- para "Ninja have a long"
- line "history of using"
- cont "animals!"
- done
-
-_FuchsiaGymEndBattleText5::
- text "Awoo!"
- prompt
-
-_FuchsiaGymAfterBattleText5::
- text "I still have much"
- line "to learn!"
- done
-
-_FuchsiaGymBattleText6::
- text "Master KOGA comes"
- line "from a long line"
- cont "of ninjas!"
-
- para "What did you"
- line "descend from?"
- done
-
-_FuchsiaGymEndBattleText6::
- text "Dropped"
- line "my balls!"
- prompt
-
-_FuchsiaGymAfterBattleText6::
- text "Where there is"
- line "light, there is"
- cont "shadow!"
-
- para "Light and shadow!"
- line "Which do you"
- cont "choose?"
- done
-
-_FuchsiaGymText_7564e::
- text "Yo! Champ in"
- line "making!"
-
- para "FUCHSIA GYM is"
- line "riddled with"
- cont "invisible walls!"
-
- para "KOGA might appear"
- line "close, but he's"
- cont "blocked off!"
-
- para "You have to find"
- line "gaps in the walls"
- cont "to reach him!"
- done
-
-_FuchsiaGymText_75653::
- text "It's amazing how"
- line "ninja can terrify"
- cont "even now!"
- done
diff --git a/text/GameCorner.asm b/text/GameCorner.asm
index 1868daf8..a65043d9 100644
--- a/text/GameCorner.asm
+++ b/text/GameCorner.asm
@@ -183,8 +183,3 @@ _CeladonGameCornerText_48f09::
line "the poster!?"
cont "Let's push it!@"
text_end
-
-_CeladonGameCornerText_48f19::
- text "Oops! Forgot the"
- line "COIN CASE!"
- done
diff --git a/text/GameCorner_2.asm b/text/GameCorner_2.asm
new file mode 100644
index 00000000..c288464d
--- /dev/null
+++ b/text/GameCorner_2.asm
@@ -0,0 +1,4 @@
+_CeladonGameCornerText_48f19::
+ text "Oops! Forgot the"
+ line "COIN CASE!"
+ done
diff --git a/text/HallOfFame.asm b/text/HallOfFame.asm
index c799268b..8faefd3f 100644
--- a/text/HallOfFame.asm
+++ b/text/HallOfFame.asm
@@ -1,6 +1,6 @@
_HallofFameRoomText1::
text "OAK: Er-hem!"
- line "Congratulations"
+ line "Congratulations,"
cont "<PLAYER>!"
para "This floor is the"
diff --git a/text/LancesRoom.asm b/text/LancesRoom.asm
index 2531b638..224db0b3 100644
--- a/text/LancesRoom.asm
+++ b/text/LancesRoom.asm
@@ -1,6 +1,6 @@
_LanceBeforeBattleText::
text "Ah! I heard about"
- line "you <PLAYER>!"
+ line "you, <PLAYER>!"
para "I lead the ELITE"
line "FOUR! You can"
diff --git a/text/MtMoon1F.asm b/text/MtMoon1F.asm
index 761a5240..2e8c960e 100644
--- a/text/MtMoon1F.asm
+++ b/text/MtMoon1F.asm
@@ -115,5 +115,5 @@ _MtMoon1AfterBattleText8::
_MtMoon1Text14::
text "Beware! ZUBAT is"
- line "a blood sucker!"
+ line "a bloodsucker!"
done
diff --git a/text/MtMoonB2F.asm b/text/MtMoonB2F.asm
index f920e0fb..e0098791 100644
--- a/text/MtMoonB2F.asm
+++ b/text/MtMoonB2F.asm
@@ -1,3 +1,26 @@
+_MtMoonJessieJamesText1::
+ text "Stop right there!@"
+ text_end
+
+_MtMoonJessieJamesText2::
+ text "That fossil is"
+ line "TEAM ROCKET's!"
+
+ para "Surrender now, or "
+ line "prepare to fight!"
+ done
+
+_MtMoonJessieJamesText3::
+ text "A"
+ line "brat beat us?"
+ prompt
+
+_MtMoonJessieJamesText4::
+ text "TEAM ROCKET, blast"
+ line "off at the speed"
+ cont "of light!@"
+ text_end
+
_MtMoon3Text_49f24::
text "You want the"
line "DOME FOSSIL?"
@@ -55,24 +78,6 @@ _MtMoon3Text_49f99::
line "this is mine!@"
text_end
-_MtMoon3BattleText2::
- text "TEAM ROCKET will"
- line "find the fossils,"
- cont "revive and sell"
- cont "them for cash!"
- done
-
-_MtMoon3EndBattleText2::
- text "Urgh!"
- line "Now I'm mad!"
- prompt
-
-_MtMoon3AfterBattleText2::
- text "You made me mad!"
- line "TEAM ROCKET will"
- cont "blacklist you!"
- done
-
_MtMoon3BattleText3::
text "We, TEAM ROCKET,"
line "are #MON"
diff --git a/text/MtMoonPokecenter.asm b/text/MtMoonPokecenter.asm
index dda62044..052dd85b 100644
--- a/text/MtMoonPokecenter.asm
+++ b/text/MtMoonPokecenter.asm
@@ -16,6 +16,10 @@ _MtMoonPokecenterText3::
cont "news!"
done
+_MtMoonPokecenterText5::
+ text_start
+ done
+
_MagikarpSalesmanText1::
text "MAN: Hello, there!"
line "Have I got a deal"
@@ -42,7 +46,3 @@ _MagikarpSalesmanText2::
text "MAN: Well, I don't"
line "give refunds!"
done
-
-_MtMoonPokecenterText5::
- text_start
- done
diff --git a/text/Museum1F.asm b/text/Museum1F.asm
index be1bb2f7..e7b6ce53 100644
--- a/text/Museum1F.asm
+++ b/text/Museum1F.asm
@@ -72,7 +72,7 @@ _Museum1FText_5c28e::
para "But, my colleagues"
line "just ignore me!"
- para "So I have a favor"
+ para "So, I have a favor"
line "to ask!"
para "Take this to a"
diff --git a/text/Museum2F.asm b/text/Museum2F.asm
index 4f34a249..12cfe8b2 100644
--- a/text/Museum2F.asm
+++ b/text/Museum2F.asm
@@ -33,6 +33,20 @@ _Museum2FText5::
line "soon, I promise!"
done
+_Museum2FPikachuText1::
+ text "Your PIKACHU looks"
+ line "untamed."
+ cont "May I have it for"
+ cont "my daughter?"
+ done
+
+_Museum2FPikachuText2::
+ text "I'd like to get"
+ line "that PIKACHU off"
+ cont "you, but it's too"
+ cont "attached to you."
+ done
+
_Museum2FText6::
text "SPACE SHUTTLE"
line "COLUMBIA"
diff --git a/text/NameRatersHouse.asm b/text/NameRatersHouse.asm
index b5032144..49637b6d 100644
--- a/text/NameRatersHouse.asm
+++ b/text/NameRatersHouse.asm
@@ -43,7 +43,7 @@ _NameRaterText_1dac7::
done
_NameRaterText_1dacc::
- text "Fine! Come any"
+ text "Fine! Come any-"
line "time you like!"
done
diff --git a/text/OaksLab.asm b/text/OaksLab.asm
index 18ecadb7..7e78f8f5 100644
--- a/text/OaksLab.asm
+++ b/text/OaksLab.asm
@@ -2,68 +2,33 @@ _OaksLabGaryText1::
text "<RIVAL>: Yo"
line "<PLAYER>! Gramps"
cont "isn't around!"
+
+ para "I ran here 'cos"
+ line "he said he had a"
+ cont "#MON for me."
done
_OaksLabText40::
- text "<RIVAL>: Heh, I"
- line "don't need to be"
- cont "greedy like you!"
-
- para "Go ahead and"
- line "choose, <PLAYER>!"
+ text "<RIVAL>: Humph!"
+ line "I'll get a better"
+ cont "#MON than you!"
done
_OaksLabText41::
- text "<RIVAL>: My"
+ text "<RIVAL>: Heh, my"
line "#MON looks a"
cont "lot stronger."
done
_OaksLabText39::
- text "Those are #"
- line "BALLs. They"
- cont "contain #MON!"
- done
-
-_OaksLabCharmanderText::
- text "So! You want the"
- line "fire #MON,"
- cont "CHARMANDER?"
- done
-
-_OaksLabSquirtleText::
- text "So! You want the"
- line "water #MON,"
- cont "SQUIRTLE?"
+ text "That's a #"
+ line "BALL. There's a"
+ cont "#MON inside!"
done
-_OaksLabBulbasaurText::
- text "So! You want the"
- line "plant #MON,"
- cont "BULBASAUR?"
- done
-
-_OaksLabMonEnergeticText::
- text "This #MON is"
- line "really energetic!"
- prompt
-
-_OaksLabReceivedMonText::
- text "<PLAYER> received"
- line "a @"
- text_ram wcd6d
- text "!@"
- text_end
-
-_OaksLabLastMonText::
- text "That's PROF.OAK's"
- line "last #MON!"
- done
-
-_OaksLabText_1d2f0::
- text "OAK: Now, <PLAYER>,"
- line "which #MON do"
- cont "you want?"
+_OaksLabPikachuText::
+ text "OAK: Go ahead,"
+ line "it's yours!"
done
_OaksLabText_1d2f5::
@@ -71,13 +36,15 @@ _OaksLabText_1d2f5::
line "#MON appears,"
cont "your #MON can"
cont "fight against it!"
+
+ para "Afterward, go on"
+ line "to the next town."
done
_OaksLabText_1d2fa::
- text "OAK: <PLAYER>,"
- line "raise your young"
- cont "#MON by making"
- cont "it fight!"
+ text "OAK: You should"
+ line "talk to it and"
+ cont "see how it feels."
done
_OaksLabDeliverParcelText1::
@@ -105,7 +72,11 @@ _OaksLabDeliverParcelText2::
para "Ah! This is the"
line "custom # BALL"
cont "I ordered!"
- cont "Thank you!"
+ cont "Thanks, <PLAYER>!"
+
+ para "By the way, I must"
+ line "ask you to do"
+ cont "something for me."
done
_OaksLabAroundWorldText::
@@ -135,9 +106,10 @@ _OaksLabGivePokeballsText2::
line "#MON appears,"
cont "it's fair game."
- para "Just throw a #"
- line "BALL at it and try"
- line "to catch it!"
+ para "Just like I showed"
+ line "you, throw a #"
+ cont "BALL at it and try"
+ cont "to catch it!"
para "This won't always"
line "work, though."
@@ -191,31 +163,26 @@ _OaksLabRivalWaitingText::
done
_OaksLabChooseMonText::
- text "OAK: <RIVAL>?"
- line "Let me think..."
-
- para "Oh, that's right,"
- line "I told you to"
- cont "come! Just wait!"
+ text "OAK: Hmm? <RIVAL>?"
+ line "Why are you here"
+ cont "already?"
- para "Here, <PLAYER>!"
+ para "I said for you to"
+ line "come by later..."
- para "There are 3"
- line "#MON here!"
+ para "Ah, whatever!"
+ line "Just wait there."
- para "Haha!"
+ para "Look, <PLAYER>! Do"
+ line "you see that ball"
+ cont "on the table?"
- para "They are inside"
- line "the # BALLs."
-
- para "When I was young,"
- line "I was a serious"
- cont "#MON trainer!"
+ para "It's called a #"
+ line "BALL. It holds a"
+ cont "#MON inside."
- para "In my old age, I"
- line "have only 3 left,"
- cont "but you can have"
- cont "one! Choose!"
+ para "You may have it!"
+ line "Go on, take it!"
done
_OaksLabRivalInterjectionText::
@@ -225,28 +192,69 @@ _OaksLabRivalInterjectionText::
done
_OaksLabBePatientText::
- text "OAK: Be patient!"
- line "<RIVAL>, you can"
- cont "have one too!"
+ text "OAK: Be patient,"
+ line "<RIVAL>, I'll give"
+ cont "you one later."
done
-_OaksLabLeavingText::
- text "OAK: Hey! Don't go"
- line "away yet!"
- done
+_OaksLabRivalTakesText1::
+ text "<RIVAL>: No way!"
+ line "<PLAYER>, I want"
+ cont "this #MON!"
+ prompt
+
+_OaksLabRivalTakesText2::
+ text "<RIVAL> snatched"
+ line "the #MON!@"
+ text_end
+
+_OaksLabRivalTakesText3::
+ text "OAK: <RIVAL>! What"
+ line "are you doing?"
+ prompt
+
+_OaksLabRivalTakesText4::
+ text "<RIVAL>: Gramps, I"
+ line "want this one!"
+ prompt
-_OaksLabRivalPickingMonText::
- text "<RIVAL>: I'll take"
- line "this one, then!"
+_OaksLabRivalTakesText5::
+ text "OAK: But, I... Oh,"
+ line "all right then."
+ cont "That #MON is"
+ cont "yours."
+
+ para "I was going to"
+ line "give you one"
+ cont "anyway..."
+
+ para "<PLAYER>, come over"
+ line "here."
done
-_OaksLabRivalReceivedMonText::
- text "<RIVAL> received"
+_OaksLabOakGivesText::
+ text "OAK: <PLAYER>, this"
+ line "is the #MON I"
+ cont "caught earlier."
+
+ para "You can have it."
+ line "I caught it in"
+ cont "the wild and it's"
+ cont "not tame yet."
+ prompt
+
+_OaksLabReceivedText::
+ text "<PLAYER> received"
line "a @"
text_ram wcd6d
text "!@"
text_end
+_OaksLabLeavingText::
+ text "OAK: Hey! Don't go"
+ line "away yet!"
+ done
+
_OaksLabRivalChallengeText::
text "<RIVAL>: Wait"
line "<PLAYER>!"
@@ -279,19 +287,48 @@ _OaksLabRivalToughenUpText::
line "Smell you later!"
done
+_OaksLabPikachuDislikesPokeballsText1::
+ text "OAK: What?"
+ done
+
+_OaksLabPikachuDislikesPokeballsText2::
+ text "OAK: Would you"
+ line "look at that!"
+
+ para "It's odd, but it"
+ line "appears that your"
+ cont "PIKACHU dislikes"
+ cont "# BALLs."
+
+ para "You should just"
+ line "keep it with you."
+
+ para "That should make"
+ line "it happy!"
+
+ para "You can talk to it"
+ line "and see how it"
+ cont "feels about you."
+ done
+
_OaksLabText21::
text "<RIVAL>: Gramps!"
done
_OaksLabText22::
- text "<RIVAL>: What did"
- line "you call me for?"
+ text "<RIVAL>: Gramps,"
+ line "my #MON has"
+ cont "grown stronger!"
+ cont "Check it out!"
done
_OaksLabText23::
- text "OAK: Oh right! I"
- line "have a request"
- cont "of you two."
+ text "OAK: Ah, <RIVAL>,"
+ line "good timing!"
+
+ para "I needed to ask"
+ line "both of you to do"
+ cont "something for me."
done
_OaksLabText24::
@@ -362,121 +399,3 @@ _OaksLabText_1d405::
text "I study #MON as"
line "PROF.OAK's AIDE."
done
-
-_OaksLabText_441cc::
- text "#DEX comp-"
- line "letion is:"
-
- para "@"
- text_decimal hDexRatingNumMonsSeen, 1, 3
- text " #MON seen"
- line "@"
- text_decimal hDexRatingNumMonsOwned, 1, 3
- text " #MON owned"
-
- para "PROF.OAK's"
- line "Rating:"
- prompt
-
-_OaksLabText_44201::
- text "You still have"
- line "lots to do."
- cont "Look for #MON"
- cont "in grassy areas!"
- done
-
-_OaksLabText_44206::
- text "You're on the"
- line "right track! "
- cont "Get a FLASH HM"
- cont "from my AIDE!"
- done
-
-_OaksLabText_4420b::
- text "You still need"
- line "more #MON!"
- cont "Try to catch"
- cont "other species!"
- done
-
-_OaksLabText_44210::
- text "Good, you're"
- line "trying hard!"
- cont "Get an ITEMFINDER"
- cont "from my AIDE!"
- done
-
-_OaksLabText_44215::
- text "Looking good!"
- line "Go find my AIDE"
- cont "when you get 50!"
- done
-
-_OaksLabText_4421a::
- text "You finally got at"
- line "least 50 species!"
- cont "Be sure to get"
- cont "EXP.ALL from my"
- cont "AIDE!"
- done
-
-_OaksLabText_4421f::
- text "Ho! This is geting"
- line "even better!"
- done
-
-_OaksLabText_44224::
- text "Very good!"
- line "Go fish for some"
- cont "marine #MON!"
- done
-
-_OaksLabText_44229::
- text "Wonderful!"
- line "Do you like to"
- cont "collect things?"
- done
-
-_OaksLabText_4422e::
- text "I'm impressed!"
- line "It must have been"
- cont "difficult to do!"
- done
-
-_OaksLabText_44233::
- text "You finally got at"
- line "least 100 species!"
- cont "I can't believe"
- cont "how good you are!"
- done
-
-_OaksLabText_44238::
- text "You even have the"
- line "evolved forms of"
- cont "#MON! Super!"
- done
-
-_OaksLabText_4423d::
- text "Excellent! Trade"
- line "with friends to"
- cont "get some more!"
- done
-
-_OaksLabText_44242::
- text "Outstanding!"
- line "You've become a"
- cont "real pro at this!"
- done
-
-_OaksLabText_44247::
- text "I have nothing"
- line "left to say!"
- cont "You're the"
- cont "authority now!"
- done
-
-_OaksLabText_4424c::
- text "Your #DEX is"
- line "entirely complete!"
- cont "Congratulations!"
- done
diff --git a/text/PalletTown.asm b/text/PalletTown.asm
index caaed3ac..ec6ec630 100644
--- a/text/PalletTown.asm
+++ b/text/PalletTown.asm
@@ -4,9 +4,21 @@ _OakAppearsText::
text_end
_OakWalksUpText::
- text "OAK: It's unsafe!"
- line "Wild #MON live"
- cont "in tall grass!"
+ text "OAK: That was"
+ line "close!"
+
+ para "Wild #MON live"
+ line "in tall grass!"
+ done
+
+_OakWhewText::
+ text "OAK: Whew..."
+ done
+
+_OakGrassText::
+ text "OAK: A #MON can"
+ line "appear anytime in"
+ cont "tall grass."
para "You need your own"
line "#MON for your"
diff --git a/text/PewterGym.asm b/text/PewterGym.asm
index 6426dd72..03626f7d 100644
--- a/text/PewterGym.asm
+++ b/text/PewterGym.asm
@@ -16,3 +16,171 @@ _PewterGymText_5c49e::
cont "Fine then! Show"
cont "me your best!"
done
+
+_PewterGymText_5c4a3::
+ text "There are all"
+ line "kinds of trainers"
+ cont "in the world!"
+
+ para "Some raise #MON"
+ line "for fights. Some"
+ cont "see them as pets."
+
+ para "I'm in training to"
+ line "become a #MON"
+ cont "breeder."
+
+ para "If you take your"
+ line "#MON training"
+ cont "seriously, go"
+ cont "visit the GYM in"
+ cont "CERULEAN and test"
+ cont "your abilities!"
+ done
+
+_TM34PreReceiveText::
+ text "Wait! Take this"
+ line "with you!"
+ done
+
+_ReceivedTM34Text::
+ text "<PLAYER> received"
+ line "TM34!@"
+ text_end
+
+_TM34ExplanationText::
+ text_start
+
+ para "A TM contains a"
+ line "technique that"
+ cont "can be taught to"
+ cont "#MON!"
+
+ para "A TM is good only"
+ line "once! So when you"
+ cont "use one to teach"
+ cont "a new technique,"
+ cont "pick the #MON"
+ cont "carefully!"
+
+ para "TM34 contains"
+ line "BIDE!"
+
+ para "Your #MON will"
+ line "absorb damage in"
+ cont "battle then pay"
+ cont "it back double!"
+ done
+
+_TM34NoRoomText::
+ text "You don't have"
+ line "room for this!"
+ done
+
+_PewterGymText_5c4bc::
+ text "I took"
+ line "you for granted."
+
+ para "As proof of your"
+ line "victory, here's"
+ cont "the BOULDERBADGE!"
+
+ para "<PLAYER> received"
+ line "the BOULDERBADGE!@"
+ text_end
+
+_PewterGymText_5c4c1::
+ text_start
+
+ para "That's an official"
+ line "#MON LEAGUE"
+ cont "BADGE!"
+
+ para "Its bearer's"
+ line "#MON become"
+ cont "more powerful!"
+
+ para "The technique"
+ line "FLASH can now be"
+ cont "used anytime!"
+ prompt
+
+_PewterGymBattleText1::
+ text "Stop right there,"
+ line "kid!"
+
+ para "You're still light"
+ line "years from facing"
+ cont "BROCK!"
+ done
+
+_PewterGymEndBattleText1::
+ text "Darn!"
+
+ para "Light years isn't"
+ line "time! It measures"
+ cont "distance!"
+ prompt
+
+_PewterGymAfterBattleText1::
+ text "You're pretty hot,"
+ line "but not as hot"
+ cont "as BROCK!"
+ done
+
+_PewterGymText_5c515::
+ text "Hiya! I can tell"
+ line "you have what it"
+ cont "takes to become a"
+ cont "#MON champ!"
+
+ para "I'm no trainer,"
+ line "but I can tell"
+ cont "you how to win!"
+
+ para "Let me take you"
+ line "to the top!"
+ done
+
+_PewterGymText_5c51a::
+ text "All right! Let's"
+ line "get happening!"
+ prompt
+
+_PewterGymText_5c51f::
+ text "The 1st #MON"
+ line "out in a match is"
+ cont "at the top of the"
+ cont "#MON LIST!"
+
+ para "By changing the"
+ line "order of #MON,"
+ cont "matches could be"
+ cont "made easier!"
+ done
+
+_PewterGymText_5c524::
+ text "It's a free"
+ line "service! Let's"
+ cont "get happening!"
+ prompt
+
+_PewterGymText_5c529::
+ text "Just as I thought!"
+ line "You're #MON"
+ cont "champ material!"
+ done
+
+_PewterGymGuyText::
+ text "All right! Let's"
+ line "get happening!"
+
+ para "It will be tough"
+ line "for your PIKACHU"
+ cont "at this GYM!"
+
+ para "Electric attacks"
+ line "are harmless to"
+ cont "BROCK's ground-"
+ cont "type #MON."
+ done
diff --git a/text/PewterGym_2.asm b/text/PewterGym_2.asm
deleted file mode 100644
index b3c079a4..00000000
--- a/text/PewterGym_2.asm
+++ /dev/null
@@ -1,146 +0,0 @@
-_PewterGymText_5c4a3::
- text "There are all"
- line "kinds of trainers"
- cont "in the world!"
-
- para "You appear to be"
- line "very gifted as a"
- cont "#MON trainer!"
-
- para "Go to the GYM in"
- line "CERULEAN and test"
- cont "your abilities!"
- done
-
-_TM34PreReceiveText::
- text "Wait! Take this"
- line "with you!"
- done
-
-_ReceivedTM34Text::
- text "<PLAYER> received"
- line "TM34!@"
- text_end
-
-_TM34ExplanationText::
- text_start
-
- para "A TM contains a"
- line "technique that"
- cont "can be taught to"
- cont "#MON!"
-
- para "A TM is good only"
- line "once! So when you"
- cont "use one to teach"
- cont "a new technique,"
- cont "pick the #MON"
- cont "carefully!"
-
- para "TM34 contains"
- line "BIDE!"
-
- para "Your #MON will"
- line "absorb damage in"
- cont "battle then pay"
- cont "it back double!"
- done
-
-_TM34NoRoomText::
- text "You don't have"
- line "room for this!"
- done
-
-_PewterGymText_5c4bc::
- text "I took"
- line "you for granted."
-
- para "As proof of your"
- line "victory, here's"
- cont "the BOULDERBADGE!"
-
- para "<PLAYER> received"
- line "the BOULDERBADGE!@"
- text_end
-
-_PewterGymText_5c4c1::
- text_start
-
- para "That's an official"
- line "#MON LEAGUE"
- cont "BADGE!"
-
- para "Its bearer's"
- line "#MON become"
- cont "more powerful!"
-
- para "The technique"
- line "FLASH can now be"
- cont "used any time!"
- prompt
-
-_PewterGymBattleText1::
- text "Stop right there,"
- line "kid!"
-
- para "You're still light"
- line "years from facing"
- cont "BROCK!"
- done
-
-_PewterGymEndBattleText1::
- text "Darn!"
-
- para "Light years isn't"
- line "time! It measures"
- cont "distance!"
- prompt
-
-_PewterGymAfterBattleText1::
- text "You're pretty hot,"
- line "but not as hot"
- cont "as BROCK!"
- done
-
-_PewterGymText_5c515::
- text "Hiya! I can tell"
- line "you have what it"
- cont "takes to become a"
- cont "#MON champ!"
-
- para "I'm no trainer,"
- line "but I can tell"
- cont "you how to win!"
-
- para "Let me take you"
- line "to the top!"
- done
-
-_PewterGymText_5c51a::
- text "All right! Let's"
- line "get happening!"
- prompt
-
-_PewterGymText_5c51f::
- text "The 1st #MON"
- line "out in a match is"
- cont "at the top of the"
- cont "#MON LIST!"
-
- para "By changing the"
- line "order of #MON,"
- cont "matches could be"
- cont "made easier!"
- done
-
-_PewterGymText_5c524::
- text "It's a free"
- line "service! Let's"
- cont "get happening!"
- prompt
-
-_PewterGymText_5c529::
- text "Just as I thought!"
- line "You're #MON"
- cont "champ material!"
- done
diff --git a/text/PewterMart.asm b/text/PewterMart.asm
index 0d5b07a2..4dbc3c02 100644
--- a/text/PewterMart.asm
+++ b/text/PewterMart.asm
@@ -1,5 +1,5 @@
_PewterMartText2::
- text "A shady, old man"
+ text "A shady old man"
line "got me to buy"
cont "this really weird"
cont "fish #MON!"
diff --git a/text/PewterPokecenter.asm b/text/PewterPokecenter.asm
index 6a1b373e..968f6af0 100644
--- a/text/PewterPokecenter.asm
+++ b/text/PewterPokecenter.asm
@@ -8,6 +8,19 @@ _PewterPokecenterText2::
para "Scram!"
done
+_PewterPokecenterText3::
+ text "#MON CENTERS"
+ line "are wonderful!"
+
+ para "They heal #MON"
+ line "completely."
+
+ para "Even conditions"
+ line "like sleep, burn,"
+ cont "poison and others"
+ cont "are cured."
+ done
+
_PewterJigglypuffText::
text "JIGGLYPUFF: Puu"
line "pupuu!"
diff --git a/text/PokemonFanClub.asm b/text/PokemonFanClub.asm
index 87c273a6..c3858e1c 100644
--- a/text/PokemonFanClub.asm
+++ b/text/PokemonFanClub.asm
@@ -1,15 +1,25 @@
PikachuFanText::
text "Won't you admire"
- line "my PIKACHU's"
+ line "my CLEFAIRY's"
cont "adorable tail?"
done
PikachuFanBetterText::
- text "Humph! My PIKACHU"
+ text "Humph! My CLEFAIRY"
line "is twice as cute"
cont "as that one!"
done
+PikachuFanPrintText::
+ text "Our CHAIRMAN's new"
+ line "hobby is taking"
+ cont "#MON photos."
+
+ para "He gave me a nice"
+ line "PRINT of my cute"
+ cont "CLEFAIRY."
+ done
+
SeelFanText::
text "I just love my"
line "SEEL!"
@@ -25,9 +35,15 @@ SeelFanBetterText::
line "more attractive!"
done
+SeelFanPrintText::
+ text "I'm going to hook"
+ line "up the cable to"
+ cont "get a photo PRINT"
+ cont "of my SEEL!"
+ done
+
FanClubPikachuText::
- text "PIKACHU: Chu!"
- line "Pikachu!"
+ text "CLEFAIRY: Pippii!"
done
FanClubSeelText::
@@ -38,8 +54,9 @@ FanClubMeetChairText::
text "I chair the"
line "#MON Fan Club!"
- para "I have collected"
- line "over 100 #MON!"
+ para "I have more than"
+ line "100 #MON. I"
+ cont "love them all!"
para "I'm very fussy"
line "when it comes to"
@@ -47,8 +64,8 @@ FanClubMeetChairText::
para "So..."
- para "Did you come"
- line "visit to hear"
+ para "Did you come to"
+ line "hear me brag"
cont "about my #MON?"
done
@@ -69,7 +86,7 @@ FanClubChairStoryText::
cont "love it!"
para "Hug it...when..."
- cont "sleeping...warm"
+ line "sleeping...warm"
cont "and cuddly..."
cont "spectacular..."
cont "ravishing..."
@@ -126,19 +143,37 @@ FanClubBagFullText::
line "this!"
done
-_FanClubText6::
- text "Our Chairman is"
- line "very vocal about"
- cont "#MON."
+FanClubChairPrintText1::
+ text "Hi there, <PLAYER>!"
+ line "Have you seen my"
+ cont "#MON photos?"
+
+ para "I have them framed"
+ line "up on that wall."
+
+ para "Ah, I know!"
+
+ para "Would you like me"
+ line "to take a photo"
+ cont "of your #MON?"
done
-_FanClubText7::
- text "Let's all listen"
- line "politely to other"
- cont "trainers!"
+FanClubChairPrintText2::
+ text "No? That's really"
+ line "disappointing."
done
-_FanClubText8::
- text "If someone brags,"
- line "brag right back!"
+FanClubChairPrintText3::
+ text "OK, I'm done."
+ done
+
+FanClubChairPrintText4::
+ text "Maybe we won't"
+ line "PRINT this now."
+ done
+
+_FanClubText6::
+ text "Our CHAIRMAN is"
+ line "very vocal about"
+ cont "#MON."
done
diff --git a/text/PokemonTower7F.asm b/text/PokemonTower7F.asm
index 704a71eb..86f05445 100644
--- a/text/PokemonTower7F.asm
+++ b/text/PokemonTower7F.asm
@@ -1,3 +1,29 @@
+_PokemonTowerJessieJamesText1::
+ text "Stop right there!@"
+ text_end
+
+_PokemonTowerJessieJamesText2::
+ text "Grampa here wanted"
+ line "to complain, so"
+ cont "we're setting him"
+ cont "straight."
+
+ para "So render yourself"
+ line "invisible, or"
+ cont "prepare to fight!"
+ done
+
+_PokemonTowerJessieJamesText3::
+ text "You"
+ line "will regret this!"
+ prompt
+
+_PokemonTowerJessieJamesText4::
+ text "Looks like TEAM"
+ line "ROCKET's blasting"
+ cont "off again!@"
+ text_end
+
_TowerRescueFujiText::
text "MR.FUJI: Heh? You"
line "came to save me?"
@@ -23,56 +49,3 @@ _TowerRescueFujiText::
cont "HOUSE at the foot"
cont "of this tower."
done
-
-_PokemonTower7BattleText1::
- text "What do you want?"
- line "Why are you here?"
- done
-
-_PokemonTower7EndBattleText1::
- text "I give up!"
- prompt
-
-_PokemonTower7AfterBattleText1::
- text "I'm not going to"
- line "forget this!"
- done
-
-_PokemonTower7BattleText2::
- text "This old guy came"
- line "and complained"
- cont "about us harming"
- cont "useless #MON!"
-
- para "We're talking it"
- line "over as adults!"
- done
-
-_PokemonTower7EndBattleText2::
- text "Please!"
- line "No more!"
- prompt
-
-_PokemonTower7AfterBattleText2::
- text "#MON are only"
- line "good for making"
- cont "money!"
-
- para "Stay out of our"
- line "business!"
- done
-
-_PokemonTower7BattleText3::
- text "You're not saving"
- line "anyone, kid!"
- done
-
-_PokemonTower7EndBattleText3::
- text "Don't"
- line "fight us ROCKETs!"
- prompt
-
-_PokemonTower7AfterBattleText3::
- text "You're not getting"
- line "away with this!"
- done
diff --git a/text/RedsHouse1F.asm b/text/RedsHouse1F.asm
index 07768af9..633075bb 100644
--- a/text/RedsHouse1F.asm
+++ b/text/RedsHouse1F.asm
@@ -1,7 +1,7 @@
_MomWakeUpText::
text "MOM: Right."
line "All boys leave"
- cont "home some day."
+ cont "home someday."
cont "It said so on TV."
para "PROF.OAK, next"
@@ -10,9 +10,14 @@ _MomWakeUpText::
done
_MomHealText1::
- text "MOM: <PLAYER>!"
- line "You should take a"
- cont "quick rest."
+ text "MOM: <PLAYER>, if"
+ line "you drive your"
+ cont "#MON too hard,"
+ cont "they'll dislike"
+ cont "you."
+
+ para "You should take a"
+ line "rest."
prompt
_MomHealText2::
diff --git a/text/RockTunnelB1F.asm b/text/RockTunnelB1F.asm
index 1a565eb3..d0437de7 100644
--- a/text/RockTunnelB1F.asm
+++ b/text/RockTunnelB1F.asm
@@ -106,3 +106,24 @@ _RockTunnel2EndBattleText8::
text "Fired"
line "away!"
prompt
+
+_RockTunnel2AfterBattleText8::
+ text "I'll raise my"
+ line "#MON to beat"
+ cont "yours, kid!"
+ done
+
+_RockTunnel2BattleText9::
+ text "I draw #MON"
+ line "when I'm home."
+ done
+
+_RockTunnel2EndBattleText9::
+ text "Whew!"
+ line "I'm exhausted!"
+ prompt
+
+_RockTunnel2AfterBattleText9::
+ text "I'm an artist,"
+ line "not a fighter."
+ done
diff --git a/text/RockTunnelB1F_2.asm b/text/RockTunnelB1F_2.asm
deleted file mode 100644
index e8e45a7f..00000000
--- a/text/RockTunnelB1F_2.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-_RockTunnel2AfterBattleText8::
- text "I'll raise my"
- line "#MON to beat"
- cont "yours, kid!"
- done
-
-_RockTunnel2BattleText9::
- text "I draw #MON"
- line "when I'm home."
- done
-
-_RockTunnel2EndBattleText9::
- text "Whew!"
- line "I'm exhausted!"
- prompt
-
-_RockTunnel2AfterBattleText9::
- text "I'm an artist,"
- line "not a fighter."
- done
diff --git a/text/RocketHideoutB4F.asm b/text/RocketHideoutB4F.asm
index f3ba43f3..099045bc 100644
--- a/text/RocketHideoutB4F.asm
+++ b/text/RocketHideoutB4F.asm
@@ -1,3 +1,28 @@
+_RocketHideoutJessieJamesText1::
+ text "Not another step,"
+ line "brat!@"
+ text_end
+
+_RocketHideoutJessieJamesText2::
+ text "How dare you"
+ line "humiliate us at"
+ cont "MT.MOON!"
+
+ para "It's payback time,"
+ line "you brat!"
+ done
+
+_RocketHideoutJessieJamesText3::
+ text "Such"
+ line "a dreadful twerp!"
+ prompt
+
+_RocketHideoutJessieJamesText4::
+ text "Looks like TEAM"
+ line "ROCKET's blasting"
+ cont "off again!@"
+ text_end
+
_RocketHideout4Text_4557a::
text "So! I must say, I"
line "am impressed you"
@@ -26,38 +51,6 @@ _RocketHideout4Text_45584::
line "again..."
done
-_RocketHideout4BattleText2::
- text "I know you! You"
- line "ruined our plans"
- cont "at MT.MOON!"
- done
-
-_RocketHideout4EndBattleText2::
- text "Burned"
- line "again!"
- prompt
-
-_RocketHide4AfterBattleText2::
- text "Do you have"
- line "something against"
- cont "TEAM ROCKET?"
- done
-
-_RocketHideout4BattleText3::
- text "How can you not"
- line "see the beauty of"
- cont "our evil?"
- done
-
-_RocketHideout4EndBattleText3::
- text "Ayaya!"
- prompt
-
-_RocketHide4AfterBattleText3::
- text "BOSS! I'm sorry I"
- line "failed you!"
- done
-
_RocketHideout4BattleText4::
text "The elevator"
line "doesn't work? Who"
diff --git a/text/Route10.asm b/text/Route10.asm
index 057ddcb5..a56018f0 100644
--- a/text/Route10.asm
+++ b/text/Route10.asm
@@ -33,7 +33,7 @@ _Route10AfterBattleText2::
done
_Route10BattleText3::
- text "Hi kid, want to"
+ text "Hi, kid, want to"
line "see my #MON?"
done
diff --git a/text/Route11.asm b/text/Route11.asm
index 13e37bdf..451d2bec 100644
--- a/text/Route11.asm
+++ b/text/Route11.asm
@@ -131,3 +131,32 @@ _Route11BattleText9::
text "Watch out for"
line "live wires!"
done
+
+_Route11EndBattleText9::
+ text "Whoa!"
+ line "You spark plug!"
+ prompt
+
+_Route11AfterBattleText9::
+ text "Well, better get"
+ line "back to work."
+ done
+
+_Route11BattleText10::
+ text "My #MON should"
+ line "be ready by now!"
+ done
+
+_Route11EndBattleText10::
+ text "Too"
+ line "much, too young!"
+ prompt
+
+_Route11AfterBattleText10::
+ text "I better go find"
+ line "stronger ones!"
+ done
+
+_Route11Text11::
+ text "DIGLETT's CAVE"
+ done
diff --git a/text/Route11_2.asm b/text/Route11_2.asm
deleted file mode 100644
index b9b68d6d..00000000
--- a/text/Route11_2.asm
+++ /dev/null
@@ -1,28 +0,0 @@
-_Route11EndBattleText9::
- text "Whoa!"
- line "You spark plug!"
- prompt
-
-_Route11AfterBattleText9::
- text "Well, better get"
- line "back to work."
- done
-
-_Route11BattleText10::
- text "My #MON should"
- line "be ready by now!"
- done
-
-_Route11EndBattleText10::
- text "Too"
- line "much, too young!"
- prompt
-
-_Route11AfterBattleText10::
- text "I better go find"
- line "stronger ones!"
- done
-
-_Route11Text11::
- text "DIGLETT's CAVE"
- done
diff --git a/text/Route12.asm b/text/Route12.asm
index 82696fda..27befda5 100644
--- a/text/Route12.asm
+++ b/text/Route12.asm
@@ -109,7 +109,7 @@ _Route12EndBattleText6::
_Route12AfterBattleText6::
text "It's all right."
line "Losing doesn't"
- cont "bug me any more."
+ cont "bug me anymore."
done
_Route12BattleText7::
diff --git a/text/Route12Gate2F.asm b/text/Route12Gate2F.asm
index b5a6465f..adaf22cd 100644
--- a/text/Route12Gate2F.asm
+++ b/text/Route12Gate2F.asm
@@ -5,7 +5,7 @@ _TM39PreReceiveText::
para "You can have this"
line "TM. I don't need"
- cont "it any more..."
+ cont "it anymore..."
prompt
_ReceivedTM39Text::
diff --git a/text/Route14.asm b/text/Route14.asm
index 18e85ed4..9a9de78c 100644
--- a/text/Route14.asm
+++ b/text/Route14.asm
@@ -10,7 +10,7 @@ _Route14EndBattleText1::
prompt
_Route14AfterBattleText1::
- text "You have some HMs"
+ text "You have some HMs,"
line "right? #MON"
cont "can't ever forget"
cont "those moves."
diff --git a/text/Route16.asm b/text/Route16.asm
index 45265829..2ef6b02a 100644
--- a/text/Route16.asm
+++ b/text/Route16.asm
@@ -19,7 +19,7 @@ _Route16BattleText2::
done
_Route16EndBattleText2::
- text "Knock"
+ text "Knock-"
line "out!"
prompt
diff --git a/text/Route17.asm b/text/Route17.asm
index a0affd90..f7f59683 100644
--- a/text/Route17.asm
+++ b/text/Route17.asm
@@ -133,7 +133,7 @@ _Route17AfterBattleText9::
done
_Route17BattleText10::
- text "Get lost kid!"
+ text "Get lost, kid!"
line "I'm bushed!"
done
diff --git a/text/Route22.asm b/text/Route22.asm
index 3a1d28f0..1754627f 100644
--- a/text/Route22.asm
+++ b/text/Route22.asm
@@ -1,3 +1,36 @@
+_Route22RivalDefeatedText1::
+ text "Awww!"
+ line "You just lucked"
+ cont "out!"
+ prompt
+
+_Route22Text_511bc::
+ text "<RIVAL>: What?"
+ line "Why do I have 2"
+ cont "#MON?"
+
+ para "You should catch"
+ cont "some more too!"
+ prompt
+
+_Route22RivalDefeatedText2::
+ text "What!?"
+
+ para "I was just"
+ line "careless!"
+ prompt
+
+_Route22Text_511d0::
+ text "<RIVAL>: Hahaha!"
+ line "<PLAYER>! That's"
+ cont "your best? You're"
+ cont "nowhere near as"
+ cont "good as me, pal!"
+
+ para "Go train some"
+ line "more! You loser!"
+ prompt
+
_Route22RivalBeforeBattleText1::
text "<RIVAL>: Hey!"
line "<PLAYER>!"
@@ -31,21 +64,6 @@ _Route22RivalAfterBattleText1::
cont "a move on!"
done
-_Route22RivalDefeatedText1::
- text "Awww!"
- line "You just lucked"
- cont "out!"
- prompt
-
-_Route22Text_511bc::
- text "<RIVAL>: What?"
- line "Why do I have 2"
- cont "#MON?"
-
- para "You should catch"
- cont "some more too!"
- prompt
-
_Route22RivalBeforeBattleText2::
text "<RIVAL>: What?"
line "<PLAYER>! What a"
@@ -59,9 +77,9 @@ _Route22RivalBeforeBattleText2::
line "the BADGEs too?"
cont "That's cool!"
- para "Then I'll whip you"
- line "<PLAYER> as a"
- cont "warm up for"
+ para "Then I'll whip"
+ line "you, <PLAYER>, as"
+ cont "a warmup for"
cont "#MON LEAGUE!"
para "Come on!"
@@ -80,24 +98,6 @@ _Route22RivalAfterBattleText2::
cont "here. Smell ya!"
done
-_Route22RivalDefeatedText2::
- text "What!?"
-
- para "I was just"
- line "careless!"
- prompt
-
-_Route22Text_511d0::
- text "<RIVAL>: Hahaha!"
- line "<PLAYER>! That's"
- cont "your best? You're"
- cont "nowhere near as"
- cont "good as me, pal!"
-
- para "Go train some"
- line "more! You loser!"
- prompt
-
_Route22FrontGateText::
text "#MON LEAGUE"
line "Front Gate"
diff --git a/text/Route24.asm b/text/Route24.asm
index 6792c401..411a4d91 100644
--- a/text/Route24.asm
+++ b/text/Route24.asm
@@ -65,3 +65,123 @@ _Route24BattleText1::
text "I saw your feat"
line "from the grass!"
done
+
+_Route24EndBattleText1::
+ text "I"
+ line "thought not!"
+ prompt
+
+_Route24AfterBattleText1::
+ text "I hid because the"
+ line "people on the"
+ cont "bridge scared me!"
+ done
+
+_Route24BattleText2::
+ text "OK! I'm No. 5!"
+ line "I'll stomp you!"
+ done
+
+_Route24EndBattleText2::
+ text "Whoa!"
+ line "Too much!"
+ prompt
+
+_Route24AfterBattleText2::
+ text "I did my best, I"
+ line "have no regrets!"
+ done
+
+_Route24BattleText3::
+ text "I'm No. 4!"
+ line "Getting tired?"
+ done
+
+_Route24EndBattleText3::
+ text "I lost"
+ line "too!"
+ prompt
+
+_Route24AfterBattleText3::
+ text "I did my best, so"
+ line "I've no regrets!"
+ done
+
+_Route24BattleText4::
+ text "Here's No. 3!"
+ line "I won't be easy!"
+ done
+
+_Route24EndBattleText4::
+ text "Ow!"
+ line "Stomped flat!"
+ prompt
+
+_Route24AfterBattleText4::
+ text "I did my best, I"
+ line "have no regrets!"
+ done
+
+_Route24BattleText5::
+ text "I'm second!"
+ line "Now it's serious!"
+ done
+
+_Route24EndBattleText5::
+ text "How could I"
+ line "lose?"
+ prompt
+
+_Route24AfterBattleText5::
+ text "I did my best, I"
+ line "have no regrets!"
+ done
+
+_Route24BattleText6::
+ text "This is NUGGET"
+ line "BRIDGE! Beat us 5"
+ cont "trainers and win"
+ cont "a fabulous prize!"
+
+ para "Think you got"
+ line "what it takes?"
+ done
+
+_Route24EndBattleText6::
+ text "Whoo!"
+ line "Good stuff!"
+ prompt
+
+_Route24AfterBattleText6::
+ text "I did my best, I"
+ line "have no regrets!"
+ done
+
+_Route24DamianText1::
+ text "I'm not good at"
+ line "raising #MON."
+
+ para "I should release"
+ line "my CHARMANDER"
+ cont "because I haven't"
+ cont "raised it well..."
+
+ para "If you promise me"
+ line "you'll care for"
+ cont "it, it's yours."
+ done
+
+_Route24DamianText2::
+ text "Take good care of"
+ line "my CHARMANDER!@"
+ text_end
+
+_Route24DamianText3::
+ text "Oh... I'd better"
+ line "release it then."
+ done
+
+_Route24DamianText4::
+ text "How's CHARMANDER"
+ line "doing?"
+ done
diff --git a/text/Route24_2.asm b/text/Route24_2.asm
deleted file mode 100644
index 325dea13..00000000
--- a/text/Route24_2.asm
+++ /dev/null
@@ -1,90 +0,0 @@
-_Route24EndBattleText1::
- text "I"
- line "thought not!"
- prompt
-
-_Route24AfterBattleText1::
- text "I hid because the"
- line "people on the"
- cont "bridge scared me!"
- done
-
-_Route24BattleText2::
- text "OK! I'm No. 5!"
- line "I'll stomp you!"
- done
-
-_Route24EndBattleText2::
- text "Whoa!"
- line "Too much!"
- prompt
-
-_Route24AfterBattleText2::
- text "I did my best, I"
- line "have no regrets!"
- done
-
-_Route24BattleText3::
- text "I'm No. 4!"
- line "Getting tired?"
- done
-
-_Route24EndBattleText3::
- text "I lost"
- line "too!"
- prompt
-
-_Route24AfterBattleText3::
- text "I did my best, so"
- line "I've no regrets!"
- done
-
-_Route24BattleText4::
- text "Here's No. 3!"
- line "I won't be easy!"
- done
-
-_Route24EndBattleText4::
- text "Ow!"
- line "Stomped flat!"
- prompt
-
-_Route24AfterBattleText4::
- text "I did my best, I"
- line "have no regrets!"
- done
-
-_Route24BattleText5::
- text "I'm second!"
- line "Now it's serious!"
- done
-
-_Route24EndBattleText5::
- text "How could I"
- line "lose?"
- prompt
-
-_Route24AfterBattleText5::
- text "I did my best, I"
- line "have no regrets!"
- done
-
-_Route24BattleText6::
- text "This is NUGGET"
- line "BRIDGE! Beat us 5"
- cont "trainers and win"
- cont "a fabulous prize!"
-
- para "Think you got"
- line "what it takes?"
- done
-
-_Route24EndBattleText6::
- text "Whoo!"
- line "Good stuff!"
- prompt
-
-_Route24AfterBattleText6::
- text "I did my best, I"
- line "have no regrets!"
- done
diff --git a/text/Route25.asm b/text/Route25.asm
index 325ab348..4786d830 100644
--- a/text/Route25.asm
+++ b/text/Route25.asm
@@ -56,8 +56,8 @@ _Route25BattleText4::
done
_Route25EndBattleText4::
- text "I was in"
- line "bad condition!"
+ text "I'm in"
+ line "a slump!"
prompt
_Route25AfterBattleText4::
diff --git a/text/Route3.asm b/text/Route3.asm
index 966a0786..14d44e64 100644
--- a/text/Route3.asm
+++ b/text/Route3.asm
@@ -66,8 +66,8 @@ _Route3BattleText4::
_Route3EndBattleText4::
text "If I"
- line "had new #MON I"
- cont "would've won!"
+ line "had new #MON,"
+ cont "I would've won!"
prompt
_Route3AfterBattleText4::
diff --git a/text/Route6.asm b/text/Route6.asm
index c48b5d3d..71760449 100644
--- a/text/Route6.asm
+++ b/text/Route6.asm
@@ -1,30 +1,37 @@
_Route6BattleText1::
- text "Who's there?"
- line "Quit listening in"
- cont "on us!"
+ text "I'm doing this"
+ line "out of love."
+ cont "Leave me alone!"
done
_Route6EndBattleText1::
- text "I"
- line "just can't win!"
+ text "No,"
+ line "this can't be..."
prompt
_Route6AfterBattleText1::
- text "Whisper..."
- line "whisper..."
+ text "My love will leave"
+ line "me in disgust."
done
_Route6BattleText2::
- text "Excuse me! This"
- line "is a private"
- cont "conversation!"
+ text "I'm training for"
+ line "my love. Don't"
+ cont "bother me!"
done
_Route6EndBattleText2::
- text "Ugh!"
- line "I hate losing!"
+ text "My"
+ line "textbook never..."
prompt
+_Route6AfterBattleText2::
+ text "Now I understand,"
+ line "#MON isn't"
+ cont "about calculated"
+ cont "numbers."
+ done
+
_Route6BattleText3::
text "There aren't many"
line "bugs out here."
diff --git a/text/Route8.asm b/text/Route8.asm
index 57a9a5f9..c0988d70 100644
--- a/text/Route8.asm
+++ b/text/Route8.asm
@@ -104,7 +104,7 @@ _Route8EndBattleText7::
prompt
_Route8AfterBattleText7::
- text "SAFFRON's gate"
+ text "SAFFRON's gate-"
line "keeper won't let"
cont "us through."
cont "He's so mean!"
diff --git a/text/Route9.asm b/text/Route9.asm
index 9975000d..741c990c 100644
--- a/text/Route9.asm
+++ b/text/Route9.asm
@@ -15,19 +15,20 @@ _Route9AfterBattleText1::
cont "dark tunnel ahead."
done
-_Route9BattleText2::
- text "Who's that walking"
- line "with those good"
- cont "looking #MON?"
+_Route9BattleTextAJ::
+ text "I aim to be the"
+ line "ultimate trainer!"
done
-_Route9EndBattleText2::
- text "Out"
- line "like a light!"
+_Route9EndBattleTextAJ::
+ text "My"
+ line "SANDSHREW lost?"
prompt
-_Route9AfterBattleText2::
- text "Keep walking!"
+_Route9AfterBattleTextAJ::
+ text "I'll restart my"
+ line "100-win streak"
+ cont "with SANDSHREW."
done
_Route9BattleText3::
@@ -133,25 +134,3 @@ _Route9AfterBattleText8::
line "Us hearty guys"
cont "always laugh!"
done
-
-_Route9BattleText9::
- text "Go, my super bug"
- line "#MON!"
- done
-
-_Route9EndBattleText9::
- text "My"
- line "bugs..."
- prompt
-
-_Route9AfterBattleText9::
- text "If you don't like"
- line "bug #MON, you"
- cont "bug me!"
- done
-
-_Route9Text11::
- text "ROUTE 9"
- line "CERULEAN CITY-"
- cont "ROCK TUNNEL"
- done
diff --git a/text/Route9_2.asm b/text/Route9_2.asm
new file mode 100644
index 00000000..f3803618
--- /dev/null
+++ b/text/Route9_2.asm
@@ -0,0 +1,21 @@
+_Route9BattleText9::
+ text "Go, my super bug"
+ line "#MON!"
+ done
+
+_Route9EndBattleText9::
+ text "My"
+ line "bugs..."
+ prompt
+
+_Route9AfterBattleText9::
+ text "If you don't like"
+ line "bug #MON, you"
+ cont "bug me!"
+ done
+
+_Route9Text11::
+ text "ROUTE 9"
+ line "CERULEAN CITY-"
+ cont "ROCK TUNNEL"
+ done
diff --git a/text/SSAnne2FRooms.asm b/text/SSAnne2FRooms.asm
index a9be8cee..c9b29119 100644
--- a/text/SSAnne2FRooms.asm
+++ b/text/SSAnne2FRooms.asm
@@ -1,5 +1,5 @@
_SSAnne9Text_61bf2::
- text "In all my travels"
+ text "In all my travels,"
line "I've never seen"
cont "any #MON sleep"
cont "like this one!"
@@ -20,32 +20,6 @@ _SSAnne9Text_61c10::
line "down small bushes."
done
-_SSAnne9Text_61c1f::
- text "Have you gone to"
- line "the SAFARI ZONE"
- cont "in FUCHSIA CITY?"
-
- para "It had many rare"
- line "kinds of #MON!!"
- done
-
-_SSAnne9Text_61c2e::
- text "Me and my Daddy"
- line "think the SAFARI"
- cont "ZONE is awesome!"
- done
-
-_SSAnne9Text_61c3d::
- text "The CAPTAIN looked"
- line "really sick and"
- cont "pale!"
- done
-
-_SSAnne9Text_61c4c::
- text "I hear many people"
- line "get seasick!"
- done
-
_SSAnne9BattleText1::
text "Competing against"
line "the young keeps"
@@ -111,3 +85,29 @@ _SSAnne9AfterBattleText4::
text "Oh, I adore your"
line "strong #MON!"
done
+
+_SSAnne9Text_61c1f::
+ text "Have you gone to"
+ line "the SAFARI ZONE"
+ cont "in FUCHSIA CITY?"
+
+ para "It had many rare"
+ line "kinds of #MON!!"
+ done
+
+_SSAnne9Text_61c2e::
+ text "Me and my Daddy"
+ line "think the SAFARI"
+ cont "ZONE is awesome!"
+ done
+
+_SSAnne9Text_61c3d::
+ text "The CAPTAIN looked"
+ line "really sick and"
+ cont "pale!"
+ done
+
+_SSAnne9Text_61c4c::
+ text "I hear many people"
+ line "get seasick!"
+ done
diff --git a/text/SSAnneCaptainsRoom.asm b/text/SSAnneCaptainsRoom.asm
index 5216cf04..5bd86e17 100644
--- a/text/SSAnneCaptainsRoom.asm
+++ b/text/SSAnneCaptainsRoom.asm
@@ -28,7 +28,7 @@ _ReceivingHM01Text::
para "Teach it to your"
line "#MON and you"
cont "can see it CUT"
- cont "any time!"
+ cont "anytime!"
prompt
_ReceivedHM01Text::
@@ -42,7 +42,7 @@ _SSAnne7Text_61932::
text "CAPTAIN: Whew!"
para "Now that I'm not"
- line "sick any more, I"
+ line "sick anymore, I"
cont "guess it's time."
done
diff --git a/text/SSAnneKitchen.asm b/text/SSAnneKitchen.asm
index 7fcc9973..b7784019 100644
--- a/text/SSAnneKitchen.asm
+++ b/text/SSAnneKitchen.asm
@@ -47,7 +47,7 @@ _SSAnne6Text_61807::
prompt
_SSAnne6Text_6180c::
- text "Salmon du Salad!"
+ text "Salade de Salmon!"
para "Les guests may"
line "gripe it's fish"
diff --git a/text/SafariZoneGate.asm b/text/SafariZoneGate.asm
index 59a7c2af..bd7e8de4 100644
--- a/text/SafariZoneGate.asm
+++ b/text/SafariZoneGate.asm
@@ -3,6 +3,26 @@ _SafariZoneEntranceText1::
line "SAFARI ZONE!"
done
+SafariZoneEntranceText_9e814::
+ text "Leaving early?@"
+ text_end
+
+_SafariZoneEntranceText_753bb::
+ text "Please return any"
+ line "SAFARI BALLs you"
+ cont "have left."
+ done
+
+_SafariZoneEntranceText_753c0::
+ text "Good Luck!"
+ done
+
+_SafariZoneEntranceText_753c5::
+ text "Did you get a"
+ line "good haul?"
+ cont "Come again!"
+ done
+
SafariZoneEntranceText_9e6e4::
text "For just ¥500,"
line "you can catch all"
@@ -14,7 +34,9 @@ SafariZoneEntranceText_9e6e4::
text_end
SafariZoneEntranceText_9e747::
- text "That'll be ¥500"
+ text "That'll be ¥@"
+ text_bcd wPriceTemp, $c3
+ text ","
line "please!"
para "We only use a"
@@ -44,26 +66,6 @@ _SafariZoneEntranceText_7536a::
line "money!"
done
-SafariZoneEntranceText_9e814::
- text "Leaving early?@"
- text_end
-
-_SafariZoneEntranceText_753bb::
- text "Please return any"
- line "SAFARI BALLs you"
- cont "have left."
- done
-
-_SafariZoneEntranceText_753c0::
- text "Good Luck!"
- done
-
-_SafariZoneEntranceText_753c5::
- text "Did you get a"
- line "good haul?"
- cont "Come again!"
- done
-
_SafariZoneEntranceText_753e6::
text "Hi! Is it your"
line "first time here?"
@@ -95,3 +97,51 @@ _SafariZoneEntranceText_753f0::
text "Sorry, you're a"
line "regular here!"
done
+
+_SafariZoneLowCostText1::
+ text_start
+
+ para "Oh, all right, pay"
+ line "me what you have."
+ prompt
+
+_SafariZoneLowCostText2::
+ text "But, I can't give"
+ line "you all 30 BALLs."
+ done
+
+_SafariZoneLowCostText3::
+ text_start
+
+ para "You're persistent,"
+ line "aren't you?"
+
+ para "OK, you can go in"
+ line "for free, but"
+ cont "just this once!@"
+ text_end
+
+_SafariZoneLowCostText4::
+ text_start
+ done
+
+_SafariZoneLowCostText5::
+ text "I'm sorry, but you"
+ line "have to pay to"
+ cont "enter."
+ done
+
+_SafariZoneLowCostText6::
+ text "You can't enter"
+ line "without paying!"
+ done
+
+_SafariZoneLowCostText7::
+ text "I said, no money,"
+ line "no entry!"
+ done
+
+_SafariZoneLowCostText8::
+ text "Read my lips, NO!"
+ line "Get it?"
+ done
diff --git a/text/SaffronGates.asm b/text/SaffronGates.asm
index 4f53553a..50e88a01 100644
--- a/text/SaffronGates.asm
+++ b/text/SaffronGates.asm
@@ -3,7 +3,7 @@ _SaffronGateText_1dfe7::
line "Gee, I'm thirsty,"
cont "though!"
- para "Oh wait there,"
+ para "Oh, wait there,"
line "the road's closed."
done
@@ -20,7 +20,7 @@ _SaffronGateText_1dff1::
text_start
para "..."
- line "Glug glug..."
+ line "Glug, glug..."
cont "..."
cont "Gulp..."
cont "If you want to go"
diff --git a/text/SaffronGym.asm b/text/SaffronGym.asm
index ae8556c0..a42a6932 100644
--- a/text/SaffronGym.asm
+++ b/text/SaffronGym.asm
@@ -134,8 +134,7 @@ _SaffronGymEndBattleText2::
_SaffronGymAfterBattleText2::
text "Psychic #MON"
- line "fear only ghosts"
- cont "and bugs!"
+ line "fear only bugs!"
done
_SaffronGymBattleText3::
diff --git a/text/SilphCo10F.asm b/text/SilphCo10F.asm
index e916c64a..fd4d4c7c 100644
--- a/text/SilphCo10F.asm
+++ b/text/SilphCo10F.asm
@@ -1,6 +1,6 @@
_SilphCo10Text_5a1d3::
text "Waaaaa!"
- cont "I'm scared!"
+ line "I'm scared!"
done
_SilphCo10Text_5a1d8::
@@ -40,3 +40,29 @@ _SilphCo10AfterBattleText2::
line "with beating me?"
cont "Then go on home!"
done
+
+_SilphCoJessieJamesText1::
+ text "Hold it right"
+ line "there, brat!@"
+ text_end
+
+_SilphCoJessieJamesText2::
+ text "Our BOSS is in a"
+ line "meeting!"
+
+ para "You better not"
+ line "disturb him!"
+ done
+
+_SilphCoJessieJamesText3::
+ text "Like"
+ line "always..."
+ prompt
+
+_SilphCoJessieJamesText4::
+ text "TEAM ROCKET, blast"
+ line "off at the speed"
+ cont "of light!"
+
+ para "Again...@"
+ text_end
diff --git a/text/SilphCo11F.asm b/text/SilphCo11F.asm
index 36adf7d9..51033d72 100644
--- a/text/SilphCo11F.asm
+++ b/text/SilphCo11F.asm
@@ -59,7 +59,7 @@ _SilphCo11Text2::
done
_SilphCo11Text3::
- text "Ah <PLAYER>!"
+ text "Ah, <PLAYER>!"
line "So we meet again!"
para "The PRESIDENT and"
@@ -71,7 +71,7 @@ _SilphCo11Text3::
line "out of grown-up"
cont "matters..."
- para "Or, experience a"
+ para "or, experience a"
line "world of pain!"
done
@@ -97,21 +97,6 @@ _SilphCo10Text_62335::
line "shall return!"
done
-_SilphCo11BattleText1::
- text "Stop right there!"
- line "Don't you move!"
- done
-
-_SilphCo11EndBattleText1::
- text "Don't..."
- line "Please!"
- prompt
-
-_SilphCo11AfterBattleText1::
- text "So, you want to"
- line "see my BOSS?"
- done
-
_SilphCo11BattleText2::
text "Halt! Do you have"
line "an appointment"
@@ -128,8 +113,3 @@ _SilphCo11AfterBattleText2::
line "my BOSS likes his"
cont "#MON tough!"
done
-
-_SilphCo10Text_6237b::
- text "The monitor has"
- line "#MON on it!"
- done
diff --git a/text/SilphCo2F.asm b/text/SilphCo2F.asm
index b0cce269..817b4142 100644
--- a/text/SilphCo2F.asm
+++ b/text/SilphCo2F.asm
@@ -73,7 +73,7 @@ _SilphCo2EndBattleText3::
prompt
_SilphCo2AfterBattleText3::
- text "Diamond shaped"
+ text "Diamond-shaped"
line "tiles are"
cont "teleport blocks!"
diff --git a/text/SilphCo5F.asm b/text/SilphCo5F.asm
index dab42539..9c8bfd41 100644
--- a/text/SilphCo5F.asm
+++ b/text/SilphCo5F.asm
@@ -47,5 +47,61 @@ _SilphCo5AfterBattleText3::
_SilphCo5BattleText4::
text "Whaaat? There"
line "shouldn't be any"
- cont "children here?"
+ cont "children here!"
+ done
+
+_SilphCo5EndBattleText4::
+ text "Oh"
+ line "goodness!"
+ prompt
+
+_SilphCo5AfterBattleText4::
+ text "You're only on 5F."
+ line "It's a long way"
+ cont "to my BOSS!"
+ done
+
+_SilphCo5BattleText5::
+ text "Show TEAM ROCKET"
+ line "a little respect!"
+ done
+
+_SilphCo5EndBattleText5::
+ text "Cough..."
+ line "Cough..."
+ prompt
+
+_SilphCo5AfterBattleText5::
+ text "Which reminds me."
+
+ para "KOFFING evolves"
+ line "into WEEZING!"
+ done
+
+_SilphCo5Text9::
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "#MON LAB"
+ line "created PORYGON,"
+ cont "the first virtual"
+ cont "reality #MON."
+ done
+
+_SilphCo5Text10::
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "Over 160 #MON"
+ line "techniques have"
+ cont "been confirmed."
+ done
+
+_SilphCo5Text11::
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "4 #MON evolve"
+ line "only when traded"
+ cont "by link-cable."
done
diff --git a/text/SilphCo5F_2.asm b/text/SilphCo5F_2.asm
deleted file mode 100644
index 3c1b8ead..00000000
--- a/text/SilphCo5F_2.asm
+++ /dev/null
@@ -1,55 +0,0 @@
-_SilphCo5EndBattleText4::
- text "Oh"
- line "goodness!"
- prompt
-
-_SilphCo5AfterBattleText4::
- text "You're only on 5F."
- line "It's a long way"
- cont "to my BOSS!"
- done
-
-_SilphCo5BattleText5::
- text "Show TEAM ROCKET"
- line "a little respect!"
- done
-
-_SilphCo5EndBattleText5::
- text "Cough..."
- line "Cough..."
- prompt
-
-_SilphCo5AfterBattleText5::
- text "Which reminds me."
-
- para "KOFFING evolves"
- line "into WEEZING!"
- done
-
-_SilphCo5Text9::
- text "It's a #MON"
- line "REPORT!"
-
- para "#MON LAB"
- line "created PORYGON,"
- cont "the first virtual"
- cont "reality #MON."
- done
-
-_SilphCo5Text10::
- text "It's a #MON"
- line "REPORT!"
-
- para "Over 160 #MON"
- line "techniques have"
- cont "been confirmed."
- done
-
-_SilphCo5Text11::
- text "It's a #MON"
- line "REPORT!"
-
- para "4 #MON evolve"
- line "only when traded"
- cont "by link-cable."
- done
diff --git a/text/SilphCo7F.asm b/text/SilphCo7F.asm
index 1cc2bc30..8f7b6ca2 100644
--- a/text/SilphCo7F.asm
+++ b/text/SilphCo7F.asm
@@ -79,7 +79,7 @@ _SilphCo7Text_51e4b::
done
_SilphCo7BattleText1::
- text "Oh ho! I smell a"
+ text "Aha! I smell a"
line "little rat!"
done
@@ -167,7 +167,7 @@ _SilphCo7Text_51ec3::
done
_SilphCo7Text_51ec8::
- text "Oh ho!"
+ text "Oh-oh!"
line "So, you are ready"
cont "for BOSS ROCKET!"
prompt
diff --git a/text/VermilionCity.asm b/text/VermilionCity.asm
index 2f60eb97..c65063cc 100644
--- a/text/VermilionCity.asm
+++ b/text/VermilionCity.asm
@@ -71,7 +71,7 @@ _VermilionCityText5::
line "Gogogoh!@"
text_end
-_VermilionCityText14::
+_VermilionCityText15::
text_start
para "A MACHOP is"
line "stomping the land"
@@ -87,13 +87,55 @@ _VermilionCityText6::
line "once a year."
done
-_VermilionCityText7::
+_OfficerJennyText1::
+ text "I just caught a"
+ line "SQUIRTLE that was"
+ cont "always getting"
+ cont "into mischief."
+
+ para "I think it needs a"
+ line "good trainer to"
+ cont "set it straight."
+ done
+
+_OfficerJennyText2::
+ text "You have the"
+ line "THUNDERBADGE!?"
+
+ para "You must be a"
+ line "good trainer!"
+
+ para "I just caught a"
+ line "SQUIRTLE that was"
+ cont "always getting"
+ cont "into mischief."
+
+ para "Would you take"
+ line "good care of it?"
+ done
+
+_OfficerJennyText3::
+ text "OK! Please treat"
+ line "SQUIRTLE right!@"
+ text_end
+
+_OfficerJennyText4::
+ text "Oh... What am I"
+ line "to do now?"
+ done
+
+_OfficerJennyText5::
+ text "How is SQUIRTLE"
+ line "doing?"
+ done
+
+_VermilionCityText8::
text "VERMILION CITY"
line "The Port of"
cont "Exquisite Sunsets"
done
-_VermilionCityText8::
+_VermilionCityText9::
text "NOTICE!"
para "ROUTE 12 may be"
@@ -107,13 +149,13 @@ _VermilionCityText8::
para "VERMILION POLICE"
done
-_VermilionCityText11::
+_VermilionCityText12::
text "#MON FAN CLUB"
line "All #MON fans"
cont "welcome!"
done
-_VermilionCityText12::
+_VermilionCityText13::
text "VERMILION CITY"
line "#MON GYM"
cont "LEADER: LT.SURGE"
@@ -122,6 +164,6 @@ _VermilionCityText12::
line "American!"
done
-_VermilionCityText13::
+_VermilionCityText14::
text "VERMILION HARBOR"
done
diff --git a/text/VermilionGym.asm b/text/VermilionGym.asm
index 14e0bcea..de548eca 100644
--- a/text/VermilionGym.asm
+++ b/text/VermilionGym.asm
@@ -1,21 +1,167 @@
_LTSurgePreBattleText::
- text "Hey, kid! What do"
- line "you think you're"
- cont "doing here?"
+ text "Ten-hut! Welcome"
+ line "to VERMILION GYM!"
- para "You won't live"
- line "long in combat!"
- cont "That's for sure!"
+ para "Will you look at"
+ line "that, a pint-size"
+ cont "challenger!"
- para "I tell you kid,"
- line "electric #MON"
- cont "saved me during"
- cont "the war!"
+ para "Hahaha! You've got"
+ line "big and brassy"
+ cont "nerves to take me"
+ cont "on with your puny"
+ cont "power!"
- para "They zapped my"
- line "enemies into"
- cont "paralysis!"
+ para "A #MON battle"
+ line "is war! I'll show"
+ cont "you, civilian!"
- para "The same as I'll"
- line "do to you!"
+ para "I'll shock you"
+ line "into surrender!"
+ done
+
+_LTSurgePostBattleAdviceText::
+ text "A little word of"
+ line "advice, kid!"
+
+ para "Electricity is"
+ line "sure powerful!"
+
+ para "But, it's useless"
+ line "against ground-"
+ cont "type #MON!"
+ done
+
+_LTSurgeThunderbadgeInfoText::
+ text "The THUNDERBADGE"
+ line "cranks up your"
+ cont "#MON's SPEED!"
+
+ para "It also lets your"
+ line "#MON FLY any-"
+ cont "time, kid!"
+
+ para "You're special,"
+ line "kid! Take this!"
+ done
+
+_ReceivedTM24Text::
+ text "<PLAYER> received "
+ line "@"
+ text_ram wcf4b
+ text "!@"
+ text_end
+
+_TM24ExplanationText::
+ text_start
+
+ para "TM24 contains"
+ line "THUNDERBOLT!"
+
+ para "Teach it to an"
+ line "electric #MON!"
+ done
+
+_TM24NoRoomText::
+ text "Yo kid, make room"
+ line "in your pack!"
+ done
+
+_ReceivedThunderbadgeText::
+ text "Whoa!"
+
+ para "You're the real"
+ line "deal, kid!"
+
+ para "Fine then, take"
+ line "the THUNDERBADGE!"
+ prompt
+
+_VermilionGymBattleText1::
+ text "When I was in the"
+ line "Army, LT.SURGE"
+ cont "was my strict CO!"
+ done
+
+_VermilionGymEndBattleText1::
+ text "Stop!"
+ line "You're very good!"
+ prompt
+
+_VermilionGymAfterBattleText1::
+ text "The door won't"
+ line "open?"
+
+ para "LT.SURGE always"
+ line "was cautious!"
+ done
+
+_VermilionGymBattleText2::
+ text "I'm a lightweight,"
+ line "but I'm good with"
+ cont "electricity!"
+ done
+
+_VermilionGymEndBattleText2::
+ text "Fried!"
+ prompt
+
+_VermilionGymAfterBattleText2::
+ text "OK, I'll talk!"
+
+ para "LT.SURGE said he"
+ line "hid door switches"
+ cont "inside something!"
+ done
+
+_VermilionGymBattleText3::
+ text "This is no place"
+ line "for kids!"
+ done
+
+_VermilionGymEndBattleText3::
+ text "Wow!"
+ line "Surprised me!"
+ prompt
+
+_VermilionGymAfterBattleText3::
+ text "LT.SURGE set up"
+ line "double locks!"
+ cont "Here's a hint!"
+
+ para "When you open the"
+ line "1st lock, the 2nd"
+ cont "lock is right"
+ cont "next to it!"
+ done
+
+_VermilionGymFanPreBattleText::
+ text "Yo! Champ in"
+ line "making!"
+
+ para "LT.SURGE has a"
+ line "nickname. People"
+ cont "refer to him as"
+ cont "the Lightning"
+ cont "American!"
+
+ para "He's an expert on"
+ line "electric #MON!"
+
+ para "Birds and water"
+ line "#MON are at"
+ cont "risk! Beware of"
+ cont "paralysis too!"
+
+ para "LT.SURGE is very"
+ line "cautious!"
+
+ para "You'll have to"
+ line "break a code to"
+ cont "get to him!"
+ done
+
+_VermilionGymFanPostBattleText::
+ text "Whew! That match"
+ line "was electric!"
done
diff --git a/text/VermilionGym_2.asm b/text/VermilionGym_2.asm
deleted file mode 100644
index bf50422d..00000000
--- a/text/VermilionGym_2.asm
+++ /dev/null
@@ -1,145 +0,0 @@
-_LTSurgePostBattleAdviceText::
- text "A little word of"
- line "advice, kid!"
-
- para "Electricity is"
- line "sure powerful!"
-
- para "But, it's useless"
- line "against ground-"
- cont "type #MON!"
- done
-
-_LTSurgeThunderbadgeInfoText::
- text "The THUNDERBADGE"
- line "cranks up your"
- cont "#MON's SPEED!"
-
- para "It also lets your"
- line "#MON FLY any"
- cont "time, kid!"
-
- para "You're special,"
- line "kid! Take this!"
- done
-
-_ReceivedTM24Text::
- text "<PLAYER> received "
- line "@"
- text_ram wcf4b
- text "!@"
- text_end
-
-_TM24ExplanationText::
- text_start
-
- para "TM24 contains"
- line "THUNDERBOLT!"
-
- para "Teach it to an"
- line "electric #MON!"
- done
-
-_TM24NoRoomText::
- text "Yo kid, make room"
- line "in your pack!"
- done
-
-_ReceivedThunderbadgeText::
- text "Whoa!"
-
- para "You're the real"
- line "deal, kid!"
-
- para "Fine then, take"
- line "the THUNDERBADGE!"
- prompt
-
-_VermilionGymBattleText1::
- text "When I was in the"
- line "Army, LT.SURGE"
- cont "was my strict CO!"
- done
-
-_VermilionGymEndBattleText1::
- text "Stop!"
- line "You're very good!"
- prompt
-
-_VermilionGymAfterBattleText1::
- text "The door won't"
- line "open?"
-
- para "LT.SURGE always"
- line "was cautious!"
- done
-
-_VermilionGymBattleText2::
- text "I'm a lightweight,"
- line "but I'm good with"
- cont "electricity!"
- done
-
-_VermilionGymEndBattleText2::
- text "Fried!"
- prompt
-
-_VermilionGymAfterBattleText2::
- text "OK, I'll talk!"
-
- para "LT.SURGE said he"
- line "hid door switches"
- cont "inside something!"
- done
-
-_VermilionGymBattleText3::
- text "This is no place"
- line "for kids!"
- done
-
-_VermilionGymEndBattleText3::
- text "Wow!"
- line "Surprised me!"
- prompt
-
-_VermilionGymAfterBattleText3::
- text "LT.SURGE set up"
- line "double locks!"
- cont "Here's a hint!"
-
- para "When you open the"
- line "1st lock, the 2nd"
- cont "lock is right"
- cont "next to it!"
- done
-
-_VermilionGymFanPreBattleText::
- text "Yo! Champ in"
- line "making!"
-
- para "LT.SURGE has a"
- line "nickname. People"
- cont "refer to him as"
- cont "the Lightning"
- cont "American!"
-
- para "He's an expert on"
- line "electric #MON!"
-
- para "Birds and water"
- line "#MON are at"
- cont "risk! Beware of"
- cont "paralysis too!"
-
- para "LT.SURGE is very"
- line "cautious!"
-
- para "You'll have to"
- line "break a code to"
- cont "get to him!"
- done
-
-_VermilionGymFanPostBattleText::
- text "Whew! That match"
- line "was electric!"
- done
diff --git a/text/ViridianCity.asm b/text/ViridianCity.asm
index 8ee81348..2ffee596 100644
--- a/text/ViridianCity.asm
+++ b/text/ViridianCity.asm
@@ -1,3 +1,40 @@
+_ViridianCityText_19219::
+ text "First, you need"
+ line "to weaken the"
+ cont "target #MON."
+ done
+
+_ViridianCityText_1920a::
+ text "Ahh, I've had my"
+ line "coffee now and I"
+ cont "feel great!"
+
+ para "Sure, you can go"
+ line "through!"
+
+ para "I'm sorry I was"
+ line "so rude to you!"
+
+ para "I see you're using"
+ line "a #DEX."
+
+ para "I'll show you how"
+ line "to catch #MON"
+ cont "as my apology."
+ done
+
+_OldManTextAfterBattle::
+ text "That didn't work!"
+ line "I must be losing"
+ cont "my touch."
+
+ para "I've run out of"
+ line "# BALLs too."
+
+ para "I have to get some"
+ line "at #MON MART."
+ done
+
_ViridianCityText1::
text "Those # BALLs"
line "at your waist!"
@@ -5,7 +42,7 @@ _ViridianCityText1::
para "It's great that"
line "you can carry and"
- cont "use #MON any"
+ cont "use #MON any-"
cont "time, anywhere!"
done
@@ -98,44 +135,21 @@ _TM42NoRoomText::
line "stuff already."
done
-_ViridianCityText_1920a::
- text "Ahh, I've had my"
- line "coffee now and I"
- cont "feel great!"
-
- para "Sure you can go"
- line "through!"
-
- para "Are you in a"
- line "hurry?"
- done
-
-_ViridianCityText_1920f::
- text "I see you're using"
- line "a #DEX."
-
- para "When you catch a"
- line "#MON, #DEX"
- cont "is automatically"
- cont "updated."
-
- para "What? Don't you"
- line "know how to catch"
- cont "#MON?"
-
- para "I'll show you"
- line "how to then."
+_OldManAgainText1::
+ text "Hmm? You want me"
+ line "to show you how"
+ cont "to catch #MON"
+ cont "again?"
done
-_ViridianCityText_19214::
- text "Time is money..."
- line "Go along then."
+_OldManAgainText2::
+ text "Dandy! Watch what"
+ line "I do closely now!"
done
-_ViridianCityText_19219::
- text "First, you need"
- line "to weaken the"
- cont "target #MON."
+_OldManAgainText3::
+ text "Oh... I'm not good"
+ line "enough for you."
done
_ViridianCityText8::
diff --git a/text/ViridianForest.asm b/text/ViridianForest.asm
index 813b193a..f88a484c 100644
--- a/text/ViridianForest.asm
+++ b/text/ViridianForest.asm
@@ -9,7 +9,7 @@ _ViridianForestText1::
_ViridianForestBattleText1::
text "Hey! You have"
line "#MON! Come on!"
- cont "Let's battle'em!"
+ cont "Let's battle 'em!"
done
_ViridianForestEndBattleText1::
@@ -62,6 +62,40 @@ _ViridianFrstAfterBattleText3::
cont "dropped!"
done
+_ViridianForestBattleTextPikaGirl::
+ text "Hi, do you have a"
+ line "PIKACHU?"
+ done
+
+_ViridianForestEndBattleTextPikaGirl::
+ text "Oh no,"
+ line "really?"
+ prompt
+
+_ViridianForestAfterBattleTextPikaGirl::
+ text "I looked forever,"
+ line "but I never found"
+ cont "a PIKACHU here!"
+ done
+
+_ViridianForestBattleTextSamurai::
+ text "I'm gonna be the"
+ line "best. You just"
+ cont "can't beat me!"
+ done
+
+_ViridianForestEndBattleTextSamurai::
+ text "After"
+ line "all I did..."
+ prompt
+
+_ViridianForestAfterBattleTextSamurai::
+ text "A METAPOD is cool"
+ line "because its"
+ cont "attack is its"
+ cont "defense!"
+ done
+
_ViridianForestText8::
text "I ran out of #"
line "BALLs to catch"
diff --git a/text/ViridianForestSouthGate.asm b/text/ViridianForestSouthGate.asm
index c1a8df22..a5278742 100644
--- a/text/ViridianForestSouthGate.asm
+++ b/text/ViridianForestSouthGate.asm
@@ -6,8 +6,11 @@ _ViridianForestEntranceText1::
done
_ViridianForestEntranceText2::
- text "RATTATA may be"
- line "small, but its"
- cont "bite is wicked!"
- cont "Did you get one?"
+ text "You have to roam"
+ line "far to get new"
+ cont "kinds of #MON."
+
+ para "Look for other"
+ line "types outside of"
+ cont "VIRIDIAN FOREST."
done
diff --git a/text/ViridianGym.asm b/text/ViridianGym.asm
index 2b1f67ae..66c889df 100644
--- a/text/ViridianGym.asm
+++ b/text/ViridianGym.asm
@@ -39,7 +39,7 @@ _ViridianGymText_74ad9::
cont "of #MON!"
para "Let us meet again"
- line "some day!"
+ line "someday!"
cont "Farewell!@"
text_end
@@ -209,7 +209,7 @@ _ViridianGymEndBattleText8::
prompt
_ViridianGymAfterBattleText8::
- text "You can go onto"
+ text "You can go on to"
line "#MON LEAGUE"
cont "only by defeating"
cont "our GYM LEADER!"
diff --git a/text/ViridianMart.asm b/text/ViridianMart.asm
index 640d7fd1..0152ea4c 100644
--- a/text/ViridianMart.asm
+++ b/text/ViridianMart.asm
@@ -21,11 +21,13 @@ ViridianMartParcelQuestText::
text_end
_ViridianMartText2::
- text "This shop sells"
- line "many ANTIDOTEs."
+ text "This shop sells a"
+ line "lot of PARLYZ"
+ cont "HEALs."
done
_ViridianMartText3::
- text "No! POTIONs are"
- line "all sold out."
+ text "The shop finally"
+ line "has some POTIONs"
+ cont "in stock."
done
diff --git a/text/ViridianPokecenter.asm b/text/ViridianPokecenter.asm
index 4ac18bf6..4ac18bf6 100644..100755
--- a/text/ViridianPokecenter.asm
+++ b/text/ViridianPokecenter.asm
diff --git a/text/ViridianSchoolHouse.asm b/text/ViridianSchoolHouse.asm
index f6041e0d..3c5f6379 100644
--- a/text/ViridianSchoolHouse.asm
+++ b/text/ViridianSchoolHouse.asm
@@ -4,6 +4,13 @@ _SchoolText1::
cont "my notes."
done
+_SchoolText3::
+ text "Sis says #MON"
+ line "will become tame"
+ cont "if you treat them"
+ cont "nicely."
+ done
+
_SchoolText2::
text "Okay!"
diff --git a/text/pokedex_ratings.asm b/text/pokedex_ratings.asm
new file mode 100644
index 00000000..ce701f8a
--- /dev/null
+++ b/text/pokedex_ratings.asm
@@ -0,0 +1,117 @@
+_DexCompletionText::
+ text "#DEX comp-"
+ line "letion is:"
+
+ para "@"
+ text_decimal hDexRatingNumMonsSeen, 1, 3
+ text " #MON seen"
+ line "@"
+ text_decimal hDexRatingNumMonsOwned, 1, 3
+ text " #MON owned"
+
+ para "PROF.OAK's"
+ line "Rating:"
+ prompt
+
+_DexRatingText_Own0To9::
+ text "You still have"
+ line "lots to do."
+ cont "Look for #MON"
+ cont "in grassy areas!"
+ done
+
+_DexRatingText_Own10To19::
+ text "You're on the"
+ line "right track! "
+ cont "Get a FLASH HM"
+ cont "from my AIDE!"
+ done
+
+_DexRatingText_Own20To29::
+ text "You still need"
+ line "more #MON!"
+ cont "Try to catch"
+ cont "other species!"
+ done
+
+_DexRatingText_Own30To39::
+ text "Good, you're"
+ line "trying hard!"
+ cont "Get an ITEMFINDER"
+ cont "from my AIDE!"
+ done
+
+_DexRatingText_Own40To49::
+ text "Looking good!"
+ line "Go find my AIDE"
+ cont "when you get 50!"
+ done
+
+_DexRatingText_Own50To59::
+ text "You finally got at"
+ line "least 50 species!"
+ cont "Be sure to get"
+ cont "EXP.ALL from my"
+ cont "AIDE!"
+ done
+
+_DexRatingText_Own60To69::
+ text "Oh! This is get-"
+ line "ting even better!"
+ done
+
+_DexRatingText_Own70To79::
+ text "Very good!"
+ line "Go fish for some"
+ cont "marine #MON!"
+ done
+
+_DexRatingText_Own80To89::
+ text "Wonderful!"
+ line "Do you like to"
+ cont "collect things?"
+ done
+
+_DexRatingText_Own90To99::
+ text "I'm impressed!"
+ line "It must have been"
+ cont "difficult to do!"
+ done
+
+_DexRatingText_Own100To109::
+ text "You finally got at"
+ line "least 100 species!"
+ cont "I can't believe"
+ cont "how good you are!"
+ done
+
+_DexRatingText_Own110To119::
+ text "You even have the"
+ line "evolved forms of"
+ cont "#MON! Super!"
+ done
+
+_DexRatingText_Own120To129::
+ text "Excellent! Trade"
+ line "with friends to"
+ cont "get some more!"
+ done
+
+_DexRatingText_Own130To139::
+ text "Outstanding!"
+ line "You've become a"
+ cont "real pro at this!"
+ done
+
+_DexRatingText_Own140To149::
+ text "I have nothing"
+ line "left to say!"
+ cont "You're the"
+ cont "authority now!"
+ done
+
+_DexRatingText_Own150To151::
+ text "Your #DEX is"
+ line "fully complete!"
+ cont "Congratulations!"
+ done