From 6e5476d420d5d3a73e478a28ed96e8425b7ba94c Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 22 Jan 2014 23:37:40 -0500 Subject: [PATCH] Even more map text --- main.asm | 4450 +----------------- text/maps/bike_shop.asm | 71 + text/maps/celadon_dept_store_1f.asm | 32 + text/maps/celadon_dept_store_2f.asm | 23 + text/maps/celadon_dept_store_3f.asm | 99 + text/maps/celadon_dept_store_4f.asm | 27 + text/maps/celadon_dept_store_5f.asm | 29 + text/maps/celadon_dept_store_roof.asm | 139 + text/maps/celadon_diner.asm | 60 + text/maps/celadon_game_corner.asm | 187 + text/maps/celadon_gym.asm | 219 + text/maps/celadon_hotel.asm | 22 + text/maps/celadon_house.asm | 23 + text/maps/celadon_mansion_1f.asm | 24 + text/maps/celadon_mansion_2f.asm | 5 + text/maps/celadon_mansion_3f.asm | 67 + text/maps/celadon_mansion_4f_inside.asm | 11 + text/maps/celadon_mansion_4f_outside.asm | 4 + text/maps/celadon_pokecenter.asm | 13 + text/maps/celadon_prize_room.asm | 13 + text/maps/cerulean_badge_house.asm | 98 + text/maps/cerulean_gym.asm | 132 + text/maps/cerulean_mart.asm | 20 + text/maps/cerulean_pokecenter.asm | 25 + text/maps/cerulean_trade_house.asm | 10 + text/maps/cerulean_trashed_house.asm | 37 + text/maps/cinnabar_gym.asm | 210 + text/maps/cinnabar_lab.asm | 30 + text/maps/cinnabar_lab_fossil_room.asm | 79 + text/maps/cinnabar_lab_metronome_room.asm | 64 + text/maps/cinnabar_lab_trade_room.asm | 10 + text/maps/cinnabar_mart.asm | 11 + text/maps/cinnabar_pokecenter.asm | 23 + text/maps/copycats_house_1f.asm | 21 + text/maps/copycats_house_2f.asm | 97 + text/maps/digletts_cave_route_2_entrance.asm | 10 + text/maps/fan_club.asm | 144 + text/maps/fighting_dojo.asm | 131 + text/maps/fuchsia_fishing_house.asm | 44 + text/maps/fuchsia_gym_1.asm | 27 + text/maps/fuchsia_gym_2.asm | 194 + text/maps/fuchsia_house.asm | 28 + text/maps/fuchsia_mart.asm | 15 + text/maps/fuchsia_meeting_room.asm | 27 + text/maps/fuchsia_pokecenter.asm | 21 + text/maps/fujis_house.asm | 86 + text/maps/indigo_plateau_lobby.asm | 26 + text/maps/lavender_house.asm | 25 + text/maps/lavender_mart.asm | 31 + text/maps/lavender_pokecenter.asm | 15 + text/maps/mansion_1f.asm | 30 + text/maps/mr_psychics_house.asm | 26 + text/maps/mt_moon_pokecenter.asm | 49 + text/maps/name_rater.asm | 61 + text/maps/pewter_gym_1.asm | 19 + text/maps/pewter_gym_2.asm | 143 + text/maps/pewter_house_1.asm | 25 + text/maps/pewter_house_2.asm | 20 + text/maps/pewter_mart.asm | 18 + text/maps/pewter_pokecenter.asm | 15 + text/maps/pokemon_tower_1f.asm | 32 + text/maps/pokemon_tower_2f.asm | 58 + text/maps/pokemon_tower_3f.asm | 46 + text/maps/pokemon_tower_4f.asm | 46 + text/maps/pokemon_tower_5f.asm | 72 + text/maps/pokemon_tower_6f.asm | 62 + text/maps/pokemon_tower_7f.asm | 79 + text/maps/route_2_gate.asm | 13 + text/maps/route_2_house.asm | 7 + text/maps/safari_zone_entrance.asm | 94 + text/maps/saffron_gym.asm | 237 + text/maps/saffron_house.asm | 27 + text/maps/saffron_mart.asm | 14 + text/maps/saffron_pokecenter.asm | 13 + text/maps/vermilion_dock.asm | 3 + text/maps/vermilion_fishing_house.asm | 54 + text/maps/vermilion_gym_1.asm | 22 + text/maps/vermilion_gym_2.asm | 144 + text/maps/vermilion_house.asm | 22 + text/maps/vermilion_mart.asm | 24 + text/maps/vermilion_pokecenter.asm | 21 + text/maps/viridian_forest_entrance.asm | 14 + text/maps/viridian_forest_exit.asm | 20 + text/maps/wardens_house.asm | 84 + 84 files changed, 4456 insertions(+), 4367 deletions(-) create mode 100644 text/maps/bike_shop.asm create mode 100644 text/maps/celadon_dept_store_1f.asm create mode 100644 text/maps/celadon_dept_store_2f.asm create mode 100644 text/maps/celadon_dept_store_3f.asm create mode 100644 text/maps/celadon_dept_store_4f.asm create mode 100644 text/maps/celadon_dept_store_5f.asm create mode 100644 text/maps/celadon_dept_store_roof.asm create mode 100644 text/maps/celadon_diner.asm create mode 100644 text/maps/celadon_game_corner.asm create mode 100644 text/maps/celadon_gym.asm create mode 100644 text/maps/celadon_hotel.asm create mode 100644 text/maps/celadon_house.asm create mode 100644 text/maps/celadon_mansion_1f.asm create mode 100644 text/maps/celadon_mansion_2f.asm create mode 100644 text/maps/celadon_mansion_3f.asm create mode 100644 text/maps/celadon_mansion_4f_inside.asm create mode 100644 text/maps/celadon_mansion_4f_outside.asm create mode 100644 text/maps/celadon_pokecenter.asm create mode 100644 text/maps/celadon_prize_room.asm create mode 100644 text/maps/cerulean_badge_house.asm create mode 100644 text/maps/cerulean_gym.asm create mode 100644 text/maps/cerulean_mart.asm create mode 100644 text/maps/cerulean_pokecenter.asm create mode 100644 text/maps/cerulean_trade_house.asm create mode 100644 text/maps/cerulean_trashed_house.asm create mode 100644 text/maps/cinnabar_gym.asm create mode 100644 text/maps/cinnabar_lab.asm create mode 100644 text/maps/cinnabar_lab_fossil_room.asm create mode 100644 text/maps/cinnabar_lab_metronome_room.asm create mode 100644 text/maps/cinnabar_lab_trade_room.asm create mode 100644 text/maps/cinnabar_mart.asm create mode 100644 text/maps/cinnabar_pokecenter.asm create mode 100644 text/maps/copycats_house_1f.asm create mode 100644 text/maps/copycats_house_2f.asm create mode 100644 text/maps/digletts_cave_route_2_entrance.asm create mode 100644 text/maps/fan_club.asm create mode 100644 text/maps/fighting_dojo.asm create mode 100644 text/maps/fuchsia_fishing_house.asm create mode 100644 text/maps/fuchsia_gym_1.asm create mode 100644 text/maps/fuchsia_gym_2.asm create mode 100644 text/maps/fuchsia_house.asm create mode 100644 text/maps/fuchsia_mart.asm create mode 100644 text/maps/fuchsia_meeting_room.asm create mode 100644 text/maps/fuchsia_pokecenter.asm create mode 100644 text/maps/fujis_house.asm create mode 100644 text/maps/indigo_plateau_lobby.asm create mode 100644 text/maps/lavender_house.asm create mode 100644 text/maps/lavender_mart.asm create mode 100644 text/maps/lavender_pokecenter.asm create mode 100644 text/maps/mansion_1f.asm create mode 100644 text/maps/mr_psychics_house.asm create mode 100644 text/maps/mt_moon_pokecenter.asm create mode 100644 text/maps/name_rater.asm create mode 100644 text/maps/pewter_gym_1.asm create mode 100644 text/maps/pewter_gym_2.asm create mode 100644 text/maps/pewter_house_1.asm create mode 100644 text/maps/pewter_house_2.asm create mode 100644 text/maps/pewter_mart.asm create mode 100644 text/maps/pewter_pokecenter.asm create mode 100644 text/maps/pokemon_tower_1f.asm create mode 100644 text/maps/pokemon_tower_2f.asm create mode 100644 text/maps/pokemon_tower_3f.asm create mode 100644 text/maps/pokemon_tower_4f.asm create mode 100644 text/maps/pokemon_tower_5f.asm create mode 100644 text/maps/pokemon_tower_6f.asm create mode 100644 text/maps/pokemon_tower_7f.asm create mode 100644 text/maps/route_2_gate.asm create mode 100644 text/maps/route_2_house.asm create mode 100644 text/maps/safari_zone_entrance.asm create mode 100644 text/maps/saffron_gym.asm create mode 100644 text/maps/saffron_house.asm create mode 100644 text/maps/saffron_mart.asm create mode 100644 text/maps/saffron_pokecenter.asm create mode 100644 text/maps/vermilion_dock.asm create mode 100644 text/maps/vermilion_fishing_house.asm create mode 100644 text/maps/vermilion_gym_1.asm create mode 100644 text/maps/vermilion_gym_2.asm create mode 100644 text/maps/vermilion_house.asm create mode 100644 text/maps/vermilion_mart.asm create mode 100644 text/maps/vermilion_pokecenter.asm create mode 100644 text/maps/viridian_forest_entrance.asm create mode 100644 text/maps/viridian_forest_exit.asm create mode 100644 text/maps/wardens_house.asm diff --git a/main.asm b/main.asm index 89cec4cd..1bc3375c 100644 --- a/main.asm +++ b/main.asm @@ -117545,118 +117545,12 @@ _Char00Text: ; 8a696 (22:6696) _Char55Text: ; 8a6a3 (22:66a3) text $4B,"@@" -_DiglettsCaveRoute2Text1: ; 8a6a7 (22:66a7) - text "I went to ROCK" - line "TUNNEL, but it's" - cont "dark and scary." - - para "If a #MON's" - line "FLASH could light" - cont "it up..." - done - -_ViridianForestexitText1: ; 8a6fd (22:66fd) - text "Many #MON live" - line "only in forests " - cont "and caves." - - para "You need to look" - line "everywhere to get" - cont "different kinds!" - done - -_ViridianForestexitText2: ; 8a75d (22:675d) - text "Have you noticed" - line "the bushes on the" - cont "roadside?" - - para "They can be cut" - line "down by a special" - cont "#MON move." - done - -_Route2HouseText1: ; 8a7b8 (22:67b8) - text "A fainted #MON" - line "can't fight. But, " - cont "it can still use " - cont "moves like CUT!" - done - -_UnnamedText_5d616: ; 8a7fc (22:67fc) - text "The HM FLASH" - line "lights even the" - cont "darkest dungeons." - done - -_Route2GateText2: ; 8a82c (22:682c) - text "Once a #MON" - line "learns FLASH, you" - cont "can get through" - cont "ROCK TUNNEL." - done - -_ViridianForestEntranceText1: ; 8a868 (22:6868) - text "Are you going to" - line "VIRIDIAN FOREST?" - cont "Be careful, it's" - cont "a natural maze!" - done - -_ViridianForestEntranceText2: ; 8a8ab (22:68ab) - text "RATTATA may be" - line "small, but its" - cont "bite is wicked!" - cont "Did you get one?" - done - -_MtMoonPokecenterText1: ; 8a8eb (22:68eb) - text "I've 6 # BALLs" - line "set in my belt." - - para "At most, you can" - line "carry 6 #MON." - done - -_MtMoonPokecenterText3: ; 8a929 (22:6929) - text "TEAM ROCKET" - line "attacks CERULEAN" - cont "citizens..." - - para "TEAM ROCKET is" - line "always in the" - cont "news!" - done - -_UnnamedText_4935c: ; 8a976 (22:6976) - text "MAN: Hello, there!" - line "Have I got a deal" - cont "just for you!" - - para "I'll let you have" - line "a swell MAGIKARP" - cont "for just ¥500!" - cont "What do you say?" - done - -_UnnamedText_49361: ; 8a9ec (22:69ec) - text "No? I'm only" - line "doing this as a" - cont "favor to you!" - done - -_UnnamedText_49366: ; 8aa17 (22:6a17) - text "You'll need more" - line "money than that!" - done - -_UnnamedText_4936b: ; 8aa39 (22:6a39) - text "MAN: Well, I don't" - line "give refunds!" - done - -_MtMoonPokecenterText5: ; 8aa5a (22:6a5a) - db $0 - done +INCLUDE "text/maps/digletts_cave_route_2_entrance.asm" +INCLUDE "text/maps/viridian_forest_exit.asm" +INCLUDE "text/maps/route_2_house.asm" +INCLUDE "text/maps/route_2_gate.asm" +INCLUDE "text/maps/viridian_forest_entrance.asm" +INCLUDE "text/maps/mt_moon_pokecenter.asm" _UnnamedText_1dfe7: ; 8aa5c (22:6a5c) text "I'm on guard duty." @@ -121729,4274 +121623,96 @@ INCLUDE "text/maps/viridian_house.asm" INCLUDE "text/maps/viridian_gym.asm" INCLUDE "text/maps/museum_1f.asm" INCLUDE "text/maps/museum_2f.asm" +INCLUDE "text/maps/pewter_gym_1.asm" -_UnnamedText_5c49e: ; 9697a (25:697a) - text "I'm BROCK!" - line "I'm PEWTER's GYM" - cont "LEADER!" - - para "I believe in rock" - line "hard defense and" - cont "determination!" - - para "That's why my" - line "#MON are all" - cont "the rock-type!" - - para "Do you still want" - line "to challenge me?" - cont "Fine then! Show" - cont "me your best!" - done SECTION "bank26",ROMX,BANK[$26] -_UnnamedText_5c4a3: ; 98000 (26:4000) - text "There are all" - line "kinds of trainers" - cont "in the world!" +INCLUDE "text/maps/pewter_gym_2.asm" +INCLUDE "text/maps/pewter_house_1.asm" +INCLUDE "text/maps/pewter_mart.asm" +INCLUDE "text/maps/pewter_house_2.asm" +INCLUDE "text/maps/pewter_pokecenter.asm" +INCLUDE "text/maps/cerulean_trashed_house.asm" +INCLUDE "text/maps/cerulean_trade_house.asm" +INCLUDE "text/maps/cerulean_pokecenter.asm" +INCLUDE "text/maps/cerulean_gym.asm" +INCLUDE "text/maps/bike_shop.asm" +INCLUDE "text/maps/cerulean_mart.asm" +INCLUDE "text/maps/cerulean_badge_house.asm" +INCLUDE "text/maps/lavender_pokecenter.asm" +INCLUDE "text/maps/pokemon_tower_1f.asm" +INCLUDE "text/maps/pokemon_tower_2f.asm" +INCLUDE "text/maps/pokemon_tower_3f.asm" +INCLUDE "text/maps/pokemon_tower_4f.asm" +INCLUDE "text/maps/pokemon_tower_5f.asm" +INCLUDE "text/maps/pokemon_tower_6f.asm" +INCLUDE "text/maps/pokemon_tower_7f.asm" +INCLUDE "text/maps/fujis_house.asm" +INCLUDE "text/maps/lavender_mart.asm" +INCLUDE "text/maps/lavender_house.asm" +INCLUDE "text/maps/name_rater.asm" +INCLUDE "text/maps/vermilion_pokecenter.asm" +INCLUDE "text/maps/fan_club.asm" +INCLUDE "text/maps/vermilion_mart.asm" +INCLUDE "text/maps/vermilion_gym_1.asm" - 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: ; 98092 (26:4092) - text "Wait! Take this" - line "with you!" - done - -_ReceivedTM34Text: ; 980ad (26:40ad) - text $52, " received" - line "TM34!@@" - -_TM34ExplanationText: ; 980c0 (26:40c0) - db $0 - 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: ; 981ab (26:41ab) - text "You don't have" - line "room for this!" - done - -_UnnamedText_5c4bc: ; 981c9 (26:41c9) - text "I took" - line "you for granted." - - para "As proof of your" - line "victory, here's" - cont "the BOULDERBADGE!" - - para $52, " received" - line "the BOULDERBADGE!@@" - -_UnnamedText_5c4c1: ; 98232 (26:4232) - db $0 - 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: ; 982ae (26:42ae) - text "Stop right there," - line "kid!" - - para "You're still light" - line "years from facing" - cont "BROCK!" - done - -_PewterGymEndBattleText1: ; 982f1 (26:42f1) - text "Darn!" - - para "Light years isn't" - line "time! It measures" - cont "distance!" - prompt - -_PewterGymAfterBattleText1: ; 98325 (26:4325) - text "You're pretty hot," - line "but not as hot" - cont "as BROCK!" - done - -_UnnamedText_5c515: ; 98351 (26:4351) - 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 - -_UnnamedText_5c51a: ; 983dc (26:43dc) - text "All right! Let's" - line "get happening!" - prompt - -_UnnamedText_5c51f: ; 983fc (26:43fc) - 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 - -_UnnamedText_5c524: ; 98476 (26:4476) - text "It's a free" - line "service! Let's" - cont "get happening!" - prompt - -_UnnamedText_5c529: ; 9849f (26:449f) - text "Just as I thought!" - line "You're #MON" - cont "champ material!" - done - -_PewterHouse1Text1: ; 984ce (26:44ce) - text "NIDORAN: Bowbow!@@" - -_PewterHouse1Text2: ; 984e1 (26:44e1) - text "NIDORAN sit!" - done - -_PewterHouse1Text3: ; 984ef (26:44ef) - text "Our #MON's an" - line "outsider, so it's" - cont "hard to handle." - - para "An outsider is a" - line "#MON that you" - cont "get in a trade." - - para "It grows fast, but" - line "it may ignore an" - cont "unskilled trainer" - cont "in battle!" - - para "If only we had" - line "some BADGEs..." - done - -_UnnamedText_74cc6: ; 985ac (26:45ac) - text "A shady, old man" - line "got me to buy" - cont "this really weird" - cont "fish #MON!" - - para "It's totally weak" - line "and it cost ¥500!" - done - -_UnnamedText_74cd5: ; 9860c (26:460c) - text "Good things can" - line "happen if you" - cont "raise #MON" - cont "diligently, even" - cont "the weak ones!" - done - -_PewterHouse2Text1: ; 98656 (26:4656) - text "#MON learn new" - line "techniques as" - cont "they grow!" - - para "But, some moves" - line "must be taught by" - cont "the trainer!" - done - -_PewterHouse2Text2: ; 986ae (26:46ae) - text "#MON become" - line "easier to catch" - cont "when they are" - cont "hurt or asleep!" - - para "But, it's not a" - line "sure thing!" - done - -_PewterPokecenterText1: ; 98704 (26:4704) - text "What!?" - - para "TEAM ROCKET is" - line "at MT.MOON? Huh?" - cont "I'm on the phone!" - - para "Scram!" - done - -_PewterPokecenterText5: ; 98744 (26:4744) - text "JIGGLYPUFF: Puu" - line "pupuu!" - done - -_UnnamedText_1d6ab: ; 9875c (26:475c) - text "Those miserable" - line "ROCKETs!" - - para "Look what they" - line "did here!" - - para "They stole a TM" - line "for teaching" - cont "#MON how to" - cont "DIG holes!" - - para "That cost me a" - line "bundle, it did!" - done - -_UnnamedText_1d6b0: ; 987e2 (26:47e2) - text "I figure what's" - line "lost is lost!" - - para "I decided to teach" - line "DIGLETT how to" - cont "DIG without a TM!" - done - -_CeruleanHouseTrashedText2: ; 98834 (26:4834) - text "TEAM ROCKET must" - line "be trying to DIG" - cont "their way into no" - cont "good!" - done - -_CeruleanHouseTrashedText3: ; 9886f (26:486f) - text "TEAM ROCKET left" - line "a way out!" - done - -_CeruleanHouseText1: ; 9888c (26:488c) - text "My husband likes" - line "trading #MON." - - para "If you are a" - line "collector, would" - cont "you please trade" - cont "with him?" - done - -_CeruleanPokecenterText1: ; 988e5 (26:48e5) - text "That BILL!" - - para "I heard that" - line "he'll do whatever" - cont "it takes to get" - cont "rare #MON!" - done - -_CeruleanPokecenterText3: ; 9892a (26:492a) - text "Have you heard" - line "about BILL?" - - para "Everyone calls" - line "him a #MANIAC!" - - para "I think people" - line "are just jealous" - cont "of BILL, though." - - para "Who wouldn't want" - line "to boast about" - cont "their #MON?" - done - -_UnnamedText_5c7be: ; 989c1 (26:49c1) - 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 "My policy is an" - line "all-out offensive" - cont "with water-type" - cont "#MON!" - done - -_UnnamedText_5c7c3: ; 98a7b (26:4a7b) - text "TM11 teaches" - line "BUBBLEBEAM!" - - para "Use it on an" - line "aquatic #MON!" - done - -_UnnamedText_5c7c8: ; 98ab0 (26:4ab0) - text "The CASCADEBADGE" - line "makes all #MON" - cont "up to L30 obey!" - - para "That includes" - line "even outsiders!" - - para "There's more, you" - line "can now use CUT" - cont "any time!" - - para "You can CUT down" - line "small bushes to" - cont "open new paths!" - - para "You can also have" - line "my favorite TM!" - done - -_ReceivedTM11Text: ; 98b7d (26:4b7d) - text $52, " received" - line "TM11!@@" - -_UnnamedText_5c7d3: ; 98b90 (26:4b90) - text "You better make" - line "room for this!" - done - -_UnnamedText_5c7d8: ; 98bb0 (26:4bb0) - text "Wow!" - line "You're too much!" - - para "All right!" - - para "You can have the" - line "CASCADEBADGE to" - cont "show you beat me!@@" - -_CeruleanGymBattleText1: ; 98c05 (26:4c05) - text "I'm more than good" - line "enough for you!" - - para "MISTY can wait!" - done - -_CeruleanGymEndBattleText1: ; 98c38 (26:4c38) - text "You" - line "overwhelmed me!" - prompt - -_CeruleanGymAfterBattleText1: ; 98c4d (26:4c4d) - text "You have to face" - line "other trainers to" - cont "find out how good" - cont "you really are." - done - -_CeruleanGymBattleText2: ; 98c93 (26:4c93) - text "Splash!" - - para "I'm first up!" - line "Let's do it!" - done - -_CeruleanGymEndBattleText2: ; 98cb5 (26:4cb5) - text "That" - line "can't be!" - prompt - -_CeruleanGymAfterBattleText2: ; 98cc4 (26:4cc4) - text "MISTY is going to" - line "keep improving!" - - para "She won't lose to" - line "someone like you!" - done - -_UnnamedText_5c82a: ; 98d0a (26:4d0a) - text "Yo! Champ in" - line "making!" - - para "Here's my advice!" - - para "The LEADER, MISTY," - line "is a pro who uses" - cont "water #MON!" - - para "You can drain all" - line "their water with" - cont "plant #MON!" - - para "Or, zap them with" - line "electricity!" - done - -_UnnamedText_5c82f: ; 98db0 (26:4db0) - text "You beat MISTY!" - line "What'd I tell ya?" - - para "You and me kid," - line "we make a pretty" - cont "darn good team!" - done - -_UnnamedText_1d810: ; 98e03 (26:4e03) - text "Hi! Welcome to" - line "our BIKE SHOP." - - para "Have we got just" - line "the BIKE for you!" - prompt - -_UnnamedText_1d815: ; 98e45 (26:4e45) - text "It's a cool BIKE!" - line "Do you want it?" - done - -_UnnamedText_1d81a: ; 98e67 (26:4e67) - text "Sorry! You can't" - line "afford it!" - prompt - -_UnnamedText_1d81f: ; 98e83 (26:4e83) - text "Oh, that's..." - - para "A BIKE VOUCHER!" - - para "OK! Here you go!" - prompt - -_UnnamedText_1d824: ; 98eb2 (26:4eb2) - text $52, " exchanged" - line "the BIKE VOUCHER" - cont "for a BICYCLE.@@" - -_UnnamedText_1d82a: ; 98ee0 (26:4ee0) - text "Come back again" - line "some time!" - done - -_UnnamedText_1d82f: ; 98efc (26:4efc) - text "How do you like" - line "your new BICYCLE?" - - para "You can take it" - line "on CYCLING ROAD" - cont "and in caves!" - done - -_UnnamedText_1d834: ; 98f4d (26:4f4d) - text "You better make" - line "room for this!" - done - -_UnnamedText_1d843: ; 98f6d (26:4f6d) - text "A plain city BIKE" - line "is good enough" - cont "for me!" - - para "You can't put a" - line "shopping basket" - cont "on an MTB!" - done - -_UnnamedText_1d85c: ; 98fc1 (26:4fc1) - text "These BIKEs are" - line "cool, but they're" - cont "way expensive!" - done - -_UnnamedText_1d861: ; 98ff2 (26:4ff2) - text "Wow. Your BIKE is" - line "really cool!" - done - -_CeruleanMartText2: ; 99012 (26:5012) - text "Use REPEL to keep" - line "bugs and weak" - cont "#MON away." - - para "Put your strongest" - line "#MON at the" - cont "top of the list" - cont "for best results!" - done - -_CeruleanMartText3: ; 9907f (26:507f) - text "Have you seen any" - line "RARE CANDY?" - - para "It's supposed to" - line "make #MON go" - cont "up one level!" - done - -_UnnamedText_74e77: ; 990c9 (26:50c9) - text "#MON BADGEs" - line "are owned only by" - cont "skilled trainers." - - para "I see you have" - line "at least one." - - para "Those BADGEs have" - line "amazing secrets!" - prompt - -_UnnamedText_74e7c: ; 9913a (26:513a) - text "Now then..." - - para "Which of the 8" - line "BADGEs should I" - cont "describe?" - done - -_UnnamedText_74e81: ; 99170 (26:5170) - text "Come visit me any" - line "time you wish." - done - -_UnnamedText_74e96: ; 99192 (26:5192) - text "The ATTACK of all" - line "#MON increases" - cont "a little bit." - - para "It also lets you" - line "use FLASH any" - cont "time you desire." - prompt - -_UnnamedText_74e9b: ; 991f2 (26:51f2) - text "#MON up to L30" - line "will obey you." - - para "Any higher, they" - line "become unruly!" - - para "It also lets you" - line "use CUT outside" - cont "of battle." - prompt - -_UnnamedText_74ea0: ; 9925d (26:525d) - text "The SPEED of all" - line "#MON increases" - cont "a little bit." - - para "It also lets you" - line "use FLY outside" - cont "of battle." - prompt - -_UnnamedText_74ea5: ; 992b8 (26:52b8) - text "#MON up to L50" - line "will obey you." - - para "Any higher, they" - line "become unruly!" - - para "It also lets you" - line "use STRENGTH out-" - cont "side of battle." - prompt - -_UnnamedText_74eaa: ; 9932a (26:532a) - 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 - -_UnnamedText_74eaf: ; 99388 (26:5388) - text "#MON up to L70" - line "will obey you." - - para "Any higher, they" - line "become unruly!" - prompt - -_UnnamedText_74eb4: ; 993c7 (26:53c7) - text "Your #MON's" - line "SPECIAL abilities" - cont "increase a bit." - prompt - -_UnnamedText_74eb9: ; 993f5 (26:53f5) - text "All #MON will" - line "obey you!" - prompt - -_LavenderPokecenterText4: ; 9940e (26:540e) -_LavenderPokecenterText2: ; 9940e (26:540e) -_LavenderPokecenterText1: ; 9940e (26:540e) - text "TEAM ROCKET will" - line "do anything for" - cont "the sake of gold!" - done - -_LavenderPokecenterText3: ; 99442 (26:5442) - text "I saw CUBONE's" - line "mother die trying" - cont "to escape from" - cont "TEAM ROCKET!" - done - -_PokemonTower1Text1: ; 9947f (26:547f) - text "#MON TOWER was" - line "erected in the" - cont "memory of #MON" - cont "that had died." - done - -_PokemonTower1Text2: ; 994bc (26:54bc) - text "Did you come to" - line "pay respects?" - cont "Bless you!" - done - -_PokemonTower1Text3: ; 994e6 (26:54e6) - text "I came to pray" - line "for my CLEFAIRY." - - para "Sniff! I can't" - line "stop crying..." - done - -_PokemonTower1Text4: ; 99524 (26:5524) - text "My GROWLITHE..." - line "Why did you die?" - done - -_PokemonTower1Text5: ; 99546 (26:5546) - text "I am a CHANNELER!" - line "There are spirits" - cont "up to mischief!" - done - -_UnnamedText_6062d: ; 9957b (26:557b) - text $53, ": Hey," - line $52, "! What" - cont "brings you here?" - cont "Your #MON" - cont "don't look dead!" - - para "I can at least" - line "make them faint!" - cont "Let's go, pal!" - done - -_UnnamedText_60632: ; 995e5 (26:55e5) - text "What?" - line "You stinker!" - - para "I took it easy on" - line "you too!" - prompt - -_UnnamedText_60637: ; 99614 (26:5614) - text $53, ": Well," - line "look at all your" - cont "wimpy #MON!" - - para "Toughen them up a" - line "bit more!" - prompt - -_UnnamedText_6063c: ; 99657 (26:5657) - text "How's your #DEX" - line "coming, pal?" - cont "I just caught a" - cont "CUBONE!" - - para "I can't find the" - line "grown-up MAROWAK" - cont "yet!" - - para "I doubt there are" - line "any left! Well, I" - cont "better get going!" - cont "I've got a lot to" - cont "accomplish, pal!" - - para "Smell ya later!" - done - -_PokemonTower2Text2: ; 9971a (26:571a) - text "Even we could not" - line "identify the" - cont "wayward GHOSTs!" - - para "A SILPH SCOPE" - line "might be able to" - cont "unmask them." - done - -_PokemonTower3BattleText1: ; 99776 (26:5776) - text "Urrg...Awaa..." - line "Huhu...graa.." - done - -_PokemonTower3EndBattleText1: ; 99794 (26:5794) - text "Hwa!" - line "I'm saved!" - prompt - -_PokemonTower3AfterBattleText1: ; 997a4 (26:57a4) - text "The GHOSTs can be" - line "identified by the" - cont "SILPH SCOPE." - done - -_PokemonTower3BattleText2: ; 997d6 (26:57d6) - text "Kekeke...." - line "Kwaaah!" - done - -_PokemonTower3EndBattleText2: ; 997ea (26:57ea) - text "Hmm?" - line "What am I doing?" - prompt - -_PokemonTower3AfterBattleText2: ; 99801 (26:5801) - text "Sorry! I was" - line "possessed!" - done - -_PokemonTower3BattleText3: ; 9981a (26:581a) - text "Be gone!" - line "Evil spirit!" - done - -_PokemonTower3EndBattleText3: ; 99831 (26:5831) - text "Whew!" - line "The spirit left!" - prompt - -_PokemonTower3AfterBattleText3: ; 99849 (26:5849) - text "My friends were" - line "possessed too!" - done - -_PokemonTower4BattleText1: ; 99869 (26:5869) - text "GHOST! No!" - line "Kwaaah!" - done - -_PokemonTower4EndBattleText1: ; 9987d (26:587d) - text "Where" - line "is the GHOST?" - prompt - -_PokemonTower4AfterBattleText1: ; 99892 (26:5892) - text "I must have been" - line "dreaming..." - done - -_PokemonTower4BattleText2: ; 998b0 (26:58b0) - text "Be cursed with" - line "me! Kwaaah!" - done - -_PokemonTower4EndBattleText2: ; 998cc (26:58cc) - text "What!" - prompt - -_PokemonTower4AfterBattleText2: ; 998d3 (26:58d3) - text "We can't crack" - line "the identity of" - cont "the GHOSTs." - done - -_PokemonTower4BattleText3: ; 998fe (26:58fe) - text "Huhuhu..." - line "Beat me not!" - done - -_PokemonTower4EndBattleText3: ; 99916 (26:5916) - text "Huh?" - line "Who? What?" - prompt - -_PokemonTower4AfterBattleText3: ; 99927 (26:5927) - text "May the departed" - line "souls of #MON" - cont "rest in peace..." - done - -_PokemonTower5Text1: ; 99958 (26:5958) - text "Come, child! I" - line "sealed this space" - cont "with white magic!" - - para "You can rest here!" - done - -_PokemonTower5BattleText1: ; 9999f (26:599f) - text "Give...me..." - line "your...soul..." - done - -_PokemonTower5EndBattleText1: ; 999bc (26:59bc) - text "Gasp!" - prompt - -_PokemonTower5AfterBattleText1: ; 999c3 (26:59c3) - text "I was under" - line "possession!" - done - -_PokemonTower5BattleText2: ; 999dc (26:59dc) - text "You...shall..." - line "join...us..." - done - -_PokemonTower5EndBattleText2: ; 999f9 (26:59f9) - text "What" - line "a nightmare!" - prompt - -_PokemonTower5AfterBattleText2: ; 99a0c (26:5a0c) - text "I was possessed!" - done - -_PokemonTower5BattleText3: ; 99a1e (26:5a1e) - text "Zombies!" - done - -_PokemonTower5EndBattleText3: ; 99a28 (26:5a28) - text "Ha?" - prompt - -_PokemonTower5AfterBattleText3: ; 99a2d (26:5a2d) - text "I regained my" - line "senses!" - done - -_PokemonTower5BattleText4: ; 99a44 (26:5a44) - text "Urgah..." - line "Urff...." - done - -_PokemonTower5EndBattleText4: ; 99a57 (26:5a57) - text "Whoo!" - prompt - -_PokemonTower5AfterBattleText4: ; 99a5e (26:5a5e) - text "I fell to evil" - line "spirits despite" - cont "my training!" - done - -_UnnamedText_60a43: ; 99a8b (26:5a8b) - text "Entered purified," - line "protected zone!" - - para $52, "'s #MON" - line "are fully healed!" - done - -_UnnamedText_60c1f: ; 99ac8 (26:5ac8) - text "The GHOST was the" - line "restless soul of" - cont "CUBONE's mother!" - done - -_UnnamedText_60c24: ; 99afc (26:5afc) - text "The mother's soul" - line "was calmed." - - para "It departed to" - line "the afterlife!" - done - -_PokemonTower6BattleText1: ; 99b38 (26:5b38) - text "Give...me..." - line "blood..." - done - -_PokemonTower6EndBattleText1: ; 99b4f (26:5b4f) - text "Groan!" - prompt - -_PokemonTower6AfterBattleText1: ; 99b57 (26:5b57) - text "I feel anemic and" - line "weak..." - done - -_PokemonTower6BattleText2: ; 99b72 (26:5b72) - text "Urff... Kwaah!" - done - -_PokemonTower6EndBattleText2: ; 99b82 (26:5b82) - text "Some-" - line "thing fell out!" - prompt - -_PokemonTower6AfterBattleText2: ; 99b99 (26:5b99) - text "Hair didn't fall" - line "out! It was an" - cont "evil spirit!" - done - -_PokemonTower6BattleText3: ; 99bc6 (26:5bc6) - text "Ke..ke...ke..." - line "ke..ke...ke!!" - done - -_PokemonTower6EndBattleText3: ; 99be4 (26:5be4) - text "Keee!" - prompt - -_PokemonTower6AfterBattleText3: ; 99beb (26:5beb) - text "What's going on" - line "here?" - done - -_UnnamedText_60c56: ; 99c01 (26:5c01) - text "Be gone..." - line "Intruders..." - done - -_UnnamedText_60ec4: ; 99c1a (26:5c1a) - text "MR.FUJI: Heh? You" - line "came to save me?" - - para "Thank you. But, I" - line "came here of my" - cont "own free will." - - para "I came to calm" - line "the soul of" - cont "CUBONE's mother." - - para "I think MAROWAK's" - line "spirit has gone" - cont "to the afterlife." - - para "I must thank you" - line "for your kind" - cont "concern!" - - para "Follow me to my" - line "home, #MON" - cont "HOUSE at the foot" - cont "of this tower." - done - -_PokemonTower7BattleText1: ; 99d31 (26:5d31) - text "What do you want?" - line "Why are you here?" - done - -_PokemonTower7EndBattleText1: ; 99d56 (26:5d56) - text "I give up!" - prompt - -_PokemonTower7AfterBattleText1: ; 99d62 (26:5d62) - text "I'm not going to" - line "forget this!" - done - -_PokemonTower7BattleText2: ; 99d80 (26:5d80) - 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: ; 99de1 (26:5de1) - text "Please!" - line "No more!" - prompt - -_PokemonTower7AfterBattleText2: ; 99df3 (26:5df3) - text "#MON are only" - line "good for making" - cont "money!" - - para "Stay out of our" - line "business!" - done - -_PokemonTower7BattleText3: ; 99e33 (26:5e33) - text "You're not saving" - line "anyone, kid!" - done - -_PokemonTower7EndBattleText3: ; 99e52 (26:5e52) - text "Don't" - line "fight us ROCKETs!" - prompt - -_PokemonTower7AfterBattleText3: ; 99e6a (26:5e6a) - text "You're not getting" - line "away with this!" - done - -_UnnamedText_1d8d1: ; 99e8d (26:5e8d) - text "That's odd, MR.FUJI" - line "isn't here." - cont "Where'd he go?" - done - -_UnnamedText_1d8d6: ; 99eba (26:5eba) - text "MR.FUJI had been" - line "praying alone for" - cont "CUBONE's mother." - done - -_UnnamedText_1d8f4: ; 99eee (26:5eee) - text "This is really" - line "MR.FUJI's house." - - para "He's really kind!" - - para "He looks after" - line "abandoned and" - cont "orphaned #MON!" - done - -_UnnamedText_1d8f9: ; 99f4b (26:5f4b) - text "It's so warm!" - line "#MON are so" - cont "nice to hug!" - done - -_LavenderHouse1Text3: ; 99f72 (26:5f72) - text "PSYDUCK: Gwappa!@@" - -_LavenderHouse1Text4: ; 99f85 (26:5f85) - text "NIDORINO: Gaoo!@@" - -_UnnamedText_1d94c: ; 99f97 (26:5f97) - text "MR.FUJI: ", $52, "." - - para "Your #DEX quest" - line "may fail without" - cont "love for your" - cont "#MON." - - para "I think this may" - line "help your quest." - prompt - -_ReceivedFluteText: ; 99ffb (26:5ffb) - text $52, " received" - line "a @" - TX_RAM $cf4b - text "!@@" - -_FluteExplanationText: ; 9a011 (26:6011) - db $0 - para "Upon hearing #" - line "FLUTE, sleeping" - cont "#MON will" - cont "spring awake." - - para "It works on all" - line "sleeping #MON." - done - -_FluteNoRoomText: ; 9a069 (26:6069) - text "You must make" - line "room for this!" - done - -_MrFujiAfterFluteText: ; 9a087 (26:6087) - text "MR.FUJI: Has my" - line "FLUTE helped you?" - done - -_LavenderHouse1Text6: ; 9a0aa (26:60aa) - text "#MON Monthly" - line "Grand Prize" - cont "Drawing!" - - para "The application" - line "form is..." - - para "Gone! It's been" - line "clipped out!" - done - -_LavenderMartText2: ; 9a104 (26:6104) - text "I'm searching for" - line "items that raise" - cont "the abilities of" - cont "#MON during a" - cont "single battle." - - para "X ATTACK, X" - line "DEFEND, X SPEED" - cont "and X SPECIAL are" - cont "what I'm after." - - para "Do you know where" - line "I can get them?" - done - -_UnnamedText_5c953: ; 9a1b4 (26:61b4) - text "You know REVIVE?" - line "It revives any" - cont "fainted #MON!" - done - -_UnnamedText_5c958: ; 9a1e3 (26:61e3) - text "I found a NUGGET" - line "in the mountains." - - para "I thought it was" - line "useless, but it" - cont "sold for ¥5000!" - done - -_LavenderHouse2Text1: ; 9a238 (26:6238) - text "CUBONE: Kyarugoo!@@" - -_UnnamedText_1d9dc: ; 9a24c (26:624c) - text "I hate those" - line "horrible ROCKETs!" - - para "That poor CUBONE's" - line "mother..." - - para "It was killed" - line "trying to escape" - cont "from TEAM ROCKET!" - done - -_UnnamedText_1d9e1: ; 9a2b9 (26:62b9) - text "The GHOST of" - line "#MON TOWER is" - cont "gone!" - - para "Someone must have" - line "soothed its" - cont "restless soul!" - done - -_UnnamedText_1dab3: ; 9a308 (26:6308) - text "Hello, hello!" - line "I am the official" - cont "NAME RATER!" - - para "Want me to rate" - line "the nicknames of" - cont "your #MON?" - done - -_UnnamedText_1dab8: ; 9a361 (26:6361) - text "Which #MON" - line "should I look at?" - prompt - -_UnnamedText_1dabd: ; 9a37f (26:637f) - TX_RAM $cd6d - text ", is it?" - line "That is a decent" - cont "nickname!" - - para "But, would you" - line "like me to give" - cont "it a nicer name?" - - para "How about it?" - done - -_UnnamedText_1dac2: ; 9a3e5 (26:63e5) - text "Fine! What should" - line "we name it?" - prompt - -_UnnamedText_1dac7: ; 9a404 (26:6404) - text "OK! This #MON" - line "has been renamed" - cont "@" - TX_RAM $cee9 - text "!" - - para "That's a better" - line "name than before!" - done - -_UnnamedText_1dacc: ; 9a44c (26:644c) - text "Fine! Come any" - line "time you like!" - done - -_UnnamedText_1dad1: ; 9a46b (26:646b) - TX_RAM $cd6d - text ", is it?" - line "That is a truly" - cont "impeccable name!" - - para "Take good care of" - line "@" - TX_RAM $cd6d - text "!" - done - -_VermilionPokecenterText2: ; 9a4b2 (26:64b2) -_VermilionPokecenterText1: ; 9a4b2 (26:64b2) - text "Even if they are" - line "the same level," - cont "#MON can have" - cont "very different" - cont "abilities." - - para "A #MON raised" - line "by a trainer is" - cont "stronger than one" - cont "in the wild." - done - -_VermilionPokecenterText3: ; 9a539 (26:6539) - text "My #MON was" - line "poisoned! It" - cont "fainted while we" - cont "were walking!" - done - -_UnnamedText_59bb7: ; 9a572 (26:6572) - text "Won't you admire" - line "my PIKACHU's" - cont "adorable tail?" - done - -_UnnamedText_59bbc: ; 9a59e (26:659e) - text "Humph! My PIKACHU" - line "is twice as cute" - cont "as that one!" - done - -_UnnamedText_59be4: ; 9a5cf (26:65cf) - text "I just love my" - line "SEEL!" - - para "It squeals when I" - line "hug it!" - done - -_UnnamedText_59be9: ; 9a5ff (26:65ff) - text "Oh dear!" - - para "My SEEL is far" - line "more attractive!" - done - -_UnnamedText_59c00: ; 9a629 (26:6629) - text "PIKACHU: Chu!" - line "Pikachu!" - done - -_UnnamedText_59c17: ; 9a641 (26:6641) - text "SEEL: Kyuoo!" - done - -_UnnamedText_59c65: ; 9a64f (26:664f) - text "I chair the" - line "#MON Fan Club!" - - para "I have collected" - line "over 100 #MON!" - - para "I'm very fussy" - line "when it comes to" - cont "#MON!" - - para "So..." - - para "Did you come" - line "visit to hear" - cont "about my #MON?" - done - -_UnnamedText_59c6a: ; 9a6e0 (26:66e0) - text "Good!" - line "Then listen up!" - - para "My favorite" - line "RAPIDASH..." - - para "It...cute..." - line "lovely...smart..." - cont "plus...amazing..." - cont "you think so?..." - cont "oh yes...it..." - cont "stunning..." - cont "kindly..." - cont "love it!" - - para "Hug it...when..." - cont "sleeping...warm" - cont "and cuddly..." - cont "spectacular..." - cont "ravishing..." - cont "...Oops! Look at" - cont "the time! I kept" - cont "you too long!" - - para "Thanks for hearing" - line "me out! I want" - cont "you to have this!" - prompt - -_ReceivedBikeVoucherText: ; 9a82e (26:682e) - text $52, " received" - line "a @" - TX_RAM $cf4b - text "!@@" - -_UnnamedText_59c74: ; 9a844 (26:6844) - db $0 - para "Exchange that for" - line "a BICYCLE!" - - para "Don't worry, my" - line "FEAROW will FLY" - cont "me anywhere!" - - para "So, I don't need a" - line "BICYCLE!" - - para "I hope you like" - line "cycling!" - done - -_UnnamedText_59c79: ; 9a8c3 (26:68c3) - text "Oh. Come back" - line "when you want to" - cont "hear my story!" - done - -_UnnamedText_59c7e: ; 9a8f2 (26:68f2) - text "Hello, ", $52, "!" - - para "Did you come see" - line "me about my" - cont "#MON again?" - - para "No? Too bad!" - done - -_UnnamedText_59c83: ; 9a933 (26:6933) - text "Make room for" - line "this!" - done - -_FanClubText6: ; 9a948 (26:6948) - text "Our Chairman is" - line "very vocal about" - cont "#MON." - done - -_FanClubText7: ; 9a970 (26:6970) - text "Let's all listen" - line "politely to other" - cont "trainers!" - done - -_FanClubText8: ; 9a99d (26:699d) - text "If someone brags," - line "brag right back!" - done - -_VermilionMartText2: ; 9a9c1 (26:69c1) - text "There are evil" - line "people who will" - cont "use #MON for" - cont "criminal acts." - - para "TEAM ROCKET" - line "traffics in rare" - cont "#MON." - - para "They also abandon" - line "#MON that they" - cont "consider not to" - cont "be popular or" - cont "useful." - done - -_VermilionMartText3: ; 9aa67 (26:6a67) - text "I think #MON" - line "can be good or" - cont "evil. It depends" - cont "on the trainer." - done - -_UnnamedText_5cb6d: ; 9aaa5 (26:6aa5) - text "Hey, kid! What do" - line "you think you're" - cont "doing here?" - - para "You won't live" - line "long in combat!" - cont "That's for sure!" - - para "I tell you kid," - line "electric #MON" - cont "saved me during" - cont "the war!" - - para "They zapped my" - line "enemies into" - cont "paralysis!" - - para "The same as I'll" - line "do to you!" - done SECTION "bank27",ROMX,BANK[$27] -_UnnamedText_5cb72: ; 9c000 (27:4000) - text "A little word of" - line "advice, kid!" +INCLUDE "text/maps/vermilion_gym_2.asm" +INCLUDE "text/maps/vermilion_house.asm" +INCLUDE "text/maps/vermilion_dock.asm" +INCLUDE "text/maps/vermilion_fishing_house.asm" +INCLUDE "text/maps/celadon_dept_store_1f.asm" +INCLUDE "text/maps/celadon_dept_store_2f.asm" +INCLUDE "text/maps/celadon_dept_store_3f.asm" +INCLUDE "text/maps/celadon_dept_store_4f.asm" +INCLUDE "text/maps/celadon_dept_store_roof.asm" +INCLUDE "text/maps/celadon_mansion_1f.asm" +INCLUDE "text/maps/celadon_mansion_2f.asm" +INCLUDE "text/maps/celadon_mansion_3f.asm" +INCLUDE "text/maps/celadon_mansion_4f_outside.asm" +INCLUDE "text/maps/celadon_mansion_4f_inside.asm" +INCLUDE "text/maps/celadon_pokecenter.asm" +INCLUDE "text/maps/celadon_gym.asm" +INCLUDE "text/maps/celadon_game_corner.asm" +INCLUDE "text/maps/celadon_dept_store_5f.asm" +INCLUDE "text/maps/celadon_prize_room.asm" +INCLUDE "text/maps/celadon_diner.asm" +INCLUDE "text/maps/celadon_house.asm" +INCLUDE "text/maps/celadon_hotel.asm" +INCLUDE "text/maps/fuchsia_mart.asm" +INCLUDE "text/maps/fuchsia_house.asm" +INCLUDE "text/maps/fuchsia_pokecenter.asm" +INCLUDE "text/maps/wardens_house.asm" +INCLUDE "text/maps/safari_zone_entrance.asm" +INCLUDE "text/maps/fuchsia_gym_1.asm" - para "Electricity is" - line "sure powerful!" - - para "But, it's useless" - line "against ground-" - cont "type #MON!" - done - -_UnnamedText_5cb77: ; 9c069 (27:4069) - 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: ; 9c0e0 (27:40e0) - text $52, " received " - line "@" - TX_RAM $cf4b - text "!@@" - -_TM24ExplanationText: ; 9c0f5 (27:40f5) - db $0 - para "TM24 contains" - line "THUNDERBOLT!" - - para "Teach it to an" - line "electric #MON!" - done - -_TM24NoRoomText: ; 9c130 (27:4130) - text "Yo kid, make room" - line "in your pack!" - done - -_ReceivedThunderbadgeText: ; 9c151 (27:4151) - text "Whoa!" - - para "You're the real" - line "deal, kid!" - - para "Fine then, take" - line "the THUNDERBADGE!" - prompt - -_VermilionGymBattleText1: ; 9c194 (27:4194) - text "When I was in the" - line "Army, LT.SURGE" - cont "was my strict CO!" - done - -_VermilionGymEndBattleText1: ; 9c1c8 (27:41c8) - text "Stop!" - line "You're very good!" - prompt - -_VermilionGymAfterBattleText1: ; 9c1e0 (27:41e0) - text "The door won't" - line "open?" - - para "LT.SURGE always" - line "was cautious!" - done - -_VermilionGymBattleText2: ; 9c213 (27:4213) - text "I'm a lightweight," - line "but I'm good with" - cont "electricity!" - done - -_VermilionGymEndBattleText2: ; 9c244 (27:4244) - text "Fried!" - prompt - -_VermilionGymAfterBattleText2: ; 9c24c (27:424c) - text "OK, I'll talk!" - - para "LT.SURGE said he" - line "hid door switches" - cont "inside something!" - done - -_VermilionGymBattleText3: ; 9c290 (27:4290) - text "This is no place" - line "for kids!" - done - -_VermilionGymEndBattleText3: ; 9c2ac (27:42ac) - text "Wow!" - line "Surprised me!" - prompt - -_VermilionGymAfterBattleText3: ; 9c2c0 (27:42c0) - 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 - -_UnnamedText_5cbf4: ; 9c32b (27:432b) - 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 - -_UnnamedText_5cbf9: ; 9c429 (27:4429) - text "Whew! That match" - line "was electric!" - done - -_VermilionHouse1Text1: ; 9c449 (27:4449) - text "I'm getting my" - line "PIDGEY to fly a" - cont "letter to SAFFRON" - cont "in the north!" - done - -_VermilionHouse1Text2: ; 9c488 (27:4488) - text "PIDGEY: Kurukkoo!@@" - -_VermilionHouse1Text3: ; 9c49c (27:449c) - text "Dear PIPPI, I hope" - line "to see you soon." - - para "I heard SAFFRON" - line "has problems with" - cont "TEAM ROCKET." - - para "VERMILION appears" - line "to be safe." - done - -_VermilionDockText1: ; 9c50e (27:450e) - db $0, $57 - -_UnnamedText_560b1: ; 9c510 (27:4510) - text "I'm the FISHING" - line "GURU!" - - para "I simply Looove" - line "fishing!" - - para "Do you like to" - line "fish?" - done - -_UnnamedText_560b6: ; 9c554 (27:4554) - text "Grand! I like" - line "your style!" - - para "Take this and" - line "fish, young one!" - - para $52, " received" - line "an @" - TX_RAM $cf4b - text "!@@" - -_UnnamedText_560bb: ; 9c5a4 (27:45a4) - db $0 - para "Fishing is a way" - line "of life!" - - para "From the seas to" - line "rivers, go out" - cont "and land the big" - cont "one, young one!" - done - -_UnnamedText_560c0: ; 9c601 (27:4601) - text "Oh... That's so" - line "disappointing..." - done - -_UnnamedText_560c5: ; 9c622 (27:4622) - text "Hello there," - line $52, "!" - - para "How are the fish" - line "biting?" - done - -_UnnamedText_560ca: ; 9c64c (27:464c) - text "Oh no!" - - para "You have no room" - line "for my gift!" - done - -_CeladonMart1Text1: ; 9c672 (27:4672) - text "Hello! Welcome to" - line "CELADON DEPT." - cont "STORE." - - para "The board on the" - line "right describes" - cont "the store layout." - done - -_CeladonMart1Text2: ; 9c6cd (27:46cd) - text "1F: SERVICE" - line " COUNTER" - - para "2F: TRAINER'S" - line " MARKET" - - para "3F: TV GAME SHOP" - - para "4F: WISEMAN GIFTS" - - para "5F: DRUG STORE" - - para "ROOFTOP SQUARE:" - line "VENDING MACHINES" - done - -_CeladonMart1Text3: ; 9c752 (27:4752) - text "1F: SERVICE" - line " COUNTER" - done - -_CeladonMart2Text3: ; 9c76b (27:476b) - text "SUPER REPEL keeps" - line "weak #MON at" - cont "bay..." - - para "Hmm, it's a more" - line "powerful REPEL!" - done - -_CeladonMart2Text4: ; 9c7b2 (27:47b2) - text "For long outings," - line "you should buy" - cont "REVIVE." - done - -_CeladonMart2Text5: ; 9c7dc (27:47dc) - text "Top Grade Items" - line "for Trainers!" - - para "2F: TRAINER'S" - line " MARKET" - done - -_TM18PreReceiveText: ; 9c814 (27:4814) - text "Oh, hi! I finally" - line "finished #MON!" - - para "Not done yet?" - line "This might be" - cont "useful!" - prompt - -_ReceivedTM18Text: ; 9c85a (27:485a) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM18ExplanationText: ; 9c86e (27:486e) - text "TM18 is COUNTER!" - line "Not like the one" - cont "I'm leaning on," - cont "mind you!" - done - -_TM18NoRoomText: ; 9c8aa (27:48aa) - text "Your pack is full" - line "of items!" - done - -_CeladonMart3Text2: ; 9c8c7 (27:48c7) - text "Captured #MON" - line "are registered" - cont "with an ID No." - cont "and OT, the name" - cont "of the Original" - cont "Trainer that" - cont "caught it!" - done - -_CeladonMart3Text3: ; 9c92d (27:492d) - text "All right!" - - para "My buddy's going" - line "to trade me his" - cont "KANGASKHAN for my" - cont "GRAVELER!" - done - -_CeladonMart3Text4: ; 9c975 (27:4975) - text "Come on GRAVELER!" - - para "I love GRAVELER!" - line "I collect them!" - - para "Huh?" - - para "GRAVELER turned" - line "into a different" - cont "#MON!" - done - -_CeladonMart3Text5: ; 9c9d5 (27:49d5) - text "You can identify" - line "#MON you got" - cont "in trades by" - cont "their ID Numbers!" - done - -_CeladonMart3Text6: ; 9ca13 (27:4a13) - text "It's an SNES!" - done - -_CeladonMart3Text7: ; 9ca21 (27:4a21) - text "An RPG! There's" - line "no time for that!" - done - -_CeladonMart3Text9: ; 9ca43 (27:4a43) - text "A sports game!" - line "Dad'll like that!" - done - -_CeladonMart3Text11: ; 9ca64 (27:4a64) - text "A puzzle game!" - line "Looks addictive!" - done - -_CeladonMart3Text13: ; 9ca85 (27:4a85) - text "A fighting game!" - line "Looks tough!" - done - -_CeladonMart3Text14: ; 9caa4 (27:4aa4) - text "3F: TV GAME SHOP" - done - -_CeladonMart3Text15: ; 9cab6 (27:4ab6) - text "Red and Blue!" - line "Both are #MON!" - done - -_CeladonMart4Text2: ; 9cad4 (27:4ad4) - text "I'm getting a" - line "# DOLL for my" - cont "girl friend!" - done - -_CeladonMart4Text3: ; 9cafd (27:4afd) - text "I heard something" - line "useful." - - para "You can run from" - line "wild #MON by" - cont "distracting them" - cont "with a # DOLL!" - done - -_CeladonMart4Text4: ; 9cb56 (27:4b56) - text "Express yourself" - line "with gifts!" - - para "4F: WISEMAN GIFTS" - - para "Evolution Special!" - line "Element STONEs on" - cont "sale now!" - done - -_UnnamedText_484ee: ; 9cbb5 (27:4bb5) - text "Give her which" - line "drink?" - done - -_UnnamedText_484f3: ; 9cbcc (27:4bcc) - text "Yay!" - - para "FRESH WATER!" - - para "Thank you!" - - para "You can have this" - line "from me!@@" - -_UnnamedText_484f9: ; 9cc06 (27:4c06) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_UnnamedText_484fe: ; 9cc1a (27:4c1a) - db $0 - para "@" - TX_RAM $cf4b - text " contains" - line "ICE BEAM!" - - para "It can freeze the" - line "target sometimes!@@" - -_UnnamedText_48504: ; 9cc5a (27:4c5a) - text "Yay!" - - para "SODA POP!" - - para "Thank you!" - - para "You can have this" - line "from me!@@" - -_UnnamedText_4850a: ; 9cc91 (27:4c91) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_UnnamedText_4850f: ; 9cca5 (27:4ca5) - db $0 - para "@" - TX_RAM $cf4b - text " contains" - line "ROCK SLIDE!" - - para "It can spook the" - line "target sometimes!@@" - -_UnnamedText_48515: ; 9cce6 (27:4ce6) - text "Yay!" - - para "LEMONADE!" - - para "Thank you!" - - para "You can have this" - line "from me!@@" - -_ReceivedTM49Text: ; 9cd1d (27:4d1d) - text $52, " received" - line "TM49!@@" - -_UnnamedText_48520: ; 9cd30 (27:4d30) - db $0 - para "TM49 contains" - line "TRI ATTACK!@@" - -_UnnamedText_48526: ; 9cd4d (27:4d4d) - text "You don't have" - line "space for this!@@" - -_UnnamedText_4852c: ; 9cd6d (27:4d6d) - text "No thank you!" - line "I'm not thirsty" - cont "after all!@@" - -_CeladonMartRoofText1: ; 9cd97 (27:4d97) - text "My sister is a" - line "trainer, believe" - cont "it or not." - - para "But, she's so" - line "immature, she" - cont "drives me nuts!" - done - -_UnnamedText_48598: ; 9cdee (27:4dee) - text "I'm thirsty!" - line "I want something" - cont "to drink!" - done - -_CeladonMartRoofText4: ; 9ce16 (27:4e16) - text "I'm thirsty!" - line "I want something" - cont "to drink!" - - para "Give her a drink?" - done - -_CeladonMartRoofText6: ; 9ce50 (27:4e50) - text "ROOFTOP SQUARE:" - line "VENDING MACHINES" - done - -_VendingMachineText1: ; 9ce72 (27:4e72) - text "A vending machine!" - line "Here's the menu!" - prompt - -_VendingMachineText4: ; 9ce96 (27:4e96) - text "Oops, not enough" - line "money!" - done - -_VendingMachineText5: ; 9ceaf (27:4eaf) - TX_RAM $cf4b - db $0 - line "popped out!" - done - -_VendingMachineText6: ; 9cec0 (27:4ec0) - text "There's no more" - line "room for stuff!" - done - -_VendingMachineText7: ; 9cee0 (27:4ee0) - text "Not thirsty!" - done - -_CeladonMansion1Text1: ; 9ceee (27:4eee) - text "MEOWTH: Meow!@@" - -_CeladonMansion1Text2: ; 9cefe (27:4efe) - text "My dear #MON" - line "keep me company." - - para "MEOWTH even brings" - line "money home!" - done - -_CeladonMansion1Text3: ; 9cf3c (27:4f3c) - text "CLEFAIRY: Pi" - line "pippippi!@@" - -_CeladonMansion1Text4: ; 9cf55 (27:4f55) - text "NIDORAN: Kya" - line "kyaoo!@@" - -_CeladonMansion1Text5: ; 9cf6b (27:4f6b) - text "CELADON MANSION" - line "Manager's Suite" - done - -_CeladonMansion2Text1: ; 9cf8b (27:4f8b) - text "GAME FREAK" - line "Meeting Room" - done - -_ProgrammerText: ; 9cfa4 (27:4fa4) - text "Me? I'm the" - line "programmer!" - done - -_GraphicArtistText: ; 9cfbc (27:4fbc) - text "I'm the graphic" - line "artist!" - cont "I drew you!" - done - -_WriterText: ; 9cfe0 (27:4fe0) - text "I wrote the story!" - line "Isn't ERIKA cute?" - - para "I like MISTY a" - line "lot too!" - - para "Oh, and SABRINA," - line "I like her!" - done - -_GameDesignerText: ; 9d03a (27:503a) - text "Is that right?" - - para "I'm the game" - line "designer!" - - para "Filling up your" - line "#DEX is tough," - cont "but don't quit!" - - para "When you finish," - line "come tell me!" - done - -_CompletedDexText: ; 9d0ad (27:50ad) - text "Wow! Excellent!" - line "You completed" - cont "your #DEX!" - cont "Congratulations!" - cont "...@@" - -_CeladonMansion3Text5: ; 9d0ed (27:50ed) - text "It's the game" - line "program! Messing" - cont "with it could bug" - cont "out the game!" - done - -_CeladonMansion3Text6: ; 9d12c (27:512c) - text "Someone's playing" - line "a game instead of" - cont "working!" - done - -_CeladonMansion3Text7: ; 9d159 (27:5159) - text "It's the script!" - line "Better not look" - cont "at the ending!" - done - -_CeladonMansion3Text8: ; 9d189 (27:5189) - text "GAME FREAK" - line "Development Room" - done - -_CeladonMansion4Text1: ; 9d1a6 (27:51a6) - text "I KNOW EVERYTHING!" - done - -_CeladonMansion5Text1: ; 9d1ba (27:51ba) - text "I know everything" - line "about the world" - cont "of #MON in" - cont "your GAME BOY!" - - para "Get together with" - line "your friends and" - cont "trade #MON!" - done - -_CeladonPokecenterText2: ; 9d226 (27:5226) - text "# FLUTE awakens" - line "#MON with a" - cont "sound that only" - cont "they can hear!" - done - -_CeladonPokecenterText3: ; 9d262 (27:5262) - text "I rode uphill on" - line "CYCLING ROAD from" - cont "FUCHSIA!" - done - -_UnnamedText_48a5e: ; 9d28f (27:528f) - text "Hello. Lovely" - line "weather isn't it?" - cont "It's so pleasant." - - para "...Oh dear..." - line "I must have dozed" - cont "off. Welcome." - - para "My name is ERIKA." - line "I am the LEADER" - cont "of CELADON GYM." - - para "I teach the art of" - line "flower arranging." - cont "My #MON are of" - cont "the grass-type." - - para "Oh, I'm sorry, I" - line "had no idea that" - cont "you wished to" - cont "challenge me." - - para "Very well, but I" - line "shall not lose." - done - -_UnnamedText_48a63: ; 9d3c2 (27:53c2) - text "Oh!" - line "I concede defeat." - - para "You are remarkably" - line "strong." - - para "I must confer you" - line "the RAINBOWBADGE." - prompt - -_UnnamedText_48a68: ; 9d418 (27:5418) - text "You are cataloging" - line "#MON? I must" - cont "say I'm impressed." - - para "I would never" - line "collect #MON" - cont "if they were" - cont "unattractive." - done - -_UnnamedText_48a6d: ; 9d481 (27:5481) - text "The RAINBOWBADGE" - line "will make #MON" - cont "up to L50 obey." - - para "It also allows" - line "#MON to use" - cont "STRENGTH in and" - cont "out of battle." - - para "Please also take" - line "this with you." - done - -_ReceivedTM21Text: ; 9d50c (27:550c) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM21ExplanationText: ; 9d520 (27:5520) - db $0 - para "TM21 contains" - line "MEGA DRAIN." - - para "Half the damage" - line "it inflicts is" - cont "drained to heal" - cont "your #MON!" - done - -_TM21NoRoomText: ; 9d576 (27:5576) - text "You should make" - line "room for this." - done - -_CeladonGymBattleText2: ; 9d596 (27:5596) - text "Hey!" - - para "You are not" - line "allowed in here!" - done - -_CeladonGymEndBattleText2: ; 9d5b9 (27:55b9) - text "You're" - line "too rough!" - prompt - -_CeladonGymAfterBattleText2: ; 9d5cb (27:55cb) - text "Bleaah!" - line "I hope ERIKA" - cont "wipes you out!" - done - -_CeladonGymBattleText3: ; 9d5f0 (27:55f0) - text "I was getting" - line "bored." - done - -_CeladonGymEndBattleText3: ; 9d606 (27:5606) - text "My" - line "makeup!" - prompt - -_CeladonGymAfterBattleText3: ; 9d612 (27:5612) - text "Grass-type #MON" - line "are tough against" - cont "the water-type!" - - para "They also have an" - line "edge on rock and" - cont "ground #MON!" - done - -_CeladonGymBattleText4: ; 9d675 (27:5675) - text "Aren't you the" - line "peeping Tom?" - done - -_CeladonGymEndBattleText4: ; 9d691 (27:5691) - text "I'm" - line "in shock!" - prompt - -_CeladonGymAfterBattleText4: ; 9d69f (27:569f) - text "Oh, you weren't" - line "peeping? We get a" - cont "lot of gawkers!" - done - -_CeladonGymBattleText5: ; 9d6d1 (27:56d1) - text "Look at my grass" - line "#MON!" - - para "They're so easy" - line "to raise!" - done - -_CeladonGymEndBattleText5: ; 9d702 (27:5702) - text "No!" - prompt - -_CeladonGymAfterBattleText5: ; 9d707 (27:5707) - text "We only use grass-" - line "type #MON at" - cont "our GYM!" - - para "We also use them" - line "for making flower" - cont "arrangements!" - done - -_CeladonGymBattleText6: ; 9d762 (27:5762) - text "Don't bring any" - line "bugs or fire" - cont "#MON in here!" - done - -_CeladonGymEndBattleText6: ; 9d78d (27:578d) - text "Oh!" - line "You!" - prompt - -_CeladonGymAfterBattleText6: ; 9d797 (27:5797) - text "Our LEADER, ERIKA," - line "might be quiet," - cont "but she's also" - cont "very skilled!" - done - -_CeladonGymBattleText7: ; 9d7d7 (27:57d7) - text "Pleased to meet" - line "you. My hobby is" - cont "#MON training." - done - -_CeladonGymEndBattleText7: ; 9d808 (27:5808) - text "Oh!" - line "Splendid!" - prompt - -_CeladonGymAfterBattleText7: ; 9d817 (27:5817) - text "I have a blind" - line "date coming up." - cont "I have to learn" - cont "to be polite." - done - -_CeladonGymBattleText8: ; 9d855 (27:5855) - text "Welcome to" - line "CELADON GYM!" - - para "You better not" - line "underestimate" - cont "girl power!" - done - -_CeladonGymEndBattleText8: ; 9d897 (27:5897) - text "Oh!" - line "Beaten!" - prompt - -_CeladonGymAfterBattleText8: ; 9d8a4 (27:58a4) - text "I didn't bring my" - line "best #MON!" - - para "Wait 'til next" - line "time!" - done - -_CeladonGameCornerText1: ; 9d8d5 (27:58d5) - text "Welcome!" - - para "You can exchange" - line "your coins for" - cont "fabulous prizes" - cont "next door." - done - -_UnnamedText_48d22: ; 9d91a (27:591a) - text "Welcome to ROCKET" - line "GAME CORNER!" - - para "Do you need some" - line "game coins?" - - para "It's ¥1000 for 50" - line "coins. Would you" - cont "like some?" - done - -_UnnamedText_48d27: ; 9d984 (27:5984) - text "Thanks! Here are" - line "your 50 coins!" - done - -_UnnamedText_48d2c: ; 9d9a5 (27:59a5) - text "No? Please come" - line "play sometime!" - done - -_UnnamedText_48d31: ; 9d9c5 (27:59c5) - text "You can't afford" - line "the coins!" - done - -_UnnamedText_48d36: ; 9d9e1 (27:59e1) - text "Oops! Your COIN" - line "CASE is full." - done - -_UnnamedText_48d3b: ; 9da00 (27:5a00) - text "You don't have a" - line "COIN CASE!" - done - -_CeladonGameCornerText3: ; 9da1c (27:5a1c) - text "Keep this quiet." - - para "It's rumored that" - line "this place is run" - cont "by TEAM ROCKET." - done - -_CeladonGameCornerText4: ; 9da61 (27:5a61) - text "I think these" - line "machines have" - cont "different odds." - done - -_UnnamedText_48d9c: ; 9da8e (27:5a8e) - text "Kid, do you want" - line "to play?" - prompt - -_Received10CoinsText: ; 9daa9 (27:5aa9) - text $52, " received" - line "10 coins!@@" - -_UnnamedText_48da7: ; 9dac0 (27:5ac0) - text "You don't need my" - line "coins!" - done - -_UnnamedText_48dac: ; 9dad9 (27:5ad9) - text "Wins seem to come" - line "and go." - done - -_CeladonGameCornerText6: ; 9daf4 (27:5af4) - text "I'm having a" - line "wonderful time!" - done - -_UnnamedText_48dca: ; 9db11 (27:5b11) - text "Hey!" - - para "You have better" - line "things to do," - cont "champ in making!" - - para "CELADON GYM's" - line "LEADER is ERIKA!" - cont "She uses grass-" - cont "type #MON!" - - para "She might appear" - line "docile, but don't" - cont "be fooled!" - done - -_UnnamedText_48dcf: ; 9dbac (27:5bac) - text "They offer rare" - line "#MON that can" - cont "be exchanged for" - cont "your coins." - - para "But, I just can't" - line "seem to win!" - done - -_CeladonGameCornerText8: ; 9dc06 (27:5c06) - text "Games are scary!" - line "It's so easy to" - cont "get hooked!" - done - -_UnnamedText_48e26: ; 9dc33 (27:5c33) - text "What's up? Want" - line "some coins?" - prompt - -_Received20CoinsText: ; 9dc4f (27:5c4f) - text $52, " received" - line "20 coins!@@" - -_UnnamedText_48e31: ; 9dc66 (27:5c66) - text "You have lots of" - line "coins!" - done - -_UnnamedText_48e36: ; 9dc7f (27:5c7f) - text "Darn! I need more" - line "coins for the" - cont "#MON I want!" - done - -_UnnamedText_48e88: ; 9dcad (27:5cad) - text "Hey, what? You're" - line "throwing me off!" - cont "Here are some" - cont "coins, shoo!" - prompt - -_UnnamedText_48e8d: ; 9dceb (27:5ceb) - text $52, " received" - line "20 coins!@@" - -_UnnamedText_48e93: ; 9dd02 (27:5d02) - text "You've got your" - line "own coins!" - done - -_UnnamedText_48e98: ; 9dd1d (27:5d1d) - text "The trick is to" - line "watch the reels" - cont "closely!" - done - -_UnnamedText_48ece: ; 9dd47 (27:5d47) - text "I'm guarding this" - line "poster!" - cont "Go away, or else!" - done - -_UnnamedText_48ed3: ; 9dd73 (27:5d73) - text "Dang!" - prompt - -_UnnamedText_48ed8: ; 9dd7a (27:5d7a) - text "Our hideout might" - line "be discovered! I" - cont "better tell BOSS!" - done - -_UnnamedText_48f09: ; 9ddb0 (27:5db0) - text "Hey!" - - para "A switch behind" - line "the poster!?" - cont "Let's push it!@@" - -_UnnamedText_48f19: ; 9dde2 (27:5de2) - text "Oops! Forgot the" - line "COIN CASE!" - done - -_CeladonMart5Text1: ; 9ddff (27:5dff) - text "#MON ability" - line "enhancers can be" - cont "bought only here." - - para "Use CALCIUM to" - line "increase SPECIAL" - cont "abilities." - - para "Use CARBOS to" - line "increase SPEED." - done - -_CeladonMart5Text2: ; 9de79 (27:5e79) - text "I'm here for" - line "#MON ability" - cont "enhancers." - - para "PROTEIN increases" - line "ATTACK power." - - para "IRON increases" - line "DEFENSE!" - done - -_CeladonMart5Text5: ; 9ded6 (27:5ed6) - text "5F: DRUG STORE" - done - -_CeladonPrizeRoomText1: ; 9dee6 (27:5ee6) - text "I sure do fancy" - line "that PORYGON!" - - para "But, it's hard to" - line "win at slots!" - done - -_CeladonPrizeRoomText2: ; 9df24 (27:5f24) - text "I had a major" - line "haul today!" - done - -_CeladonDinerText1: ; 9df3f (27:5f3f) - text "Hi!" - - para "We're taking a" - line "break now." - done - -_CeladonDinerText2: ; 9df5d (27:5f5d) - text "My #MON are" - line "weak, so I often" - cont "have to go to the" - cont "DRUG STORE." - done - -_CeladonDinerText3: ; 9df99 (27:5f99) - text "Psst! There's a" - line "basement under" - cont "the GAME CORNER." - done - -_CeladonDinerText4: ; 9dfc9 (27:5fc9) - text "Munch..." - - para "The man at that" - line "table lost it all" - cont "at the slots." - done - -_UnnamedText_491a7: ; 9e003 (27:6003) - text "Go ahead! Laugh!" - - para "I'm flat out" - line "busted!" - - para "No more slots for" - line "me! I'm going" - cont "straight!" - - para "Here! I won't be" - line "needing this any-" - cont "more!" - prompt - -_ReceivedCoinCaseText: ; 9e07a (27:607a) - text $52, " received" - line "a @" - TX_RAM $cf4b - text "!@@" - -_CoinCaseNoRoomText: ; 9e090 (27:6090) - text "Make room for" - line "this!" - done - -_UnnamedText_491b7: ; 9e0a5 (27:60a5) - text "I always thought" - line "I was going to" - cont "win it back..." - done - -_CeladonHouseText1: ; 9e0d5 (27:60d5) - text "Hehehe! The slots" - line "just reel in the" - cont "dough, big time!" - done - -_CeladonHouseText2: ; 9e10a (27:610a) - text "CHIEF!" - - para "We just shipped" - line "2000 #MON as" - cont "slot prizes!" - done - -_CeladonHouseText3: ; 9e13c (27:613c) - text "Don't touch the" - line "poster at the" - cont "GAME CORNER!" - - para "There's no secret" - line "switch behind it!" - done - -_CeladonHotelText1: ; 9e18a (27:618a) - text "#MON? No, this" - line "is a hotel for" - cont "people." - - para "We're full up." - done - -_CeladonHotelText2: ; 9e1bf (27:61bf) - text "I'm on vacation" - line "with my brother" - cont "and boy friend." - - para "CELADON is such a" - line "pretty city!" - done - -_CeladonHotelText3: ; 9e20e (27:620e) - text "Why did she bring" - line "her brother?" - done - -_FuchsiaMartText2: ; 9e22e (27:622e) - text "Do you have a" - line "SAFARI ZONE flag?" - - para "What about cards" - line "or calendars?" - done - -_FuchsiaMartText3: ; 9e26e (27:626e) - text "Did you try X" - line "SPEED? It speeds" - cont "up a #MON in" - cont "battle!" - done - -_FuchsiaHouse1Text1: ; 9e2a3 (27:62a3) - text "SAFARI ZONE's" - line "WARDEN is old," - cont "but still active!" - - para "All his teeth are" - line "false, though." - done - -_FuchsiaHouse1Text2: ; 9e2f3 (27:62f3) - text "Hmm? You've met" - line "BILL?" - - para "He's my grandson!" - - para "He always liked" - line "collecting things" - cont "even as a child!" - done - -_FuchsiaHouse1Text3: ; 9e34d (27:634d) - text "BILL files his" - line "own #MON data" - cont "on his PC!" - - para "Did he show you?" - done - -_FuchsiaPokecenterText1: ; 9e387 (27:6387) - text "You can't win" - line "with just one" - cont "strong #MON." - - para "It's tough, but" - line "you have to raise" - cont "them evenly." - done - -_FuchsiaPokecenterText3: ; 9e3de (27:63de) - text "There's a narrow" - line "trail west of" - cont "VIRIDIAN CITY." - - para "It goes to #MON" - line "LEAGUE HQ." - cont "The HQ governs" - cont "all trainers." - done - -_WardenGibberishText1: ; 9e444 (27:6444) - text "WARDEN: Hif fuff" - line "hefifoo!" - - para "Ha lof ha feef ee" - line "hafahi ho. Heff" - cont "hee fwee!" - done - -_WardenGibberishText2: ; 9e48b (27:648b) - text "Ah howhee ho hoo!" - line "Eef ee hafahi ho!" - done - -_WardenGibberishText3: ; 9e4b0 (27:64b0) - text "Ha? He ohay heh" - line "ha hoo ee haheh!" - done - -_WardenTeethText1: ; 9e4d2 (27:64d2) - text $52, " gave the" - line "GOLD TEETH to the" - cont "WARDEN!@@" - -_WardenTeethText2: ; 9e4f9 (27:64f9) - db $0 - para "The WARDEN popped" - line "in his teeth!" - prompt - -_WardenThankYouText: ; 9e51b (27:651b) - text "WARDEN: Thanks," - line "kid! No one could" - cont "understand a word" - cont "that I said." - - para "I couldn't work" - line "that way." - cont "Let me give you" - cont "something for" - cont "your trouble." - prompt - -_ReceivedHM04Text: ; 9e5a2 (27:65a2) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_HM04ExplanationText: ; 9e5b6 (27:65b6) - text "WARDEN: HM04" - line "teaches STRENGTH!" - - para "It lets #MON" - line "move boulders" - cont "when you're out-" - cont "side of battle." - - para "Oh yes, did you" - line "find SECRET HOUSE" - cont "in SAFARI ZONE?" - - para "If you do, you" - line "win an HM!" - - para "I hear it's the" - line "rare SURF HM." - done - -_HM04NoRoomText: ; 9e67a (27:667a) - text "Your pack is" - line "stuffed full!" - done - -_UnnamedText_75176: ; 9e696 (27:6696) - text "#MON photos" - line "and fossils." - done - -_UnnamedText_7517b: ; 9e6b0 (27:66b0) - text "Old #MON" - line "merchandise." - done - -_SafariZoneEntranceText1: ; 9e6c7 (27:66c7) - text "Welcome to the" - line "SAFARI ZONE!" - done - -UnnamedText_9e6e4: ; 9e6e4 (27:66e4) - text "For just ¥500," - line "you can catch all" - cont "the #MON you" - cont "want in the park!" - - para "Would you like to" - line "join the hunt?@@" - -UnnamedText_9e747: ; 9e747 (27:6747) - text "That'll be ¥500" - line "please!" - - para "We only use a" - line "special # BALL" - cont "here." - - para $52, " received" - line "30 SAFARI BALLs!@@" - -_UnnamedText_75360: ; 9e79f (27:679f) - db $0 - para "We'll call you on" - line "the PA when you" - cont "run out of time" - cont "or SAFARI BALLs!" - done - -_UnnamedText_75365: ; 9e7e3 (27:67e3) - text "OK! Please come" - line "again!" - done - -_UnnamedText_7536a: ; 9e7fb (27:67fb) - text "Oops! Not enough" - line "money!" - done - -UnnamedText_9e814: ; 9e814 (27:6814) - text "Leaving early?@@" - -_UnnamedText_753bb: ; 9e825 (27:6825) - text "Please return any" - line "SAFARI BALLs you" - cont "have left." - done - -_UnnamedText_753c0: ; 9e854 (27:6854) - text "Good Luck!" - done - -_UnnamedText_753c5: ; 9e860 (27:6860) - text "Did you get a" - line "good haul?" - cont "Come again!" - done - -_UnnamedText_753e6: ; 9e886 (27:6886) - text "Hi! Is it your" - line "first time here?" - done - -_UnnamedText_753eb: ; 9e8a7 (27:68a7) - text "SAFARI ZONE has 4" - line "zones in it." - - para "Each zone has" - line "different kinds" - cont "of #MON. Use" - cont "SAFARI BALLs to" - cont "catch them!" - - para "When you run out" - line "of time or SAFARI" - cont "BALLs, it's game" - cont "over for you!" - - para "Before you go," - line "open an unused" - cont "#MON BOX so" - cont "there's room for" - cont "new #MON!" - done - -_UnnamedText_753f0: ; 9e993 (27:6993) - text "Sorry, you're a" - line "regular here!" - done - -_UnnamedText_75581: ; 9e9b1 (27:69b1) - text "KOGA: Fwahahaha!" - - para "A mere child like" - line "you dares to" - cont "challenge me?" - - para "Very well, I" - line "shall show you" - cont "true terror as a" - cont "ninja master!" - - para "You shall feel" - line "the despair of" - cont "poison and sleep" - cont "techniques!" - done - -_UnnamedText_75586: ; 9ea66 (27:6a66) - text "Humph!" - line "You have proven" - cont "your worth!" - - para "Here! Take the" - line "SOULBADGE!" - prompt SECTION "bank28",ROMX,BANK[$28] -_UnnamedText_7558b: ; a0000 (28:4000) - 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 - -_UnnamedText_75590: ; a0069 (28:4069) - 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: ; a00eb (28:40eb) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM06ExplanationText: ; a00ff (28:40ff) - db $0 - para "TM06 contains" - line "TOXIC!" - - para "It is a secret" - line "technique over" - cont "400 years old!" - done - -_TM06NoRoomText: ; a0143 (28:4143) - text "Make space for" - line "this, child!" - done - -_FuchsiaGymBattleText1: ; a0160 (28:4160) - 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: ; a01c2 (28:41c2) - text "What?" - line "Extraordinary!" - prompt - -_FuchsiaGymAfterBattleText1: ; a01d8 (28:41d8) - text "So, you mix brawn" - line "with brains?" - cont "Good strategy!" - done - -_FuchsiaGymBattleText2: ; a0207 (28:4207) - text "I wanted to become" - line "a ninja, so I" - cont "joined this GYM!" - done - -_FuchsiaGymEndBattleText2: ; a023a (28:423a) - text "I'm done" - line "for!" - prompt - -_FuchsiaGymAfterBattleText2: ; a0248 (28:4248) - text "I will keep on" - line "training under" - cont "KOGA, my ninja" - cont "master!" - done - -_FuchsiaGymBattleText3: ; a027e (28:427e) - text "Let's see you" - line "beat my special" - cont "techniques!" - done - -_FuchsiaGymEndBattleText3: ; a02a8 (28:42a8) - text "You" - line "had me fooled!" - prompt - -_FuchsiaGymAfterBattleText3: ; a02bc (28:42bc) - text "I like poison and" - line "sleep techniques," - cont "as they linger" - cont "after battle!" - done - -_FuchsiaGymBattleText4: ; a02fe (28:42fe) - text "Stop right there!" - - para "Our invisible" - line "walls have you" - cont "frustrated?" - done - -_FuchsiaGymEndBattleText4: ; a033a (28:433a) - text "Whoa!" - line "He's got it!" - prompt - -_FuchsiaGymAfterBattleText4: ; a034d (28:434d) - text "You impressed me!" - line "Here's a hint!" - - para "Look very closely" - line "for gaps in the" - cont "invisible walls!" - done - -_FuchsiaGymBattleText5: ; a03a1 (28:43a1) - 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: ; a0402 (28:4402) - text "Awoo!" - prompt - -_FuchsiaGymAfterBattleText5: ; a0409 (28:4409) - text "I still have much" - line "to learn!" - done - -_FuchsiaGymBattleText6: ; a0426 (28:4426) - text "Master KOGA comes" - line "from a long line" - cont "of ninjas!" - - para "What did you" - line "descend from?" - done - -_FuchsiaGymEndBattleText6: ; a0470 (28:4470) - text "Dropped" - line "my balls!" - prompt - -_FuchsiaGymAfterBattleText6: ; a0483 (28:4483) - text "Where there is" - line "light, there is" - cont "shadow!" - - para "Light and shadow!" - line "Which do you" - cont "choose?" - done - -_UnnamedText_7564e: ; a04d2 (28:44d2) - 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 - -_UnnamedText_75653: ; a0574 (28:4574) - text "It's amazing how" - line "ninja can terrify" - cont "even now!" - done - -_FuchsiaMeetingRoomText1: ; a05a1 (28:45a1) - text "We nicknamed the" - line "WARDEN SLOWPOKE." - - para "He and SLOWPOKE" - line "both look vacant!" - done - -_FuchsiaMeetingRoomText2: ; a05e6 (28:45e6) - text "SLOWPOKE is very" - line "knowledgeable" - cont "about #MON!" - - para "He even has some" - line "fossils of rare," - cont "extinct #MON!" - done - -_FuchsiaMeetingRoomText3: ; a0642 (28:4642) - text "SLOWPOKE came in," - line "but I couldn't" - cont "understand him." - - para "I think he's got" - line "a speech problem!" - done - -_UnnamedText_561bd: ; a0695 (28:4695) - text "I'm the FISHING" - line "GURU's older" - cont "brother!" - - para "I simply Looove" - line "fishing!" - - para "Do you like to" - line "fish?" - done - -_UnnamedText_561c2: ; a06e8 (28:46e8) - text "Grand! I like" - line "your style!" - - para "Take this and" - line "fish, young one!" - - para $52, " received" - line "a @" - TX_RAM $cf4b - text "!@@" - -_UnnamedText_56212: ; a0737 (28:4737) - text "Oh... That's so" - line "disappointing..." - done - -_UnnamedText_56217: ; a0758 (28:4758) - text "Hello there," - line $52, "!" - - para "How are the fish" - line "biting?" - done - -_UnnamedText_5621c: ; a0782 (28:4782) - text "Oh no!" - - para "You have no room" - line "for my gift!" - done - -_Mansion1BattleText2: ; a07a8 (28:47a8) - text "Who are you? There" - line "shouldn't be" - cont "anyone here." - done - -_Mansion1EndBattleText2: ; a07d5 (28:47d5) - text "Ouch!" - prompt - -_Mansion1AfterBattleText2: ; a07dc (28:47dc) - text "A key? I don't" - line "know what you're" - cont "talking about." - done - -_MansionSwitchText: ; a080a (28:480a) - text "A secret switch!" - - para "Press it?" - done - -_MansionSwitchPressedText: ; a0826 (28:4826) - text "Who wouldn't?" - prompt - -_MansionSwitchNotPressedText: ; a0834 (28:4834) - text "Not quite yet!" - done - -_BlaineBattleText: ; a0844 (28:4844) - text "Hah!" - - para "I am BLAINE! I" - line "am the LEADER of" - cont "CINNABAR GYM!" - - para "My fiery #MON" - line "will incinerate" - cont "all challengers!" - - para "Hah! You better" - line "have BURN HEAL!" - done - -_BlaineEndBattleText: ; a08c7 (28:48c7) - text "I have" - line "burnt out!" - - para "You have earned" - line "the VOLCANOBADGE!@@" - -_BlaineFireBlastText: ; a08fd (28:48fd) - text "FIRE BLAST is the" - line "ultimate fire" - cont "technique!" - - para "Don't waste it on" - line "water #MON!" - done - -_BlaineBadgeText: ; a0946 (28:4946) - text "Hah!" - - para "The VOLCANOBADGE" - line "heightens the" - cont "SPECIAL abilities" - cont "of your #MON!" - - para "Here, you can" - line "have this too!" - done - -_ReceivedTM38Text: ; a09a8 (28:49a8) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM38ExplanationText: ; a09bc (28:49bc) - db $0 - para "TM38 contains" - line "FIRE BLAST!" - - para "Teach it to fire-" - line "type #MON!" - - para "CHARMELEON or" - line "PONYTA would be" - cont "good bets!" - done - -_TM38NoRoomText: ; a0a1e (28:4a1e) - text "Make room for my" - line "gift!" - done - -_UnnamedText_7595f: ; a0a36 (28:4a36) - text "Do you know how" - line "hot #MON fire" - cont "breath can get?" - done - -_UnnamedText_75964: ; a0a65 (28:4a65) - text "Yow!" - line "Hot, hot, hot!" - prompt - -_UnnamedText_75969: ; a0a7a (28:4a7a) - text "Fire, or to be" - line "more precise," - cont "combustion..." - - para "Blah, blah, blah," - line "blah..." - done - -_UnnamedText_75994: ; a0ac0 (28:4ac0) - text "I was a thief, but" - line "I became straight" - cont "as a trainer!" - done - -_UnnamedText_75999: ; a0af4 (28:4af4) - text "I" - line "surrender!" - prompt - -_UnnamedText_7599e: ; a0b02 (28:4b02) - text "I can't help" - line "stealing other" - cont "people's #MON!" - done - -_UnnamedText_759c9: ; a0b2c (28:4b2c) - text "You can't win!" - line "I have studied" - cont "#MON totally!" - done - -_UnnamedText_759ce: ; a0b58 (28:4b58) - text "Waah!" - line "My studies!" - prompt - -_UnnamedText_759d3: ; a0b6b (28:4b6b) - text "My theories are" - line "too complicated" - cont "for you!" - done - -_UnnamedText_759fe: ; a0b95 (28:4b95) - text "I just like using" - line "fire #MON!" - done - -_UnnamedText_75a03: ; a0bb3 (28:4bb3) - text "Too hot" - line "to handle!" - prompt - -_UnnamedText_75a08: ; a0bc7 (28:4bc7) - text "I wish there was" - line "a thief #MON!" - cont "I'd use that!" - done - -_UnnamedText_75a33: ; a0bf4 (28:4bf4) - text "I know why BLAINE" - line "became a trainer!" - done - -_UnnamedText_75a38: ; a0c19 (28:4c19) - text "Ow!" - prompt - -_UnnamedText_75a3d: ; a0c1e (28:4c1e) - text "BLAINE was lost" - line "in the mountains" - cont "when a fiery bird" - cont "#MON appeared." - - para "Its light enabled" - line "BLAINE to find" - cont "his way down!" - done - -_UnnamedText_75a68: ; a0c90 (28:4c90) - text "I've been to many" - line "GYMs, but this is" - cont "my favorite!" - done - -_UnnamedText_75a6d: ; a0cc1 (28:4cc1) - text "Yowza!" - line "Too hot!" - prompt - -_UnnamedText_75a72: ; a0cd2 (28:4cd2) - text "Us fire #MON" - line "fans like PONYTA" - cont "and NINETALES!" - done - -_UnnamedText_75a9d: ; a0d00 (28:4d00) - text "Fire is weak" - line "against H2O!" - done - -_UnnamedText_75aa2: ; a0d1b (28:4d1b) - text "Oh!" - line "Snuffed out!" - prompt - -_UnnamedText_75aa7: ; a0d2d (28:4d2d) - text "Water beats fire!" - line "But, fire melts" - cont "ice #MON!" - done - -_UnnamedText_75ac2: ; a0d5a (28:4d5a) - text "Yo! Champ in" - line "making!" - - para "The hot-headed" - line "BLAINE is a fire" - cont "#MON pro!" - - para "Douse his spirits" - line "with water!" - - para "You better take" - line "some BURN HEALs!" - done - -_UnnamedText_75ac7: ; a0dd9 (28:4dd9) - text $52, "! You beat" - line "that fire brand!" - done - -_Lab1Text1: ; a0df7 (28:4df7) - text "We study #MON" - line "extensively here." - - para "People often bring" - line "us rare #MON" - cont "for examination." - done - -_Lab1Text2: ; a0e49 (28:4e49) - text "A photo of the" - line "LAB's founder," - cont "DR.FUJI!" - done - -_Lab1Text3: ; a0e70 (28:4e70) - text "#MON LAB" - line "Meeting Room" - done - -_Lab1Text4: ; a0e87 (28:4e87) - text "#MON LAB" - line "R-and-D Room" - done - -_Lab1Text5: ; a0e9e (28:4e9e) - text "#MON LAB" - line "Testing Room" - done - -_Lab2Text1: ; a0eb5 (28:4eb5) - text "I found this very" - line "strange fossil in" - cont "MT.MOON!" - - para "I think it's a" - line "rare, prehistoric" - cont "#MON!" - done - -_TM35PreReceiveText: ; a0f09 (28:4f09) - text "Tch-tch-tch!" - line "I made a cool TM!" - - para "It can cause all" - line "kinds of fun!" - prompt - -_ReceivedTM35Text: ; a0f48 (28:4f48) - text $52, " received " - line "@" - TX_RAM $cf4b - text "!@@" - -_TM35ExplanationText: ; a0f5d (28:4f5d) - text "Tch-tch-tch!" - line "That's the sound" - cont "of a METRONOME!" - - para "It tweaks your" - line "#MON's brain" - cont "into using moves" - cont "it doesn't know!" - done - -_TM35NoRoomText: ; a0fc7 (28:4fc7) - text "Your pack is" - line "crammed full!" - done - -_Lab3Text2: ; a0fe3 (28:4fe3) - text "EEVEE can evolve" - line "into 1 of 3 kinds" - cont "of #MON." - done - -_Lab3Text3: ; a1010 (28:5010) - text "There's an e-mail" - line "message!" - - para "..." - - para "The 3 legendary" - line "bird #MON are" - cont "ARTICUNO, ZAPDOS" - cont "and MOLTRES." - - para "Their whereabouts" - line "are unknown." - - para "We plan to explore" - line "the cavern close" - cont "to CERULEAN." - - para "From: #MON" - line "RESEARCH TEAM" - - para "..." - done - -_Lab3Text5: ; a10d8 (28:50d8) - text "An amber pipe!" - done - -_UnnamedText_75dc6: ; a10e8 (28:50e8) - text "Hiya!" - - para "I am important" - line "doctor!" - - para "I study here rare" - line "#MON fossils!" - - para "You! Have you a" - line "fossil for me?" - prompt - -_UnnamedText_75dcb: ; a1145 (28:5145) - text "No! Is too bad!" - done - -_UnnamedText_75dd0: ; a1156 (28:5156) - text "I take a little" - line "time!" - - para "You go for walk a" - line "little while!" - done - -_UnnamedText_75dd5: ; a118d (28:518d) - text "Where were you?" - - para "Your fossil is" - line "back to life!" - - para "It was @" - TX_RAM $cf4b - db $0 - line "like I think!" - prompt - -_UnnamedText_610ae: ; a11d6 (28:51d6) - text "Oh! That is" - line "@" - TX_RAM $cd6d - text "!" - - para "It is fossil of" - line "@" - TX_RAM $cf4b - text ", a" - cont "#MON that is" - cont "already extinct!" - - para "My Resurrection" - line "Machine will make" - cont "that #MON live" - cont "again!" - done - -_UnnamedText_610b3: ; a1259 (28:5259) - text "So! You hurry and" - line "give me that!" - - para $52, " handed" - line "over @" - TX_RAM $cd6d - text "!" - prompt - -_UnnamedText_610b8: ; a128f (28:528f) - text "I take a little" - line "time!" - - para "You go for walk a" - line "little while!" - done - -_UnnamedText_610bd: ; a12c6 (28:52c6) - text "Aiyah! You come" - line "again!" - done - -_CinnabarPokecenterText2: ; a12de (28:52de) -_CinnabarPokecenterText1: ; a12de (28:52de) - text "You can cancel" - line "evolution." - - para "When a #MON is" - line "evolving, you can" - cont "stop it and leave" - cont "it the way it is." - done - -_CinnabarPokecenterText3: ; a133e (28:533e) - text "Do you have any" - line "friends?" - - para "#MON you get" - line "in trades grow" - cont "very quickly." - - para "I think it's" - line "worth a try!" - done - -_CinnabarMartText2: ; a139b (28:539b) - text "Don't they have X" - line "ATTACK? It's good" - cont "for battles!" - done - -_CinnabarMartText3: ; a13cb (28:53cb) - text "It never hurts to" - line "have extra items!" - done - -_IndigoPlateauLobbyText1: ; a13f0 (28:53f0) - text "Yo! Champ in" - line "making!" - - para "At #MON LEAGUE," - line "you have to face" - cont "the ELITE FOUR in" - cont "succession." - - para "If you lose, you" - line "have to start all" - cont "over again! This" - cont "is it! Go for it!" - done - -_IndigoPlateauLobbyText3: ; a148b (28:548b) - text "From here on, you" - line "face the ELITE" - cont "FOUR one by one!" - - para "If you win, a" - line "door opens to the" - cont "next trainer!" - cont "Good luck!" - done - -_CopycatsHouseF1Text1: ; a14f7 (28:54f7) - text "My daughter is so" - line "self-centered." - cont "She only has a" - cont "few friends." - done - -_CopycatsHouseF1Text2: ; a1535 (28:5535) - text "My daughter likes" - line "to mimic people." - - para "Her mimicry has" - line "earned her the" - cont "nickname COPYCAT" - cont "around here!" - done - -_CopycatsHouseF1Text3: ; a1596 (28:5596) - text "CHANSEY: Chaan!" - line "Sii!@@" - -_UnnamedText_5ccd4: ; a15ad (28:55ad) - text $52, ": Hi! Do" - line "you like #MON?" - - para $52, ": Uh no, I" - line "just asked you." - - para $52, ": Huh?" - line "You're strange!" - - para "COPYCAT: Hmm?" - line "Quit mimicking?" - - para "But, that's my" - line "favorite hobby!" - prompt - -_TM31PreReceiveText: ; a1636 (28:5636) - text "Oh wow!" - line "A # DOLL!" - - para "For me?" - line "Thank you!" - - para "You can have" - line "this, then!" - prompt - -_ReceivedTM31Text: ; a1675 (28:5675) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM31ExplanationText1: ; a1689 (28:5689) - db $0 - para "TM31 contains my" - line "favorite, MIMIC!" - - para "Use it on a good" - line "#MON!@@" - -_TM31ExplanationText2: ; a16c5 (28:56c5) - text $52, ": Hi!" - line "Thanks for TM31!" - - para $52, ": Pardon?" - - para $52, ": Is it" - line "that fun to mimic" - cont "my every move?" - - para "COPYCAT: You bet!" - line "It's a scream!" - done - -_TM31NoRoomText: ; a1733 (28:5733) - text "Don't you want" - line "this?@@" - -_CopycatsHouseF2Text2: ; a1749 (28:5749) - text "DODUO: Giiih!" - - para "MIRROR MIRROR ON" - line "THE WALL, WHO IS" - cont "THE FAIREST ONE" - cont "OF ALL?" - done - -_CopycatsHouseF2Text3: ; a1792 (28:5792) - text "This is a rare" - line "#MON! Huh?" - cont "It's only a doll!" - done - -_CopycatsHouseF2Text6: ; a17be (28:57be) - text "A game with MARIO" - line "wearing a bucket" - cont "on his head!" - done - -_UnnamedText_5cd17: ; a17ef (28:57ef) - text "..." - - para "My Secrets!" - - para "Skill: Mimicry!" - line "Hobby: Collecting" - cont "dolls!" - cont "Favorite #MON:" - cont "CLEFAIRY!" - done - -_UnnamedText_5cd1c: ; a1842 (28:5842) - text "Huh? Can't see!" - done - -_UnnamedText_5ce8e: ; a1852 (28:5852) - text "Grunt!" - - para "I am the KARATE" - line "MASTER! I am the" - cont "LEADER here!" - - para "You wish to" - line "challenge us?" - cont "Expect no mercy!" - - para "Fwaaa!" - done - -_UnnamedText_5ce93: ; a18ba (28:58ba) - text "Hwa!" - line "Arrgh! Beaten!" - prompt - -_UnnamedText_5ce98: ; a18cf (28:58cf) - text "Indeed, I have" - line "lost!" - - para "But, I beseech" - line "you, do not take" - cont "our emblem as" - cont "your trophy!" - - para "In return, I will" - line "give you a prized" - cont "fighting #MON!" - - para "Choose whichever" - line "one you like!" - done - -_UnnamedText_5ce9d: ; a1972 (28:5972) - text "Ho!" - - para "Stay and train at" - line "Karate with us!" - done - -_FightingDojoBattleText1: ; a1999 (28:5999) - text "Hoargh! Take your" - line "shoes off!" - done - -_FightingDojoEndBattleText1: ; a19b7 (28:59b7) - text "I give" - line "up!" - prompt - -_FightingDojoAfterBattleText1: ; a19c3 (28:59c3) - text "You wait 'til you" - line "see our Master!" - - para "I'm a small fry" - line "compared to him!" - done - -_FightingDojoBattleText2: ; a1a05 (28:5a05) - text "I hear you're" - line "good! Show me!" - done - -_FightingDojoEndBattleText2: ; a1a22 (28:5a22) - text "Judge!" - line "1 point!" - prompt - -_FightingDojoAfterBattleText2: ; a1a33 (28:5a33) - text "Our Master is a" - line "pro fighter!" - done - -_FightingDojoBattleText3: ; a1a51 (28:5a51) - text "Nothing tough" - line "frightens me!" - - para "I break boulders" - line "for training!" - done - -_FightingDojoEndBattleText3: ; a1a8d (28:5a8d) - text "Yow!" - line "Stubbed fingers!" - prompt - -_FightingDojoAfterBattleText3: ; a1aa4 (28:5aa4) - text "The only thing" - line "that frightens us" - cont "is psychic power!" - done - -_FightingDojoBattleText4: ; a1ad8 (28:5ad8) - text "Hoohah!" - - para "You're trespassing" - line "in our FIGHTING" - cont "DOJO!" - done - -_FightingDojoEndBattleText4: ; a1b09 (28:5b09) - text "Oof!" - line "I give up!" - prompt - -_FightingDojoAfterBattleText4: ; a1b1a (28:5b1a) - text "The prime fighters" - line "across the land" - cont "train here." - done - -_WantHitmonleeText: ; a1b4a (28:5b4a) - text "You want the" - line "hard kicking" - cont "HITMONLEE?" - done - -_WantHitmonchanText: ; a1b70 (28:5b70) - text "You want the" - line "piston punching" - cont "HITMONCHAN?" - done - -_OtherHitmonText: ; a1b9a (28:5b9a) - text "Better not get" - line "greedy..." - done - -_UnnamedText_5d162: ; a1bb4 (28:5bb4) - text "I had a vision of" - line "your arrival!" - - para "I have had psychic" - line "powers since I" - cont "was a child." - - para "I first learned" - line "to bend spoons" - cont "with my mind." - - para "I dislike fight-" - line "ing, but if you" - cont "wish, I will show" - cont "you my powers!" - done - -_UnnamedText_5d167: ; a1c73 (28:5c73) - text "I'm" - line "shocked!" - cont "But, a loss is a" - cont "loss." - - para "I admit I didn't" - line "work hard enough" - cont "to win!" - - para "You earned the" - line "MARSHBADGE!@@" - -_UnnamedText_5d16e: ; a1cdc (28:5cdc) - text "Everyone has" - line "psychic power!" - cont "People just don't" - cont "realize it!" - done - -_UnnamedText_5d173: ; a1d16 (28:5d16) - text "The MARSHBADGE" - line "makes #MON up" - cont "to L70 obey you!" - - para "Stronger #MON" - line "will become wild," - cont "ignoring your" - cont "orders in battle!" - - para "Just don't raise" - line "your #MON too" - cont "much!" - - para "Wait, please take" - line "this TM with you!" - done - -ReceivedTM46Text: ; a1dcd (28:5dcd) - text $52, " received" - line "TM46!@@" - -_TM46ExplanationText: ; a1de0 (28:5de0) - db $0 - para "TM46 is PSYWAVE!" - line "It uses powerful" - cont "psychic waves to" - cont "inflict damage!" - done - -_TM46NoRoomText: ; a1e25 (28:5e25) - text "Your pack is full" - line "of other items!" - done - -_UnnamedText_5d1e6: ; a1e48 (28:5e48) - text "Yo! Champ in" - line "making!" - - para "SABRINA's #MON" - line "use psychic power" - cont "instead of force!" - - para "Fighting #MON" - line "are weak against" - cont "psychic #MON!" - - para "They get creamed" - line "before they can" - cont "even aim a punch!" - done - -_UnnamedText_5d1eb: ; a1ef0 (28:5ef0) - text "Psychic power," - line "huh?" - - para "If I had that," - line "I'd make a bundle" - cont "at the slots!" - done - -_SaffronGymBattleText1: ; a1f33 (28:5f33) - text "SABRINA is younger" - line "than I, but I" - cont "respect her!" - done - -_SaffronGymEndBattleText1: ; a1f62 (28:5f62) - text "Not" - line "good enough!" - prompt - -_SaffronGymAfterBattleText1: ; a1f74 (28:5f74) - text "In a battle of" - line "equals, the one" - cont "with the stronger" - cont "will wins!" - - para "If you wish" - line "to beat SABRINA," - cont "focus on winning!" - done - -_SaffronGymBattleText2: ; a1fe0 (28:5fe0) - text "Does our unseen" - line "power scare you?" - done - -_SaffronGymEndBattleText2: ; a2002 (28:6002) - text "I never" - line "foresaw this!" - prompt - -_SaffronGymAfterBattleText2: ; a2019 (28:6019) - text "Psychic #MON" - line "fear only ghosts" - cont "and bugs!" - done - -_SaffronGymBattleText3: ; a2042 (28:6042) - text "#MON take on" - line "the appearance of" - cont "their trainers." - - para "Your #MON must" - line "be tough, then!" - done - -_SaffronGymEndBattleText3: ; a2091 (28:6091) - text "I knew" - line "it!" - prompt - -_SaffronGymAfterBattleText3: ; a209d (28:609d) - text "I must teach" - line "better techniques" - cont "to my #MON!" - done - -_SaffronGymBattleText4: ; a20c9 (28:60c9) - text "You know that" - line "power alone isn't" - cont "enough!" - done - -_SaffronGymEndBattleText4: ; a20f1 (28:60f1) - text "I don't" - line "believe this!" - prompt - -_SaffronGymAfterBattleText4: ; a2107 (28:6107) - text "SABRINA just wiped" - line "out the KARATE" - cont "MASTER next door!" - done - -_SaffronGymBattleText5: ; a213c (28:613c) - text "You and I, our" - line "#MON shall" - cont "fight!" - done - -_SaffronGymEndBattleText5: ; a215e (28:615e) - text "I lost" - line "after all!" - prompt - -_SaffronGymAfterBattleText5: ; a2171 (28:6171) - text "I knew that this" - line "was going to take" - cont "place." - done - -_SaffronGymBattleText6: ; a219c (28:619c) - text "SABRINA is young," - line "but she's also" - cont "our LEADER!" - - para "You won't reach" - line "her easily!" - done - -_SaffronGymEndBattleText6: ; a21e4 (28:61e4) - text "I lost" - line "my concentration!" - prompt - -_SaffronGymAfterBattleText6: ; a21fe (28:61fe) - text "There used to be" - line "2 #MON GYMs in" - cont "SAFFRON." - - para "The FIGHTING DOJO" - line "next door lost" - cont "its GYM status" - cont "when we went and" - cont "creamed them!" - done - -_SaffronGymBattleText7: ; a2277 (28:6277) - text "SAFFRON #MON" - line "GYM is famous for" - cont "its psychics!" - - para "You want to see" - line "SABRINA!" - cont "I can tell!" - done - -_SaffronGymEndBattleText7: ; a22ca (28:62ca) - text "Arrrgh!" - prompt - -_SaffronGymAfterBattleText7: ; a22d3 (28:62d3) - text "That's right! I" - line "used telepathy to" - cont "read your mind!" - done - -_SaffronHouse1Text1: ; a2305 (28:6305) - text "Thank you for" - line "writing. I hope" - cont "to see you soon!" - - para "Hey! Don't look" - line "at my letter!" - done - -_SaffronHouse1Text2: ; a2352 (28:6352) - text "PIDGEY: Kurukkoo!@@" - -_SaffronHouse1Text3: ; a2366 (28:6366) - text "The COPYCAT is" - line "cute! I'm getting" - cont "her a # DOLL!" - done - -_SaffronHouse1Text4: ; a2395 (28:6395) - text "I was given a PP" - line "UP as a gift." - - para "It's used for" - line "increasing the PP" - cont "of techniques!" - done - -_SaffronMartText2: ; a23e3 (28:63e3) - text "MAX REPEL lasts" - line "longer than SUPER" - cont "REPEL for keeping" - cont "weaker #MON" - cont "away!" - done - -_SaffronMartText3: ; a242a (28:642a) - text "REVIVE is costly," - line "but it revives" - cont "fainted #MON!" - done - +INCLUDE "text/maps/fuchsia_gym_2.asm" +INCLUDE "text/maps/fuchsia_meeting_room.asm" +INCLUDE "text/maps/fuchsia_fishing_house.asm" +INCLUDE "text/maps/mansion_1f.asm" +INCLUDE "text/maps/cinnabar_gym.asm" +INCLUDE "text/maps/cinnabar_lab.asm" +INCLUDE "text/maps/cinnabar_lab_trade_room.asm" +INCLUDE "text/maps/cinnabar_lab_metronome_room.asm" +INCLUDE "text/maps/cinnabar_lab_fossil_room.asm" +INCLUDE "text/maps/cinnabar_pokecenter.asm" +INCLUDE "text/maps/cinnabar_mart.asm" +INCLUDE "text/maps/indigo_plateau_lobby.asm" +INCLUDE "text/maps/copycats_house_1f.asm" +INCLUDE "text/maps/copycats_house_2f.asm" +INCLUDE "text/maps/fighting_dojo.asm" +INCLUDE "text/maps/saffron_gym.asm" +INCLUDE "text/maps/saffron_house.asm" +INCLUDE "text/maps/saffron_mart.asm" INCLUDE "text/maps/silph_co_1f.asm" - -_SaffronPokecenterText1: ; a248e (28:648e) - text "#MON growth" - line "rates differ from" - cont "specie to specie." - done - -_SaffronPokecenterText3: ; a24bf (28:64bf) - text "SILPH CO. is very" - line "famous. That's" - cont "why it attracted" - cont "TEAM ROCKET!" - done - -_TM29PreReceiveText: ; a24fe (28:64fe) - text "...Wait! Don't" - line "say a word!" - - para "You wanted this!" - prompt - -_ReceivedTM29Text: ; a252a (28:652a) - text $52, " received" - line "@" - TX_RAM $cf4b - text "!@@" - -_TM29ExplanationText: ; a253e (28:653e) - text "TM29 is PSYCHIC!" - - para "It can lower the" - line "target's SPECIAL" - cont "abilities." - done - -_TM29NoRoomText: ; a257c (28:657c) - text "Where do you plan" - line "to put this?" - done +INCLUDE "text/maps/saffron_pokecenter.asm" +INCLUDE "text/maps/mr_psychics_house.asm" _PokemartGreetingText: ; a259c (28:659c) text "Hi there!" diff --git a/text/maps/bike_shop.asm b/text/maps/bike_shop.asm new file mode 100644 index 00000000..4449639b --- /dev/null +++ b/text/maps/bike_shop.asm @@ -0,0 +1,71 @@ +_UnnamedText_1d810: ; 98e03 (26:4e03) + text "Hi! Welcome to" + line "our BIKE SHOP." + + para "Have we got just" + line "the BIKE for you!" + prompt + +_UnnamedText_1d815: ; 98e45 (26:4e45) + text "It's a cool BIKE!" + line "Do you want it?" + done + +_UnnamedText_1d81a: ; 98e67 (26:4e67) + text "Sorry! You can't" + line "afford it!" + prompt + +_UnnamedText_1d81f: ; 98e83 (26:4e83) + text "Oh, that's..." + + para "A BIKE VOUCHER!" + + para "OK! Here you go!" + prompt + +_UnnamedText_1d824: ; 98eb2 (26:4eb2) + text $52, " exchanged" + line "the BIKE VOUCHER" + cont "for a BICYCLE.@@" + +_UnnamedText_1d82a: ; 98ee0 (26:4ee0) + text "Come back again" + line "some time!" + done + +_UnnamedText_1d82f: ; 98efc (26:4efc) + text "How do you like" + line "your new BICYCLE?" + + para "You can take it" + line "on CYCLING ROAD" + cont "and in caves!" + done + +_UnnamedText_1d834: ; 98f4d (26:4f4d) + text "You better make" + line "room for this!" + done + +_UnnamedText_1d843: ; 98f6d (26:4f6d) + text "A plain city BIKE" + line "is good enough" + cont "for me!" + + para "You can't put a" + line "shopping basket" + cont "on an MTB!" + done + +_UnnamedText_1d85c: ; 98fc1 (26:4fc1) + text "These BIKEs are" + line "cool, but they're" + cont "way expensive!" + done + +_UnnamedText_1d861: ; 98ff2 (26:4ff2) + text "Wow. Your BIKE is" + line "really cool!" + done + diff --git a/text/maps/celadon_dept_store_1f.asm b/text/maps/celadon_dept_store_1f.asm new file mode 100644 index 00000000..46f7d4ed --- /dev/null +++ b/text/maps/celadon_dept_store_1f.asm @@ -0,0 +1,32 @@ +_CeladonMart1Text1: ; 9c672 (27:4672) + text "Hello! Welcome to" + line "CELADON DEPT." + cont "STORE." + + para "The board on the" + line "right describes" + cont "the store layout." + done + +_CeladonMart1Text2: ; 9c6cd (27:46cd) + text "1F: SERVICE" + line " COUNTER" + + para "2F: TRAINER'S" + line " MARKET" + + para "3F: TV GAME SHOP" + + para "4F: WISEMAN GIFTS" + + para "5F: DRUG STORE" + + para "ROOFTOP SQUARE:" + line "VENDING MACHINES" + done + +_CeladonMart1Text3: ; 9c752 (27:4752) + text "1F: SERVICE" + line " COUNTER" + done + diff --git a/text/maps/celadon_dept_store_2f.asm b/text/maps/celadon_dept_store_2f.asm new file mode 100644 index 00000000..19d03ab9 --- /dev/null +++ b/text/maps/celadon_dept_store_2f.asm @@ -0,0 +1,23 @@ +_CeladonMart2Text3: ; 9c76b (27:476b) + text "SUPER REPEL keeps" + line "weak #MON at" + cont "bay..." + + para "Hmm, it's a more" + line "powerful REPEL!" + done + +_CeladonMart2Text4: ; 9c7b2 (27:47b2) + text "For long outings," + line "you should buy" + cont "REVIVE." + done + +_CeladonMart2Text5: ; 9c7dc (27:47dc) + text "Top Grade Items" + line "for Trainers!" + + para "2F: TRAINER'S" + line " MARKET" + done + diff --git a/text/maps/celadon_dept_store_3f.asm b/text/maps/celadon_dept_store_3f.asm new file mode 100644 index 00000000..bbae683c --- /dev/null +++ b/text/maps/celadon_dept_store_3f.asm @@ -0,0 +1,99 @@ +_TM18PreReceiveText: ; 9c814 (27:4814) + text "Oh, hi! I finally" + line "finished #MON!" + + para "Not done yet?" + line "This might be" + cont "useful!" + prompt + +_ReceivedTM18Text: ; 9c85a (27:485a) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM18ExplanationText: ; 9c86e (27:486e) + text "TM18 is COUNTER!" + line "Not like the one" + cont "I'm leaning on," + cont "mind you!" + done + +_TM18NoRoomText: ; 9c8aa (27:48aa) + text "Your pack is full" + line "of items!" + done + +_CeladonMart3Text2: ; 9c8c7 (27:48c7) + text "Captured #MON" + line "are registered" + cont "with an ID No." + cont "and OT, the name" + cont "of the Original" + cont "Trainer that" + cont "caught it!" + done + +_CeladonMart3Text3: ; 9c92d (27:492d) + text "All right!" + + para "My buddy's going" + line "to trade me his" + cont "KANGASKHAN for my" + cont "GRAVELER!" + done + +_CeladonMart3Text4: ; 9c975 (27:4975) + text "Come on GRAVELER!" + + para "I love GRAVELER!" + line "I collect them!" + + para "Huh?" + + para "GRAVELER turned" + line "into a different" + cont "#MON!" + done + +_CeladonMart3Text5: ; 9c9d5 (27:49d5) + text "You can identify" + line "#MON you got" + cont "in trades by" + cont "their ID Numbers!" + done + +_CeladonMart3Text6: ; 9ca13 (27:4a13) + text "It's an SNES!" + done + +_CeladonMart3Text7: ; 9ca21 (27:4a21) + text "An RPG! There's" + line "no time for that!" + done + +_CeladonMart3Text9: ; 9ca43 (27:4a43) + text "A sports game!" + line "Dad'll like that!" + done + +_CeladonMart3Text11: ; 9ca64 (27:4a64) + text "A puzzle game!" + line "Looks addictive!" + done + +_CeladonMart3Text13: ; 9ca85 (27:4a85) + text "A fighting game!" + line "Looks tough!" + done + +_CeladonMart3Text14: ; 9caa4 (27:4aa4) + text "3F: TV GAME SHOP" + done + +_CeladonMart3Text15: ; 9cab6 (27:4ab6) + text "Red and Blue!" + line "Both are #MON!" + done + diff --git a/text/maps/celadon_dept_store_4f.asm b/text/maps/celadon_dept_store_4f.asm new file mode 100644 index 00000000..40415160 --- /dev/null +++ b/text/maps/celadon_dept_store_4f.asm @@ -0,0 +1,27 @@ +_CeladonMart4Text2: ; 9cad4 (27:4ad4) + text "I'm getting a" + line "# DOLL for my" + cont "girl friend!" + done + +_CeladonMart4Text3: ; 9cafd (27:4afd) + text "I heard something" + line "useful." + + para "You can run from" + line "wild #MON by" + cont "distracting them" + cont "with a # DOLL!" + done + +_CeladonMart4Text4: ; 9cb56 (27:4b56) + text "Express yourself" + line "with gifts!" + + para "4F: WISEMAN GIFTS" + + para "Evolution Special!" + line "Element STONEs on" + cont "sale now!" + done + diff --git a/text/maps/celadon_dept_store_5f.asm b/text/maps/celadon_dept_store_5f.asm new file mode 100644 index 00000000..304a7b2e --- /dev/null +++ b/text/maps/celadon_dept_store_5f.asm @@ -0,0 +1,29 @@ +_CeladonMart5Text1: ; 9ddff (27:5dff) + text "#MON ability" + line "enhancers can be" + cont "bought only here." + + para "Use CALCIUM to" + line "increase SPECIAL" + cont "abilities." + + para "Use CARBOS to" + line "increase SPEED." + done + +_CeladonMart5Text2: ; 9de79 (27:5e79) + text "I'm here for" + line "#MON ability" + cont "enhancers." + + para "PROTEIN increases" + line "ATTACK power." + + para "IRON increases" + line "DEFENSE!" + done + +_CeladonMart5Text5: ; 9ded6 (27:5ed6) + text "5F: DRUG STORE" + done + diff --git a/text/maps/celadon_dept_store_roof.asm b/text/maps/celadon_dept_store_roof.asm new file mode 100644 index 00000000..b24248e4 --- /dev/null +++ b/text/maps/celadon_dept_store_roof.asm @@ -0,0 +1,139 @@ +_UnnamedText_484ee: ; 9cbb5 (27:4bb5) + text "Give her which" + line "drink?" + done + +_UnnamedText_484f3: ; 9cbcc (27:4bcc) + text "Yay!" + + para "FRESH WATER!" + + para "Thank you!" + + para "You can have this" + line "from me!@@" + +_UnnamedText_484f9: ; 9cc06 (27:4c06) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_484fe: ; 9cc1a (27:4c1a) + db $0 + para "@" + TX_RAM $cf4b + text " contains" + line "ICE BEAM!" + + para "It can freeze the" + line "target sometimes!@@" + +_UnnamedText_48504: ; 9cc5a (27:4c5a) + text "Yay!" + + para "SODA POP!" + + para "Thank you!" + + para "You can have this" + line "from me!@@" + +_UnnamedText_4850a: ; 9cc91 (27:4c91) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_4850f: ; 9cca5 (27:4ca5) + db $0 + para "@" + TX_RAM $cf4b + text " contains" + line "ROCK SLIDE!" + + para "It can spook the" + line "target sometimes!@@" + +_UnnamedText_48515: ; 9cce6 (27:4ce6) + text "Yay!" + + para "LEMONADE!" + + para "Thank you!" + + para "You can have this" + line "from me!@@" + +_ReceivedTM49Text: ; 9cd1d (27:4d1d) + text $52, " received" + line "TM49!@@" + +_UnnamedText_48520: ; 9cd30 (27:4d30) + db $0 + para "TM49 contains" + line "TRI ATTACK!@@" + +_UnnamedText_48526: ; 9cd4d (27:4d4d) + text "You don't have" + line "space for this!@@" + +_UnnamedText_4852c: ; 9cd6d (27:4d6d) + text "No thank you!" + line "I'm not thirsty" + cont "after all!@@" + +_CeladonMartRoofText1: ; 9cd97 (27:4d97) + text "My sister is a" + line "trainer, believe" + cont "it or not." + + para "But, she's so" + line "immature, she" + cont "drives me nuts!" + done + +_UnnamedText_48598: ; 9cdee (27:4dee) + text "I'm thirsty!" + line "I want something" + cont "to drink!" + done + +_CeladonMartRoofText4: ; 9ce16 (27:4e16) + text "I'm thirsty!" + line "I want something" + cont "to drink!" + + para "Give her a drink?" + done + +_CeladonMartRoofText6: ; 9ce50 (27:4e50) + text "ROOFTOP SQUARE:" + line "VENDING MACHINES" + done + +_VendingMachineText1: ; 9ce72 (27:4e72) + text "A vending machine!" + line "Here's the menu!" + prompt + +_VendingMachineText4: ; 9ce96 (27:4e96) + text "Oops, not enough" + line "money!" + done + +_VendingMachineText5: ; 9ceaf (27:4eaf) + TX_RAM $cf4b + db $0 + line "popped out!" + done + +_VendingMachineText6: ; 9cec0 (27:4ec0) + text "There's no more" + line "room for stuff!" + done + +_VendingMachineText7: ; 9cee0 (27:4ee0) + text "Not thirsty!" + done + diff --git a/text/maps/celadon_diner.asm b/text/maps/celadon_diner.asm new file mode 100644 index 00000000..cce1200a --- /dev/null +++ b/text/maps/celadon_diner.asm @@ -0,0 +1,60 @@ +_CeladonDinerText1: ; 9df3f (27:5f3f) + text "Hi!" + + para "We're taking a" + line "break now." + done + +_CeladonDinerText2: ; 9df5d (27:5f5d) + text "My #MON are" + line "weak, so I often" + cont "have to go to the" + cont "DRUG STORE." + done + +_CeladonDinerText3: ; 9df99 (27:5f99) + text "Psst! There's a" + line "basement under" + cont "the GAME CORNER." + done + +_CeladonDinerText4: ; 9dfc9 (27:5fc9) + text "Munch..." + + para "The man at that" + line "table lost it all" + cont "at the slots." + done + +_UnnamedText_491a7: ; 9e003 (27:6003) + text "Go ahead! Laugh!" + + para "I'm flat out" + line "busted!" + + para "No more slots for" + line "me! I'm going" + cont "straight!" + + para "Here! I won't be" + line "needing this any-" + cont "more!" + prompt + +_ReceivedCoinCaseText: ; 9e07a (27:607a) + text $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_CoinCaseNoRoomText: ; 9e090 (27:6090) + text "Make room for" + line "this!" + done + +_UnnamedText_491b7: ; 9e0a5 (27:60a5) + text "I always thought" + line "I was going to" + cont "win it back..." + done + diff --git a/text/maps/celadon_game_corner.asm b/text/maps/celadon_game_corner.asm new file mode 100644 index 00000000..2768d7f4 --- /dev/null +++ b/text/maps/celadon_game_corner.asm @@ -0,0 +1,187 @@ +_CeladonGameCornerText1: ; 9d8d5 (27:58d5) + text "Welcome!" + + para "You can exchange" + line "your coins for" + cont "fabulous prizes" + cont "next door." + done + +_UnnamedText_48d22: ; 9d91a (27:591a) + text "Welcome to ROCKET" + line "GAME CORNER!" + + para "Do you need some" + line "game coins?" + + para "It's ¥1000 for 50" + line "coins. Would you" + cont "like some?" + done + +_UnnamedText_48d27: ; 9d984 (27:5984) + text "Thanks! Here are" + line "your 50 coins!" + done + +_UnnamedText_48d2c: ; 9d9a5 (27:59a5) + text "No? Please come" + line "play sometime!" + done + +_UnnamedText_48d31: ; 9d9c5 (27:59c5) + text "You can't afford" + line "the coins!" + done + +_UnnamedText_48d36: ; 9d9e1 (27:59e1) + text "Oops! Your COIN" + line "CASE is full." + done + +_UnnamedText_48d3b: ; 9da00 (27:5a00) + text "You don't have a" + line "COIN CASE!" + done + +_CeladonGameCornerText3: ; 9da1c (27:5a1c) + text "Keep this quiet." + + para "It's rumored that" + line "this place is run" + cont "by TEAM ROCKET." + done + +_CeladonGameCornerText4: ; 9da61 (27:5a61) + text "I think these" + line "machines have" + cont "different odds." + done + +_UnnamedText_48d9c: ; 9da8e (27:5a8e) + text "Kid, do you want" + line "to play?" + prompt + +_Received10CoinsText: ; 9daa9 (27:5aa9) + text $52, " received" + line "10 coins!@@" + +_UnnamedText_48da7: ; 9dac0 (27:5ac0) + text "You don't need my" + line "coins!" + done + +_UnnamedText_48dac: ; 9dad9 (27:5ad9) + text "Wins seem to come" + line "and go." + done + +_CeladonGameCornerText6: ; 9daf4 (27:5af4) + text "I'm having a" + line "wonderful time!" + done + +_UnnamedText_48dca: ; 9db11 (27:5b11) + text "Hey!" + + para "You have better" + line "things to do," + cont "champ in making!" + + para "CELADON GYM's" + line "LEADER is ERIKA!" + cont "She uses grass-" + cont "type #MON!" + + para "She might appear" + line "docile, but don't" + cont "be fooled!" + done + +_UnnamedText_48dcf: ; 9dbac (27:5bac) + text "They offer rare" + line "#MON that can" + cont "be exchanged for" + cont "your coins." + + para "But, I just can't" + line "seem to win!" + done + +_CeladonGameCornerText8: ; 9dc06 (27:5c06) + text "Games are scary!" + line "It's so easy to" + cont "get hooked!" + done + +_UnnamedText_48e26: ; 9dc33 (27:5c33) + text "What's up? Want" + line "some coins?" + prompt + +_Received20CoinsText: ; 9dc4f (27:5c4f) + text $52, " received" + line "20 coins!@@" + +_UnnamedText_48e31: ; 9dc66 (27:5c66) + text "You have lots of" + line "coins!" + done + +_UnnamedText_48e36: ; 9dc7f (27:5c7f) + text "Darn! I need more" + line "coins for the" + cont "#MON I want!" + done + +_UnnamedText_48e88: ; 9dcad (27:5cad) + text "Hey, what? You're" + line "throwing me off!" + cont "Here are some" + cont "coins, shoo!" + prompt + +_UnnamedText_48e8d: ; 9dceb (27:5ceb) + text $52, " received" + line "20 coins!@@" + +_UnnamedText_48e93: ; 9dd02 (27:5d02) + text "You've got your" + line "own coins!" + done + +_UnnamedText_48e98: ; 9dd1d (27:5d1d) + text "The trick is to" + line "watch the reels" + cont "closely!" + done + +_UnnamedText_48ece: ; 9dd47 (27:5d47) + text "I'm guarding this" + line "poster!" + cont "Go away, or else!" + done + +_UnnamedText_48ed3: ; 9dd73 (27:5d73) + text "Dang!" + prompt + +_UnnamedText_48ed8: ; 9dd7a (27:5d7a) + text "Our hideout might" + line "be discovered! I" + cont "better tell BOSS!" + done + +_UnnamedText_48f09: ; 9ddb0 (27:5db0) + text "Hey!" + + para "A switch behind" + line "the poster!?" + cont "Let's push it!@@" + +_UnnamedText_48f19: ; 9dde2 (27:5de2) + text "Oops! Forgot the" + line "COIN CASE!" + done + diff --git a/text/maps/celadon_gym.asm b/text/maps/celadon_gym.asm new file mode 100644 index 00000000..dc3fe606 --- /dev/null +++ b/text/maps/celadon_gym.asm @@ -0,0 +1,219 @@ +_UnnamedText_48a5e: ; 9d28f (27:528f) + text "Hello. Lovely" + line "weather isn't it?" + cont "It's so pleasant." + + para "...Oh dear..." + line "I must have dozed" + cont "off. Welcome." + + para "My name is ERIKA." + line "I am the LEADER" + cont "of CELADON GYM." + + para "I teach the art of" + line "flower arranging." + cont "My #MON are of" + cont "the grass-type." + + para "Oh, I'm sorry, I" + line "had no idea that" + cont "you wished to" + cont "challenge me." + + para "Very well, but I" + line "shall not lose." + done + +_UnnamedText_48a63: ; 9d3c2 (27:53c2) + text "Oh!" + line "I concede defeat." + + para "You are remarkably" + line "strong." + + para "I must confer you" + line "the RAINBOWBADGE." + prompt + +_UnnamedText_48a68: ; 9d418 (27:5418) + text "You are cataloging" + line "#MON? I must" + cont "say I'm impressed." + + para "I would never" + line "collect #MON" + cont "if they were" + cont "unattractive." + done + +_UnnamedText_48a6d: ; 9d481 (27:5481) + text "The RAINBOWBADGE" + line "will make #MON" + cont "up to L50 obey." + + para "It also allows" + line "#MON to use" + cont "STRENGTH in and" + cont "out of battle." + + para "Please also take" + line "this with you." + done + +_ReceivedTM21Text: ; 9d50c (27:550c) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM21ExplanationText: ; 9d520 (27:5520) + db $0 + para "TM21 contains" + line "MEGA DRAIN." + + para "Half the damage" + line "it inflicts is" + cont "drained to heal" + cont "your #MON!" + done + +_TM21NoRoomText: ; 9d576 (27:5576) + text "You should make" + line "room for this." + done + +_CeladonGymBattleText2: ; 9d596 (27:5596) + text "Hey!" + + para "You are not" + line "allowed in here!" + done + +_CeladonGymEndBattleText2: ; 9d5b9 (27:55b9) + text "You're" + line "too rough!" + prompt + +_CeladonGymAfterBattleText2: ; 9d5cb (27:55cb) + text "Bleaah!" + line "I hope ERIKA" + cont "wipes you out!" + done + +_CeladonGymBattleText3: ; 9d5f0 (27:55f0) + text "I was getting" + line "bored." + done + +_CeladonGymEndBattleText3: ; 9d606 (27:5606) + text "My" + line "makeup!" + prompt + +_CeladonGymAfterBattleText3: ; 9d612 (27:5612) + text "Grass-type #MON" + line "are tough against" + cont "the water-type!" + + para "They also have an" + line "edge on rock and" + cont "ground #MON!" + done + +_CeladonGymBattleText4: ; 9d675 (27:5675) + text "Aren't you the" + line "peeping Tom?" + done + +_CeladonGymEndBattleText4: ; 9d691 (27:5691) + text "I'm" + line "in shock!" + prompt + +_CeladonGymAfterBattleText4: ; 9d69f (27:569f) + text "Oh, you weren't" + line "peeping? We get a" + cont "lot of gawkers!" + done + +_CeladonGymBattleText5: ; 9d6d1 (27:56d1) + text "Look at my grass" + line "#MON!" + + para "They're so easy" + line "to raise!" + done + +_CeladonGymEndBattleText5: ; 9d702 (27:5702) + text "No!" + prompt + +_CeladonGymAfterBattleText5: ; 9d707 (27:5707) + text "We only use grass-" + line "type #MON at" + cont "our GYM!" + + para "We also use them" + line "for making flower" + cont "arrangements!" + done + +_CeladonGymBattleText6: ; 9d762 (27:5762) + text "Don't bring any" + line "bugs or fire" + cont "#MON in here!" + done + +_CeladonGymEndBattleText6: ; 9d78d (27:578d) + text "Oh!" + line "You!" + prompt + +_CeladonGymAfterBattleText6: ; 9d797 (27:5797) + text "Our LEADER, ERIKA," + line "might be quiet," + cont "but she's also" + cont "very skilled!" + done + +_CeladonGymBattleText7: ; 9d7d7 (27:57d7) + text "Pleased to meet" + line "you. My hobby is" + cont "#MON training." + done + +_CeladonGymEndBattleText7: ; 9d808 (27:5808) + text "Oh!" + line "Splendid!" + prompt + +_CeladonGymAfterBattleText7: ; 9d817 (27:5817) + text "I have a blind" + line "date coming up." + cont "I have to learn" + cont "to be polite." + done + +_CeladonGymBattleText8: ; 9d855 (27:5855) + text "Welcome to" + line "CELADON GYM!" + + para "You better not" + line "underestimate" + cont "girl power!" + done + +_CeladonGymEndBattleText8: ; 9d897 (27:5897) + text "Oh!" + line "Beaten!" + prompt + +_CeladonGymAfterBattleText8: ; 9d8a4 (27:58a4) + text "I didn't bring my" + line "best #MON!" + + para "Wait 'til next" + line "time!" + done + diff --git a/text/maps/celadon_hotel.asm b/text/maps/celadon_hotel.asm new file mode 100644 index 00000000..ef187d3c --- /dev/null +++ b/text/maps/celadon_hotel.asm @@ -0,0 +1,22 @@ +_CeladonHotelText1: ; 9e18a (27:618a) + text "#MON? No, this" + line "is a hotel for" + cont "people." + + para "We're full up." + done + +_CeladonHotelText2: ; 9e1bf (27:61bf) + text "I'm on vacation" + line "with my brother" + cont "and boy friend." + + para "CELADON is such a" + line "pretty city!" + done + +_CeladonHotelText3: ; 9e20e (27:620e) + text "Why did she bring" + line "her brother?" + done + diff --git a/text/maps/celadon_house.asm b/text/maps/celadon_house.asm new file mode 100644 index 00000000..4889d0ac --- /dev/null +++ b/text/maps/celadon_house.asm @@ -0,0 +1,23 @@ +_CeladonHouseText1: ; 9e0d5 (27:60d5) + text "Hehehe! The slots" + line "just reel in the" + cont "dough, big time!" + done + +_CeladonHouseText2: ; 9e10a (27:610a) + text "CHIEF!" + + para "We just shipped" + line "2000 #MON as" + cont "slot prizes!" + done + +_CeladonHouseText3: ; 9e13c (27:613c) + text "Don't touch the" + line "poster at the" + cont "GAME CORNER!" + + para "There's no secret" + line "switch behind it!" + done + diff --git a/text/maps/celadon_mansion_1f.asm b/text/maps/celadon_mansion_1f.asm new file mode 100644 index 00000000..39252dd0 --- /dev/null +++ b/text/maps/celadon_mansion_1f.asm @@ -0,0 +1,24 @@ +_CeladonMansion1Text1: ; 9ceee (27:4eee) + text "MEOWTH: Meow!@@" + +_CeladonMansion1Text2: ; 9cefe (27:4efe) + text "My dear #MON" + line "keep me company." + + para "MEOWTH even brings" + line "money home!" + done + +_CeladonMansion1Text3: ; 9cf3c (27:4f3c) + text "CLEFAIRY: Pi" + line "pippippi!@@" + +_CeladonMansion1Text4: ; 9cf55 (27:4f55) + text "NIDORAN: Kya" + line "kyaoo!@@" + +_CeladonMansion1Text5: ; 9cf6b (27:4f6b) + text "CELADON MANSION" + line "Manager's Suite" + done + diff --git a/text/maps/celadon_mansion_2f.asm b/text/maps/celadon_mansion_2f.asm new file mode 100644 index 00000000..eda71373 --- /dev/null +++ b/text/maps/celadon_mansion_2f.asm @@ -0,0 +1,5 @@ +_CeladonMansion2Text1: ; 9cf8b (27:4f8b) + text "GAME FREAK" + line "Meeting Room" + done + diff --git a/text/maps/celadon_mansion_3f.asm b/text/maps/celadon_mansion_3f.asm new file mode 100644 index 00000000..d404c52e --- /dev/null +++ b/text/maps/celadon_mansion_3f.asm @@ -0,0 +1,67 @@ +_ProgrammerText: ; 9cfa4 (27:4fa4) + text "Me? I'm the" + line "programmer!" + done + +_GraphicArtistText: ; 9cfbc (27:4fbc) + text "I'm the graphic" + line "artist!" + cont "I drew you!" + done + +_WriterText: ; 9cfe0 (27:4fe0) + text "I wrote the story!" + line "Isn't ERIKA cute?" + + para "I like MISTY a" + line "lot too!" + + para "Oh, and SABRINA," + line "I like her!" + done + +_GameDesignerText: ; 9d03a (27:503a) + text "Is that right?" + + para "I'm the game" + line "designer!" + + para "Filling up your" + line "#DEX is tough," + cont "but don't quit!" + + para "When you finish," + line "come tell me!" + done + +_CompletedDexText: ; 9d0ad (27:50ad) + text "Wow! Excellent!" + line "You completed" + cont "your #DEX!" + cont "Congratulations!" + cont "...@@" + +_CeladonMansion3Text5: ; 9d0ed (27:50ed) + text "It's the game" + line "program! Messing" + cont "with it could bug" + cont "out the game!" + done + +_CeladonMansion3Text6: ; 9d12c (27:512c) + text "Someone's playing" + line "a game instead of" + cont "working!" + done + +_CeladonMansion3Text7: ; 9d159 (27:5159) + text "It's the script!" + line "Better not look" + cont "at the ending!" + done + +_CeladonMansion3Text8: ; 9d189 (27:5189) + text "GAME FREAK" + line "Development Room" + done + diff --git a/text/maps/celadon_mansion_4f_inside.asm b/text/maps/celadon_mansion_4f_inside.asm new file mode 100644 index 00000000..e794a33f --- /dev/null +++ b/text/maps/celadon_mansion_4f_inside.asm @@ -0,0 +1,11 @@ +_CeladonMansion5Text1: ; 9d1ba (27:51ba) + text "I know everything" + line "about the world" + cont "of #MON in" + cont "your GAME BOY!" + + para "Get together with" + line "your friends and" + cont "trade #MON!" + done + diff --git a/text/maps/celadon_mansion_4f_outside.asm b/text/maps/celadon_mansion_4f_outside.asm new file mode 100644 index 00000000..635c45e8 --- /dev/null +++ b/text/maps/celadon_mansion_4f_outside.asm @@ -0,0 +1,4 @@ +_CeladonMansion4Text1: ; 9d1a6 (27:51a6) + text "I KNOW EVERYTHING!" + done + diff --git a/text/maps/celadon_pokecenter.asm b/text/maps/celadon_pokecenter.asm new file mode 100644 index 00000000..eb15586f --- /dev/null +++ b/text/maps/celadon_pokecenter.asm @@ -0,0 +1,13 @@ +_CeladonPokecenterText2: ; 9d226 (27:5226) + text "# FLUTE awakens" + line "#MON with a" + cont "sound that only" + cont "they can hear!" + done + +_CeladonPokecenterText3: ; 9d262 (27:5262) + text "I rode uphill on" + line "CYCLING ROAD from" + cont "FUCHSIA!" + done + diff --git a/text/maps/celadon_prize_room.asm b/text/maps/celadon_prize_room.asm new file mode 100644 index 00000000..9c466089 --- /dev/null +++ b/text/maps/celadon_prize_room.asm @@ -0,0 +1,13 @@ +_CeladonPrizeRoomText1: ; 9dee6 (27:5ee6) + text "I sure do fancy" + line "that PORYGON!" + + para "But, it's hard to" + line "win at slots!" + done + +_CeladonPrizeRoomText2: ; 9df24 (27:5f24) + text "I had a major" + line "haul today!" + done + diff --git a/text/maps/cerulean_badge_house.asm b/text/maps/cerulean_badge_house.asm new file mode 100644 index 00000000..afd96843 --- /dev/null +++ b/text/maps/cerulean_badge_house.asm @@ -0,0 +1,98 @@ +_UnnamedText_74e77: ; 990c9 (26:50c9) + text "#MON BADGEs" + line "are owned only by" + cont "skilled trainers." + + para "I see you have" + line "at least one." + + para "Those BADGEs have" + line "amazing secrets!" + prompt + +_UnnamedText_74e7c: ; 9913a (26:513a) + text "Now then..." + + para "Which of the 8" + line "BADGEs should I" + cont "describe?" + done + +_UnnamedText_74e81: ; 99170 (26:5170) + text "Come visit me any" + line "time you wish." + done + +_UnnamedText_74e96: ; 99192 (26:5192) + text "The ATTACK of all" + line "#MON increases" + cont "a little bit." + + para "It also lets you" + line "use FLASH any" + cont "time you desire." + prompt + +_UnnamedText_74e9b: ; 991f2 (26:51f2) + text "#MON up to L30" + line "will obey you." + + para "Any higher, they" + line "become unruly!" + + para "It also lets you" + line "use CUT outside" + cont "of battle." + prompt + +_UnnamedText_74ea0: ; 9925d (26:525d) + text "The SPEED of all" + line "#MON increases" + cont "a little bit." + + para "It also lets you" + line "use FLY outside" + cont "of battle." + prompt + +_UnnamedText_74ea5: ; 992b8 (26:52b8) + text "#MON up to L50" + line "will obey you." + + para "Any higher, they" + line "become unruly!" + + para "It also lets you" + line "use STRENGTH out-" + cont "side of battle." + prompt + +_UnnamedText_74eaa: ; 9932a (26:532a) + 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 + +_UnnamedText_74eaf: ; 99388 (26:5388) + text "#MON up to L70" + line "will obey you." + + para "Any higher, they" + line "become unruly!" + prompt + +_UnnamedText_74eb4: ; 993c7 (26:53c7) + text "Your #MON's" + line "SPECIAL abilities" + cont "increase a bit." + prompt + +_UnnamedText_74eb9: ; 993f5 (26:53f5) + text "All #MON will" + line "obey you!" + prompt + diff --git a/text/maps/cerulean_gym.asm b/text/maps/cerulean_gym.asm new file mode 100644 index 00000000..637e5453 --- /dev/null +++ b/text/maps/cerulean_gym.asm @@ -0,0 +1,132 @@ +_UnnamedText_5c7be: ; 989c1 (26:49c1) + 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 "My policy is an" + line "all-out offensive" + cont "with water-type" + cont "#MON!" + done + +_UnnamedText_5c7c3: ; 98a7b (26:4a7b) + text "TM11 teaches" + line "BUBBLEBEAM!" + + para "Use it on an" + line "aquatic #MON!" + done + +_UnnamedText_5c7c8: ; 98ab0 (26:4ab0) + text "The CASCADEBADGE" + line "makes all #MON" + cont "up to L30 obey!" + + para "That includes" + line "even outsiders!" + + para "There's more, you" + line "can now use CUT" + cont "any time!" + + para "You can CUT down" + line "small bushes to" + cont "open new paths!" + + para "You can also have" + line "my favorite TM!" + done + +_ReceivedTM11Text: ; 98b7d (26:4b7d) + text $52, " received" + line "TM11!@@" + +_UnnamedText_5c7d3: ; 98b90 (26:4b90) + text "You better make" + line "room for this!" + done + +_UnnamedText_5c7d8: ; 98bb0 (26:4bb0) + text "Wow!" + line "You're too much!" + + para "All right!" + + para "You can have the" + line "CASCADEBADGE to" + cont "show you beat me!@@" + +_CeruleanGymBattleText1: ; 98c05 (26:4c05) + text "I'm more than good" + line "enough for you!" + + para "MISTY can wait!" + done + +_CeruleanGymEndBattleText1: ; 98c38 (26:4c38) + text "You" + line "overwhelmed me!" + prompt + +_CeruleanGymAfterBattleText1: ; 98c4d (26:4c4d) + text "You have to face" + line "other trainers to" + cont "find out how good" + cont "you really are." + done + +_CeruleanGymBattleText2: ; 98c93 (26:4c93) + text "Splash!" + + para "I'm first up!" + line "Let's do it!" + done + +_CeruleanGymEndBattleText2: ; 98cb5 (26:4cb5) + text "That" + line "can't be!" + prompt + +_CeruleanGymAfterBattleText2: ; 98cc4 (26:4cc4) + text "MISTY is going to" + line "keep improving!" + + para "She won't lose to" + line "someone like you!" + done + +_UnnamedText_5c82a: ; 98d0a (26:4d0a) + text "Yo! Champ in" + line "making!" + + para "Here's my advice!" + + para "The LEADER, MISTY," + line "is a pro who uses" + cont "water #MON!" + + para "You can drain all" + line "their water with" + cont "plant #MON!" + + para "Or, zap them with" + line "electricity!" + done + +_UnnamedText_5c82f: ; 98db0 (26:4db0) + text "You beat MISTY!" + line "What'd I tell ya?" + + para "You and me kid," + line "we make a pretty" + cont "darn good team!" + done + diff --git a/text/maps/cerulean_mart.asm b/text/maps/cerulean_mart.asm new file mode 100644 index 00000000..d9fa3310 --- /dev/null +++ b/text/maps/cerulean_mart.asm @@ -0,0 +1,20 @@ +_CeruleanMartText2: ; 99012 (26:5012) + text "Use REPEL to keep" + line "bugs and weak" + cont "#MON away." + + para "Put your strongest" + line "#MON at the" + cont "top of the list" + cont "for best results!" + done + +_CeruleanMartText3: ; 9907f (26:507f) + text "Have you seen any" + line "RARE CANDY?" + + para "It's supposed to" + line "make #MON go" + cont "up one level!" + done + diff --git a/text/maps/cerulean_pokecenter.asm b/text/maps/cerulean_pokecenter.asm new file mode 100644 index 00000000..d2574ed1 --- /dev/null +++ b/text/maps/cerulean_pokecenter.asm @@ -0,0 +1,25 @@ +_CeruleanPokecenterText1: ; 988e5 (26:48e5) + text "That BILL!" + + para "I heard that" + line "he'll do whatever" + cont "it takes to get" + cont "rare #MON!" + done + +_CeruleanPokecenterText3: ; 9892a (26:492a) + text "Have you heard" + line "about BILL?" + + para "Everyone calls" + line "him a #MANIAC!" + + para "I think people" + line "are just jealous" + cont "of BILL, though." + + para "Who wouldn't want" + line "to boast about" + cont "their #MON?" + done + diff --git a/text/maps/cerulean_trade_house.asm b/text/maps/cerulean_trade_house.asm new file mode 100644 index 00000000..98aaf5fb --- /dev/null +++ b/text/maps/cerulean_trade_house.asm @@ -0,0 +1,10 @@ +_CeruleanHouseText1: ; 9888c (26:488c) + text "My husband likes" + line "trading #MON." + + para "If you are a" + line "collector, would" + cont "you please trade" + cont "with him?" + done + diff --git a/text/maps/cerulean_trashed_house.asm b/text/maps/cerulean_trashed_house.asm new file mode 100644 index 00000000..bc10251e --- /dev/null +++ b/text/maps/cerulean_trashed_house.asm @@ -0,0 +1,37 @@ +_UnnamedText_1d6ab: ; 9875c (26:475c) + text "Those miserable" + line "ROCKETs!" + + para "Look what they" + line "did here!" + + para "They stole a TM" + line "for teaching" + cont "#MON how to" + cont "DIG holes!" + + para "That cost me a" + line "bundle, it did!" + done + +_UnnamedText_1d6b0: ; 987e2 (26:47e2) + text "I figure what's" + line "lost is lost!" + + para "I decided to teach" + line "DIGLETT how to" + cont "DIG without a TM!" + done + +_CeruleanHouseTrashedText2: ; 98834 (26:4834) + text "TEAM ROCKET must" + line "be trying to DIG" + cont "their way into no" + cont "good!" + done + +_CeruleanHouseTrashedText3: ; 9886f (26:486f) + text "TEAM ROCKET left" + line "a way out!" + done + diff --git a/text/maps/cinnabar_gym.asm b/text/maps/cinnabar_gym.asm new file mode 100644 index 00000000..91fd1fab --- /dev/null +++ b/text/maps/cinnabar_gym.asm @@ -0,0 +1,210 @@ +_BlaineBattleText: ; a0844 (28:4844) + text "Hah!" + + para "I am BLAINE! I" + line "am the LEADER of" + cont "CINNABAR GYM!" + + para "My fiery #MON" + line "will incinerate" + cont "all challengers!" + + para "Hah! You better" + line "have BURN HEAL!" + done + +_BlaineEndBattleText: ; a08c7 (28:48c7) + text "I have" + line "burnt out!" + + para "You have earned" + line "the VOLCANOBADGE!@@" + +_BlaineFireBlastText: ; a08fd (28:48fd) + text "FIRE BLAST is the" + line "ultimate fire" + cont "technique!" + + para "Don't waste it on" + line "water #MON!" + done + +_BlaineBadgeText: ; a0946 (28:4946) + text "Hah!" + + para "The VOLCANOBADGE" + line "heightens the" + cont "SPECIAL abilities" + cont "of your #MON!" + + para "Here, you can" + line "have this too!" + done + +_ReceivedTM38Text: ; a09a8 (28:49a8) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM38ExplanationText: ; a09bc (28:49bc) + db $0 + para "TM38 contains" + line "FIRE BLAST!" + + para "Teach it to fire-" + line "type #MON!" + + para "CHARMELEON or" + line "PONYTA would be" + cont "good bets!" + done + +_TM38NoRoomText: ; a0a1e (28:4a1e) + text "Make room for my" + line "gift!" + done + +_UnnamedText_7595f: ; a0a36 (28:4a36) + text "Do you know how" + line "hot #MON fire" + cont "breath can get?" + done + +_UnnamedText_75964: ; a0a65 (28:4a65) + text "Yow!" + line "Hot, hot, hot!" + prompt + +_UnnamedText_75969: ; a0a7a (28:4a7a) + text "Fire, or to be" + line "more precise," + cont "combustion..." + + para "Blah, blah, blah," + line "blah..." + done + +_UnnamedText_75994: ; a0ac0 (28:4ac0) + text "I was a thief, but" + line "I became straight" + cont "as a trainer!" + done + +_UnnamedText_75999: ; a0af4 (28:4af4) + text "I" + line "surrender!" + prompt + +_UnnamedText_7599e: ; a0b02 (28:4b02) + text "I can't help" + line "stealing other" + cont "people's #MON!" + done + +_UnnamedText_759c9: ; a0b2c (28:4b2c) + text "You can't win!" + line "I have studied" + cont "#MON totally!" + done + +_UnnamedText_759ce: ; a0b58 (28:4b58) + text "Waah!" + line "My studies!" + prompt + +_UnnamedText_759d3: ; a0b6b (28:4b6b) + text "My theories are" + line "too complicated" + cont "for you!" + done + +_UnnamedText_759fe: ; a0b95 (28:4b95) + text "I just like using" + line "fire #MON!" + done + +_UnnamedText_75a03: ; a0bb3 (28:4bb3) + text "Too hot" + line "to handle!" + prompt + +_UnnamedText_75a08: ; a0bc7 (28:4bc7) + text "I wish there was" + line "a thief #MON!" + cont "I'd use that!" + done + +_UnnamedText_75a33: ; a0bf4 (28:4bf4) + text "I know why BLAINE" + line "became a trainer!" + done + +_UnnamedText_75a38: ; a0c19 (28:4c19) + text "Ow!" + prompt + +_UnnamedText_75a3d: ; a0c1e (28:4c1e) + text "BLAINE was lost" + line "in the mountains" + cont "when a fiery bird" + cont "#MON appeared." + + para "Its light enabled" + line "BLAINE to find" + cont "his way down!" + done + +_UnnamedText_75a68: ; a0c90 (28:4c90) + text "I've been to many" + line "GYMs, but this is" + cont "my favorite!" + done + +_UnnamedText_75a6d: ; a0cc1 (28:4cc1) + text "Yowza!" + line "Too hot!" + prompt + +_UnnamedText_75a72: ; a0cd2 (28:4cd2) + text "Us fire #MON" + line "fans like PONYTA" + cont "and NINETALES!" + done + +_UnnamedText_75a9d: ; a0d00 (28:4d00) + text "Fire is weak" + line "against H2O!" + done + +_UnnamedText_75aa2: ; a0d1b (28:4d1b) + text "Oh!" + line "Snuffed out!" + prompt + +_UnnamedText_75aa7: ; a0d2d (28:4d2d) + text "Water beats fire!" + line "But, fire melts" + cont "ice #MON!" + done + +_UnnamedText_75ac2: ; a0d5a (28:4d5a) + text "Yo! Champ in" + line "making!" + + para "The hot-headed" + line "BLAINE is a fire" + cont "#MON pro!" + + para "Douse his spirits" + line "with water!" + + para "You better take" + line "some BURN HEALs!" + done + +_UnnamedText_75ac7: ; a0dd9 (28:4dd9) + text $52, "! You beat" + line "that fire brand!" + done + diff --git a/text/maps/cinnabar_lab.asm b/text/maps/cinnabar_lab.asm new file mode 100644 index 00000000..c71b4484 --- /dev/null +++ b/text/maps/cinnabar_lab.asm @@ -0,0 +1,30 @@ +_Lab1Text1: ; a0df7 (28:4df7) + text "We study #MON" + line "extensively here." + + para "People often bring" + line "us rare #MON" + cont "for examination." + done + +_Lab1Text2: ; a0e49 (28:4e49) + text "A photo of the" + line "LAB's founder," + cont "DR.FUJI!" + done + +_Lab1Text3: ; a0e70 (28:4e70) + text "#MON LAB" + line "Meeting Room" + done + +_Lab1Text4: ; a0e87 (28:4e87) + text "#MON LAB" + line "R-and-D Room" + done + +_Lab1Text5: ; a0e9e (28:4e9e) + text "#MON LAB" + line "Testing Room" + done + diff --git a/text/maps/cinnabar_lab_fossil_room.asm b/text/maps/cinnabar_lab_fossil_room.asm new file mode 100644 index 00000000..73392da3 --- /dev/null +++ b/text/maps/cinnabar_lab_fossil_room.asm @@ -0,0 +1,79 @@ +_UnnamedText_75dc6: ; a10e8 (28:50e8) + text "Hiya!" + + para "I am important" + line "doctor!" + + para "I study here rare" + line "#MON fossils!" + + para "You! Have you a" + line "fossil for me?" + prompt + +_UnnamedText_75dcb: ; a1145 (28:5145) + text "No! Is too bad!" + done + +_UnnamedText_75dd0: ; a1156 (28:5156) + text "I take a little" + line "time!" + + para "You go for walk a" + line "little while!" + done + +_UnnamedText_75dd5: ; a118d (28:518d) + text "Where were you?" + + para "Your fossil is" + line "back to life!" + + para "It was @" + TX_RAM $cf4b + db $0 + line "like I think!" + prompt + +_UnnamedText_610ae: ; a11d6 (28:51d6) + text "Oh! That is" + line "@" + TX_RAM $cd6d + text "!" + + para "It is fossil of" + line "@" + TX_RAM $cf4b + text ", a" + cont "#MON that is" + cont "already extinct!" + + para "My Resurrection" + line "Machine will make" + cont "that #MON live" + cont "again!" + done + +_UnnamedText_610b3: ; a1259 (28:5259) + text "So! You hurry and" + line "give me that!" + + para $52, " handed" + line "over @" + TX_RAM $cd6d + text "!" + prompt + +_UnnamedText_610b8: ; a128f (28:528f) + text "I take a little" + line "time!" + + para "You go for walk a" + line "little while!" + done + +_UnnamedText_610bd: ; a12c6 (28:52c6) + text "Aiyah! You come" + line "again!" + done + diff --git a/text/maps/cinnabar_lab_metronome_room.asm b/text/maps/cinnabar_lab_metronome_room.asm new file mode 100644 index 00000000..4daff374 --- /dev/null +++ b/text/maps/cinnabar_lab_metronome_room.asm @@ -0,0 +1,64 @@ +_TM35PreReceiveText: ; a0f09 (28:4f09) + text "Tch-tch-tch!" + line "I made a cool TM!" + + para "It can cause all" + line "kinds of fun!" + prompt + +_ReceivedTM35Text: ; a0f48 (28:4f48) + text $52, " received " + line "@" + TX_RAM $cf4b + text "!@@" + +_TM35ExplanationText: ; a0f5d (28:4f5d) + text "Tch-tch-tch!" + line "That's the sound" + cont "of a METRONOME!" + + para "It tweaks your" + line "#MON's brain" + cont "into using moves" + cont "it doesn't know!" + done + +_TM35NoRoomText: ; a0fc7 (28:4fc7) + text "Your pack is" + line "crammed full!" + done + +_Lab3Text2: ; a0fe3 (28:4fe3) + text "EEVEE can evolve" + line "into 1 of 3 kinds" + cont "of #MON." + done + +_Lab3Text3: ; a1010 (28:5010) + text "There's an e-mail" + line "message!" + + para "..." + + para "The 3 legendary" + line "bird #MON are" + cont "ARTICUNO, ZAPDOS" + cont "and MOLTRES." + + para "Their whereabouts" + line "are unknown." + + para "We plan to explore" + line "the cavern close" + cont "to CERULEAN." + + para "From: #MON" + line "RESEARCH TEAM" + + para "..." + done + +_Lab3Text5: ; a10d8 (28:50d8) + text "An amber pipe!" + done + diff --git a/text/maps/cinnabar_lab_trade_room.asm b/text/maps/cinnabar_lab_trade_room.asm new file mode 100644 index 00000000..065158d2 --- /dev/null +++ b/text/maps/cinnabar_lab_trade_room.asm @@ -0,0 +1,10 @@ +_Lab2Text1: ; a0eb5 (28:4eb5) + text "I found this very" + line "strange fossil in" + cont "MT.MOON!" + + para "I think it's a" + line "rare, prehistoric" + cont "#MON!" + done + diff --git a/text/maps/cinnabar_mart.asm b/text/maps/cinnabar_mart.asm new file mode 100644 index 00000000..bc358fdc --- /dev/null +++ b/text/maps/cinnabar_mart.asm @@ -0,0 +1,11 @@ +_CinnabarMartText2: ; a139b (28:539b) + text "Don't they have X" + line "ATTACK? It's good" + cont "for battles!" + done + +_CinnabarMartText3: ; a13cb (28:53cb) + text "It never hurts to" + line "have extra items!" + done + diff --git a/text/maps/cinnabar_pokecenter.asm b/text/maps/cinnabar_pokecenter.asm new file mode 100644 index 00000000..e91da9ef --- /dev/null +++ b/text/maps/cinnabar_pokecenter.asm @@ -0,0 +1,23 @@ +_CinnabarPokecenterText2: ; a12de (28:52de) +_CinnabarPokecenterText1: ; a12de (28:52de) + text "You can cancel" + line "evolution." + + para "When a #MON is" + line "evolving, you can" + cont "stop it and leave" + cont "it the way it is." + done + +_CinnabarPokecenterText3: ; a133e (28:533e) + text "Do you have any" + line "friends?" + + para "#MON you get" + line "in trades grow" + cont "very quickly." + + para "I think it's" + line "worth a try!" + done + diff --git a/text/maps/copycats_house_1f.asm b/text/maps/copycats_house_1f.asm new file mode 100644 index 00000000..9e555cfe --- /dev/null +++ b/text/maps/copycats_house_1f.asm @@ -0,0 +1,21 @@ +_CopycatsHouseF1Text1: ; a14f7 (28:54f7) + text "My daughter is so" + line "self-centered." + cont "She only has a" + cont "few friends." + done + +_CopycatsHouseF1Text2: ; a1535 (28:5535) + text "My daughter likes" + line "to mimic people." + + para "Her mimicry has" + line "earned her the" + cont "nickname COPYCAT" + cont "around here!" + done + +_CopycatsHouseF1Text3: ; a1596 (28:5596) + text "CHANSEY: Chaan!" + line "Sii!@@" + diff --git a/text/maps/copycats_house_2f.asm b/text/maps/copycats_house_2f.asm new file mode 100644 index 00000000..8abb7874 --- /dev/null +++ b/text/maps/copycats_house_2f.asm @@ -0,0 +1,97 @@ +_UnnamedText_5ccd4: ; a15ad (28:55ad) + text $52, ": Hi! Do" + line "you like #MON?" + + para $52, ": Uh no, I" + line "just asked you." + + para $52, ": Huh?" + line "You're strange!" + + para "COPYCAT: Hmm?" + line "Quit mimicking?" + + para "But, that's my" + line "favorite hobby!" + prompt + +_TM31PreReceiveText: ; a1636 (28:5636) + text "Oh wow!" + line "A # DOLL!" + + para "For me?" + line "Thank you!" + + para "You can have" + line "this, then!" + prompt + +_ReceivedTM31Text: ; a1675 (28:5675) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM31ExplanationText1: ; a1689 (28:5689) + db $0 + para "TM31 contains my" + line "favorite, MIMIC!" + + para "Use it on a good" + line "#MON!@@" + +_TM31ExplanationText2: ; a16c5 (28:56c5) + text $52, ": Hi!" + line "Thanks for TM31!" + + para $52, ": Pardon?" + + para $52, ": Is it" + line "that fun to mimic" + cont "my every move?" + + para "COPYCAT: You bet!" + line "It's a scream!" + done + +_TM31NoRoomText: ; a1733 (28:5733) + text "Don't you want" + line "this?@@" + +_CopycatsHouseF2Text2: ; a1749 (28:5749) + text "DODUO: Giiih!" + + para "MIRROR MIRROR ON" + line "THE WALL, WHO IS" + cont "THE FAIREST ONE" + cont "OF ALL?" + done + +_CopycatsHouseF2Text3: ; a1792 (28:5792) + text "This is a rare" + line "#MON! Huh?" + cont "It's only a doll!" + done + +_CopycatsHouseF2Text6: ; a17be (28:57be) + text "A game with MARIO" + line "wearing a bucket" + cont "on his head!" + done + +_UnnamedText_5cd17: ; a17ef (28:57ef) + text "..." + + para "My Secrets!" + + para "Skill: Mimicry!" + line "Hobby: Collecting" + cont "dolls!" + cont "Favorite #MON:" + cont "CLEFAIRY!" + done + +_UnnamedText_5cd1c: ; a1842 (28:5842) + text "Huh? Can't see!" + done + diff --git a/text/maps/digletts_cave_route_2_entrance.asm b/text/maps/digletts_cave_route_2_entrance.asm new file mode 100644 index 00000000..240d1e8b --- /dev/null +++ b/text/maps/digletts_cave_route_2_entrance.asm @@ -0,0 +1,10 @@ +_DiglettsCaveRoute2Text1: ; 8a6a7 (22:66a7) + text "I went to ROCK" + line "TUNNEL, but it's" + cont "dark and scary." + + para "If a #MON's" + line "FLASH could light" + cont "it up..." + done + diff --git a/text/maps/fan_club.asm b/text/maps/fan_club.asm new file mode 100644 index 00000000..7b564a35 --- /dev/null +++ b/text/maps/fan_club.asm @@ -0,0 +1,144 @@ +_UnnamedText_59bb7: ; 9a572 (26:6572) + text "Won't you admire" + line "my PIKACHU's" + cont "adorable tail?" + done + +_UnnamedText_59bbc: ; 9a59e (26:659e) + text "Humph! My PIKACHU" + line "is twice as cute" + cont "as that one!" + done + +_UnnamedText_59be4: ; 9a5cf (26:65cf) + text "I just love my" + line "SEEL!" + + para "It squeals when I" + line "hug it!" + done + +_UnnamedText_59be9: ; 9a5ff (26:65ff) + text "Oh dear!" + + para "My SEEL is far" + line "more attractive!" + done + +_UnnamedText_59c00: ; 9a629 (26:6629) + text "PIKACHU: Chu!" + line "Pikachu!" + done + +_UnnamedText_59c17: ; 9a641 (26:6641) + text "SEEL: Kyuoo!" + done + +_UnnamedText_59c65: ; 9a64f (26:664f) + text "I chair the" + line "#MON Fan Club!" + + para "I have collected" + line "over 100 #MON!" + + para "I'm very fussy" + line "when it comes to" + cont "#MON!" + + para "So..." + + para "Did you come" + line "visit to hear" + cont "about my #MON?" + done + +_UnnamedText_59c6a: ; 9a6e0 (26:66e0) + text "Good!" + line "Then listen up!" + + para "My favorite" + line "RAPIDASH..." + + para "It...cute..." + line "lovely...smart..." + cont "plus...amazing..." + cont "you think so?..." + cont "oh yes...it..." + cont "stunning..." + cont "kindly..." + cont "love it!" + + para "Hug it...when..." + cont "sleeping...warm" + cont "and cuddly..." + cont "spectacular..." + cont "ravishing..." + cont "...Oops! Look at" + cont "the time! I kept" + cont "you too long!" + + para "Thanks for hearing" + line "me out! I want" + cont "you to have this!" + prompt + +_ReceivedBikeVoucherText: ; 9a82e (26:682e) + text $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_59c74: ; 9a844 (26:6844) + db $0 + para "Exchange that for" + line "a BICYCLE!" + + para "Don't worry, my" + line "FEAROW will FLY" + cont "me anywhere!" + + para "So, I don't need a" + line "BICYCLE!" + + para "I hope you like" + line "cycling!" + done + +_UnnamedText_59c79: ; 9a8c3 (26:68c3) + text "Oh. Come back" + line "when you want to" + cont "hear my story!" + done + +_UnnamedText_59c7e: ; 9a8f2 (26:68f2) + text "Hello, ", $52, "!" + + para "Did you come see" + line "me about my" + cont "#MON again?" + + para "No? Too bad!" + done + +_UnnamedText_59c83: ; 9a933 (26:6933) + text "Make room for" + line "this!" + done + +_FanClubText6: ; 9a948 (26:6948) + text "Our Chairman is" + line "very vocal about" + cont "#MON." + done + +_FanClubText7: ; 9a970 (26:6970) + text "Let's all listen" + line "politely to other" + cont "trainers!" + done + +_FanClubText8: ; 9a99d (26:699d) + text "If someone brags," + line "brag right back!" + done + diff --git a/text/maps/fighting_dojo.asm b/text/maps/fighting_dojo.asm new file mode 100644 index 00000000..6c8a4436 --- /dev/null +++ b/text/maps/fighting_dojo.asm @@ -0,0 +1,131 @@ +_UnnamedText_5ce8e: ; a1852 (28:5852) + text "Grunt!" + + para "I am the KARATE" + line "MASTER! I am the" + cont "LEADER here!" + + para "You wish to" + line "challenge us?" + cont "Expect no mercy!" + + para "Fwaaa!" + done + +_UnnamedText_5ce93: ; a18ba (28:58ba) + text "Hwa!" + line "Arrgh! Beaten!" + prompt + +_UnnamedText_5ce98: ; a18cf (28:58cf) + text "Indeed, I have" + line "lost!" + + para "But, I beseech" + line "you, do not take" + cont "our emblem as" + cont "your trophy!" + + para "In return, I will" + line "give you a prized" + cont "fighting #MON!" + + para "Choose whichever" + line "one you like!" + done + +_UnnamedText_5ce9d: ; a1972 (28:5972) + text "Ho!" + + para "Stay and train at" + line "Karate with us!" + done + +_FightingDojoBattleText1: ; a1999 (28:5999) + text "Hoargh! Take your" + line "shoes off!" + done + +_FightingDojoEndBattleText1: ; a19b7 (28:59b7) + text "I give" + line "up!" + prompt + +_FightingDojoAfterBattleText1: ; a19c3 (28:59c3) + text "You wait 'til you" + line "see our Master!" + + para "I'm a small fry" + line "compared to him!" + done + +_FightingDojoBattleText2: ; a1a05 (28:5a05) + text "I hear you're" + line "good! Show me!" + done + +_FightingDojoEndBattleText2: ; a1a22 (28:5a22) + text "Judge!" + line "1 point!" + prompt + +_FightingDojoAfterBattleText2: ; a1a33 (28:5a33) + text "Our Master is a" + line "pro fighter!" + done + +_FightingDojoBattleText3: ; a1a51 (28:5a51) + text "Nothing tough" + line "frightens me!" + + para "I break boulders" + line "for training!" + done + +_FightingDojoEndBattleText3: ; a1a8d (28:5a8d) + text "Yow!" + line "Stubbed fingers!" + prompt + +_FightingDojoAfterBattleText3: ; a1aa4 (28:5aa4) + text "The only thing" + line "that frightens us" + cont "is psychic power!" + done + +_FightingDojoBattleText4: ; a1ad8 (28:5ad8) + text "Hoohah!" + + para "You're trespassing" + line "in our FIGHTING" + cont "DOJO!" + done + +_FightingDojoEndBattleText4: ; a1b09 (28:5b09) + text "Oof!" + line "I give up!" + prompt + +_FightingDojoAfterBattleText4: ; a1b1a (28:5b1a) + text "The prime fighters" + line "across the land" + cont "train here." + done + +_WantHitmonleeText: ; a1b4a (28:5b4a) + text "You want the" + line "hard kicking" + cont "HITMONLEE?" + done + +_WantHitmonchanText: ; a1b70 (28:5b70) + text "You want the" + line "piston punching" + cont "HITMONCHAN?" + done + +_OtherHitmonText: ; a1b9a (28:5b9a) + text "Better not get" + line "greedy..." + done + diff --git a/text/maps/fuchsia_fishing_house.asm b/text/maps/fuchsia_fishing_house.asm new file mode 100644 index 00000000..9f99fc81 --- /dev/null +++ b/text/maps/fuchsia_fishing_house.asm @@ -0,0 +1,44 @@ +_UnnamedText_561bd: ; a0695 (28:4695) + text "I'm the FISHING" + line "GURU's older" + cont "brother!" + + para "I simply Looove" + line "fishing!" + + para "Do you like to" + line "fish?" + done + +_UnnamedText_561c2: ; a06e8 (28:46e8) + text "Grand! I like" + line "your style!" + + para "Take this and" + line "fish, young one!" + + para $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_56212: ; a0737 (28:4737) + text "Oh... That's so" + line "disappointing..." + done + +_UnnamedText_56217: ; a0758 (28:4758) + text "Hello there," + line $52, "!" + + para "How are the fish" + line "biting?" + done + +_UnnamedText_5621c: ; a0782 (28:4782) + text "Oh no!" + + para "You have no room" + line "for my gift!" + done + diff --git a/text/maps/fuchsia_gym_1.asm b/text/maps/fuchsia_gym_1.asm new file mode 100644 index 00000000..18f5a46e --- /dev/null +++ b/text/maps/fuchsia_gym_1.asm @@ -0,0 +1,27 @@ +_UnnamedText_75581: ; 9e9b1 (27:69b1) + text "KOGA: Fwahahaha!" + + para "A mere child like" + line "you dares to" + cont "challenge me?" + + para "Very well, I" + line "shall show you" + cont "true terror as a" + cont "ninja master!" + + para "You shall feel" + line "the despair of" + cont "poison and sleep" + cont "techniques!" + done + +_UnnamedText_75586: ; 9ea66 (27:6a66) + text "Humph!" + line "You have proven" + cont "your worth!" + + para "Here! Take the" + line "SOULBADGE!" + prompt + diff --git a/text/maps/fuchsia_gym_2.asm b/text/maps/fuchsia_gym_2.asm new file mode 100644 index 00000000..c4e862fd --- /dev/null +++ b/text/maps/fuchsia_gym_2.asm @@ -0,0 +1,194 @@ +_UnnamedText_7558b: ; a0000 (28:4000) + 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 + +_UnnamedText_75590: ; a0069 (28:4069) + 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: ; a00eb (28:40eb) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM06ExplanationText: ; a00ff (28:40ff) + db $0 + para "TM06 contains" + line "TOXIC!" + + para "It is a secret" + line "technique over" + cont "400 years old!" + done + +_TM06NoRoomText: ; a0143 (28:4143) + text "Make space for" + line "this, child!" + done + +_FuchsiaGymBattleText1: ; a0160 (28:4160) + 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: ; a01c2 (28:41c2) + text "What?" + line "Extraordinary!" + prompt + +_FuchsiaGymAfterBattleText1: ; a01d8 (28:41d8) + text "So, you mix brawn" + line "with brains?" + cont "Good strategy!" + done + +_FuchsiaGymBattleText2: ; a0207 (28:4207) + text "I wanted to become" + line "a ninja, so I" + cont "joined this GYM!" + done + +_FuchsiaGymEndBattleText2: ; a023a (28:423a) + text "I'm done" + line "for!" + prompt + +_FuchsiaGymAfterBattleText2: ; a0248 (28:4248) + text "I will keep on" + line "training under" + cont "KOGA, my ninja" + cont "master!" + done + +_FuchsiaGymBattleText3: ; a027e (28:427e) + text "Let's see you" + line "beat my special" + cont "techniques!" + done + +_FuchsiaGymEndBattleText3: ; a02a8 (28:42a8) + text "You" + line "had me fooled!" + prompt + +_FuchsiaGymAfterBattleText3: ; a02bc (28:42bc) + text "I like poison and" + line "sleep techniques," + cont "as they linger" + cont "after battle!" + done + +_FuchsiaGymBattleText4: ; a02fe (28:42fe) + text "Stop right there!" + + para "Our invisible" + line "walls have you" + cont "frustrated?" + done + +_FuchsiaGymEndBattleText4: ; a033a (28:433a) + text "Whoa!" + line "He's got it!" + prompt + +_FuchsiaGymAfterBattleText4: ; a034d (28:434d) + text "You impressed me!" + line "Here's a hint!" + + para "Look very closely" + line "for gaps in the" + cont "invisible walls!" + done + +_FuchsiaGymBattleText5: ; a03a1 (28:43a1) + 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: ; a0402 (28:4402) + text "Awoo!" + prompt + +_FuchsiaGymAfterBattleText5: ; a0409 (28:4409) + text "I still have much" + line "to learn!" + done + +_FuchsiaGymBattleText6: ; a0426 (28:4426) + text "Master KOGA comes" + line "from a long line" + cont "of ninjas!" + + para "What did you" + line "descend from?" + done + +_FuchsiaGymEndBattleText6: ; a0470 (28:4470) + text "Dropped" + line "my balls!" + prompt + +_FuchsiaGymAfterBattleText6: ; a0483 (28:4483) + text "Where there is" + line "light, there is" + cont "shadow!" + + para "Light and shadow!" + line "Which do you" + cont "choose?" + done + +_UnnamedText_7564e: ; a04d2 (28:44d2) + 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 + +_UnnamedText_75653: ; a0574 (28:4574) + text "It's amazing how" + line "ninja can terrify" + cont "even now!" + done + diff --git a/text/maps/fuchsia_house.asm b/text/maps/fuchsia_house.asm new file mode 100644 index 00000000..01994c35 --- /dev/null +++ b/text/maps/fuchsia_house.asm @@ -0,0 +1,28 @@ +_FuchsiaHouse1Text1: ; 9e2a3 (27:62a3) + text "SAFARI ZONE's" + line "WARDEN is old," + cont "but still active!" + + para "All his teeth are" + line "false, though." + done + +_FuchsiaHouse1Text2: ; 9e2f3 (27:62f3) + text "Hmm? You've met" + line "BILL?" + + para "He's my grandson!" + + para "He always liked" + line "collecting things" + cont "even as a child!" + done + +_FuchsiaHouse1Text3: ; 9e34d (27:634d) + text "BILL files his" + line "own #MON data" + cont "on his PC!" + + para "Did he show you?" + done + diff --git a/text/maps/fuchsia_mart.asm b/text/maps/fuchsia_mart.asm new file mode 100644 index 00000000..f53b5984 --- /dev/null +++ b/text/maps/fuchsia_mart.asm @@ -0,0 +1,15 @@ +_FuchsiaMartText2: ; 9e22e (27:622e) + text "Do you have a" + line "SAFARI ZONE flag?" + + para "What about cards" + line "or calendars?" + done + +_FuchsiaMartText3: ; 9e26e (27:626e) + text "Did you try X" + line "SPEED? It speeds" + cont "up a #MON in" + cont "battle!" + done + diff --git a/text/maps/fuchsia_meeting_room.asm b/text/maps/fuchsia_meeting_room.asm new file mode 100644 index 00000000..32e98129 --- /dev/null +++ b/text/maps/fuchsia_meeting_room.asm @@ -0,0 +1,27 @@ +_FuchsiaMeetingRoomText1: ; a05a1 (28:45a1) + text "We nicknamed the" + line "WARDEN SLOWPOKE." + + para "He and SLOWPOKE" + line "both look vacant!" + done + +_FuchsiaMeetingRoomText2: ; a05e6 (28:45e6) + text "SLOWPOKE is very" + line "knowledgeable" + cont "about #MON!" + + para "He even has some" + line "fossils of rare," + cont "extinct #MON!" + done + +_FuchsiaMeetingRoomText3: ; a0642 (28:4642) + text "SLOWPOKE came in," + line "but I couldn't" + cont "understand him." + + para "I think he's got" + line "a speech problem!" + done + diff --git a/text/maps/fuchsia_pokecenter.asm b/text/maps/fuchsia_pokecenter.asm new file mode 100644 index 00000000..afda3ae4 --- /dev/null +++ b/text/maps/fuchsia_pokecenter.asm @@ -0,0 +1,21 @@ +_FuchsiaPokecenterText1: ; 9e387 (27:6387) + text "You can't win" + line "with just one" + cont "strong #MON." + + para "It's tough, but" + line "you have to raise" + cont "them evenly." + done + +_FuchsiaPokecenterText3: ; 9e3de (27:63de) + text "There's a narrow" + line "trail west of" + cont "VIRIDIAN CITY." + + para "It goes to #MON" + line "LEAGUE HQ." + cont "The HQ governs" + cont "all trainers." + done + diff --git a/text/maps/fujis_house.asm b/text/maps/fujis_house.asm new file mode 100644 index 00000000..aed2d9b3 --- /dev/null +++ b/text/maps/fujis_house.asm @@ -0,0 +1,86 @@ +_UnnamedText_1d8d1: ; 99e8d (26:5e8d) + text "That's odd, MR.FUJI" + line "isn't here." + cont "Where'd he go?" + done + +_UnnamedText_1d8d6: ; 99eba (26:5eba) + text "MR.FUJI had been" + line "praying alone for" + cont "CUBONE's mother." + done + +_UnnamedText_1d8f4: ; 99eee (26:5eee) + text "This is really" + line "MR.FUJI's house." + + para "He's really kind!" + + para "He looks after" + line "abandoned and" + cont "orphaned #MON!" + done + +_UnnamedText_1d8f9: ; 99f4b (26:5f4b) + text "It's so warm!" + line "#MON are so" + cont "nice to hug!" + done + +_LavenderHouse1Text3: ; 99f72 (26:5f72) + text "PSYDUCK: Gwappa!@@" + +_LavenderHouse1Text4: ; 99f85 (26:5f85) + text "NIDORINO: Gaoo!@@" + +_UnnamedText_1d94c: ; 99f97 (26:5f97) + text "MR.FUJI: ", $52, "." + + para "Your #DEX quest" + line "may fail without" + cont "love for your" + cont "#MON." + + para "I think this may" + line "help your quest." + prompt + +_ReceivedFluteText: ; 99ffb (26:5ffb) + text $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_FluteExplanationText: ; 9a011 (26:6011) + db $0 + para "Upon hearing #" + line "FLUTE, sleeping" + cont "#MON will" + cont "spring awake." + + para "It works on all" + line "sleeping #MON." + done + +_FluteNoRoomText: ; 9a069 (26:6069) + text "You must make" + line "room for this!" + done + +_MrFujiAfterFluteText: ; 9a087 (26:6087) + text "MR.FUJI: Has my" + line "FLUTE helped you?" + done + +_LavenderHouse1Text6: ; 9a0aa (26:60aa) + text "#MON Monthly" + line "Grand Prize" + cont "Drawing!" + + para "The application" + line "form is..." + + para "Gone! It's been" + line "clipped out!" + done + diff --git a/text/maps/indigo_plateau_lobby.asm b/text/maps/indigo_plateau_lobby.asm new file mode 100644 index 00000000..435d473a --- /dev/null +++ b/text/maps/indigo_plateau_lobby.asm @@ -0,0 +1,26 @@ +_IndigoPlateauLobbyText1: ; a13f0 (28:53f0) + text "Yo! Champ in" + line "making!" + + para "At #MON LEAGUE," + line "you have to face" + cont "the ELITE FOUR in" + cont "succession." + + para "If you lose, you" + line "have to start all" + cont "over again! This" + cont "is it! Go for it!" + done + +_IndigoPlateauLobbyText3: ; a148b (28:548b) + text "From here on, you" + line "face the ELITE" + cont "FOUR one by one!" + + para "If you win, a" + line "door opens to the" + cont "next trainer!" + cont "Good luck!" + done + diff --git a/text/maps/lavender_house.asm b/text/maps/lavender_house.asm new file mode 100644 index 00000000..a6f8cb0a --- /dev/null +++ b/text/maps/lavender_house.asm @@ -0,0 +1,25 @@ +_LavenderHouse2Text1: ; 9a238 (26:6238) + text "CUBONE: Kyarugoo!@@" + +_UnnamedText_1d9dc: ; 9a24c (26:624c) + text "I hate those" + line "horrible ROCKETs!" + + para "That poor CUBONE's" + line "mother..." + + para "It was killed" + line "trying to escape" + cont "from TEAM ROCKET!" + done + +_UnnamedText_1d9e1: ; 9a2b9 (26:62b9) + text "The GHOST of" + line "#MON TOWER is" + cont "gone!" + + para "Someone must have" + line "soothed its" + cont "restless soul!" + done + diff --git a/text/maps/lavender_mart.asm b/text/maps/lavender_mart.asm new file mode 100644 index 00000000..d610a8b9 --- /dev/null +++ b/text/maps/lavender_mart.asm @@ -0,0 +1,31 @@ +_LavenderMartText2: ; 9a104 (26:6104) + text "I'm searching for" + line "items that raise" + cont "the abilities of" + cont "#MON during a" + cont "single battle." + + para "X ATTACK, X" + line "DEFEND, X SPEED" + cont "and X SPECIAL are" + cont "what I'm after." + + para "Do you know where" + line "I can get them?" + done + +_UnnamedText_5c953: ; 9a1b4 (26:61b4) + text "You know REVIVE?" + line "It revives any" + cont "fainted #MON!" + done + +_UnnamedText_5c958: ; 9a1e3 (26:61e3) + text "I found a NUGGET" + line "in the mountains." + + para "I thought it was" + line "useless, but it" + cont "sold for ¥5000!" + done + diff --git a/text/maps/lavender_pokecenter.asm b/text/maps/lavender_pokecenter.asm new file mode 100644 index 00000000..4abb31ae --- /dev/null +++ b/text/maps/lavender_pokecenter.asm @@ -0,0 +1,15 @@ +_LavenderPokecenterText4: ; 9940e (26:540e) +_LavenderPokecenterText2: ; 9940e (26:540e) +_LavenderPokecenterText1: ; 9940e (26:540e) + text "TEAM ROCKET will" + line "do anything for" + cont "the sake of gold!" + done + +_LavenderPokecenterText3: ; 99442 (26:5442) + text "I saw CUBONE's" + line "mother die trying" + cont "to escape from" + cont "TEAM ROCKET!" + done + diff --git a/text/maps/mansion_1f.asm b/text/maps/mansion_1f.asm new file mode 100644 index 00000000..b5b2a7d2 --- /dev/null +++ b/text/maps/mansion_1f.asm @@ -0,0 +1,30 @@ +_Mansion1BattleText2: ; a07a8 (28:47a8) + text "Who are you? There" + line "shouldn't be" + cont "anyone here." + done + +_Mansion1EndBattleText2: ; a07d5 (28:47d5) + text "Ouch!" + prompt + +_Mansion1AfterBattleText2: ; a07dc (28:47dc) + text "A key? I don't" + line "know what you're" + cont "talking about." + done + +_MansionSwitchText: ; a080a (28:480a) + text "A secret switch!" + + para "Press it?" + done + +_MansionSwitchPressedText: ; a0826 (28:4826) + text "Who wouldn't?" + prompt + +_MansionSwitchNotPressedText: ; a0834 (28:4834) + text "Not quite yet!" + done + diff --git a/text/maps/mr_psychics_house.asm b/text/maps/mr_psychics_house.asm new file mode 100644 index 00000000..40e613f3 --- /dev/null +++ b/text/maps/mr_psychics_house.asm @@ -0,0 +1,26 @@ +_TM29PreReceiveText: ; a24fe (28:64fe) + text "...Wait! Don't" + line "say a word!" + + para "You wanted this!" + prompt + +_ReceivedTM29Text: ; a252a (28:652a) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM29ExplanationText: ; a253e (28:653e) + text "TM29 is PSYCHIC!" + + para "It can lower the" + line "target's SPECIAL" + cont "abilities." + done + +_TM29NoRoomText: ; a257c (28:657c) + text "Where do you plan" + line "to put this?" + done + diff --git a/text/maps/mt_moon_pokecenter.asm b/text/maps/mt_moon_pokecenter.asm new file mode 100644 index 00000000..01ed9bcc --- /dev/null +++ b/text/maps/mt_moon_pokecenter.asm @@ -0,0 +1,49 @@ +_MtMoonPokecenterText1: ; 8a8eb (22:68eb) + text "I've 6 # BALLs" + line "set in my belt." + + para "At most, you can" + line "carry 6 #MON." + done + +_MtMoonPokecenterText3: ; 8a929 (22:6929) + text "TEAM ROCKET" + line "attacks CERULEAN" + cont "citizens..." + + para "TEAM ROCKET is" + line "always in the" + cont "news!" + done + +_UnnamedText_4935c: ; 8a976 (22:6976) + text "MAN: Hello, there!" + line "Have I got a deal" + cont "just for you!" + + para "I'll let you have" + line "a swell MAGIKARP" + cont "for just ¥500!" + cont "What do you say?" + done + +_UnnamedText_49361: ; 8a9ec (22:69ec) + text "No? I'm only" + line "doing this as a" + cont "favor to you!" + done + +_UnnamedText_49366: ; 8aa17 (22:6a17) + text "You'll need more" + line "money than that!" + done + +_UnnamedText_4936b: ; 8aa39 (22:6a39) + text "MAN: Well, I don't" + line "give refunds!" + done + +_MtMoonPokecenterText5: ; 8aa5a (22:6a5a) + db $0 + done + diff --git a/text/maps/name_rater.asm b/text/maps/name_rater.asm new file mode 100644 index 00000000..4f47270c --- /dev/null +++ b/text/maps/name_rater.asm @@ -0,0 +1,61 @@ +_UnnamedText_1dab3: ; 9a308 (26:6308) + text "Hello, hello!" + line "I am the official" + cont "NAME RATER!" + + para "Want me to rate" + line "the nicknames of" + cont "your #MON?" + done + +_UnnamedText_1dab8: ; 9a361 (26:6361) + text "Which #MON" + line "should I look at?" + prompt + +_UnnamedText_1dabd: ; 9a37f (26:637f) + TX_RAM $cd6d + text ", is it?" + line "That is a decent" + cont "nickname!" + + para "But, would you" + line "like me to give" + cont "it a nicer name?" + + para "How about it?" + done + +_UnnamedText_1dac2: ; 9a3e5 (26:63e5) + text "Fine! What should" + line "we name it?" + prompt + +_UnnamedText_1dac7: ; 9a404 (26:6404) + text "OK! This #MON" + line "has been renamed" + cont "@" + TX_RAM $cee9 + text "!" + + para "That's a better" + line "name than before!" + done + +_UnnamedText_1dacc: ; 9a44c (26:644c) + text "Fine! Come any" + line "time you like!" + done + +_UnnamedText_1dad1: ; 9a46b (26:646b) + TX_RAM $cd6d + text ", is it?" + line "That is a truly" + cont "impeccable name!" + + para "Take good care of" + line "@" + TX_RAM $cd6d + text "!" + done + diff --git a/text/maps/pewter_gym_1.asm b/text/maps/pewter_gym_1.asm new file mode 100644 index 00000000..550ad9df --- /dev/null +++ b/text/maps/pewter_gym_1.asm @@ -0,0 +1,19 @@ +_UnnamedText_5c49e: ; 9697a (25:697a) + text "I'm BROCK!" + line "I'm PEWTER's GYM" + cont "LEADER!" + + para "I believe in rock" + line "hard defense and" + cont "determination!" + + para "That's why my" + line "#MON are all" + cont "the rock-type!" + + para "Do you still want" + line "to challenge me?" + cont "Fine then! Show" + cont "me your best!" + done + diff --git a/text/maps/pewter_gym_2.asm b/text/maps/pewter_gym_2.asm new file mode 100644 index 00000000..a051a71f --- /dev/null +++ b/text/maps/pewter_gym_2.asm @@ -0,0 +1,143 @@ +_UnnamedText_5c4a3: ; 98000 (26:4000) + 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: ; 98092 (26:4092) + text "Wait! Take this" + line "with you!" + done + +_ReceivedTM34Text: ; 980ad (26:40ad) + text $52, " received" + line "TM34!@@" + +_TM34ExplanationText: ; 980c0 (26:40c0) + db $0 + 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: ; 981ab (26:41ab) + text "You don't have" + line "room for this!" + done + +_UnnamedText_5c4bc: ; 981c9 (26:41c9) + text "I took" + line "you for granted." + + para "As proof of your" + line "victory, here's" + cont "the BOULDERBADGE!" + + para $52, " received" + line "the BOULDERBADGE!@@" + +_UnnamedText_5c4c1: ; 98232 (26:4232) + db $0 + 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: ; 982ae (26:42ae) + text "Stop right there," + line "kid!" + + para "You're still light" + line "years from facing" + cont "BROCK!" + done + +_PewterGymEndBattleText1: ; 982f1 (26:42f1) + text "Darn!" + + para "Light years isn't" + line "time! It measures" + cont "distance!" + prompt + +_PewterGymAfterBattleText1: ; 98325 (26:4325) + text "You're pretty hot," + line "but not as hot" + cont "as BROCK!" + done + +_UnnamedText_5c515: ; 98351 (26:4351) + 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 + +_UnnamedText_5c51a: ; 983dc (26:43dc) + text "All right! Let's" + line "get happening!" + prompt + +_UnnamedText_5c51f: ; 983fc (26:43fc) + 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 + +_UnnamedText_5c524: ; 98476 (26:4476) + text "It's a free" + line "service! Let's" + cont "get happening!" + prompt + +_UnnamedText_5c529: ; 9849f (26:449f) + text "Just as I thought!" + line "You're #MON" + cont "champ material!" + done + diff --git a/text/maps/pewter_house_1.asm b/text/maps/pewter_house_1.asm new file mode 100644 index 00000000..ee9207f3 --- /dev/null +++ b/text/maps/pewter_house_1.asm @@ -0,0 +1,25 @@ +_PewterHouse1Text1: ; 984ce (26:44ce) + text "NIDORAN: Bowbow!@@" + +_PewterHouse1Text2: ; 984e1 (26:44e1) + text "NIDORAN sit!" + done + +_PewterHouse1Text3: ; 984ef (26:44ef) + text "Our #MON's an" + line "outsider, so it's" + cont "hard to handle." + + para "An outsider is a" + line "#MON that you" + cont "get in a trade." + + para "It grows fast, but" + line "it may ignore an" + cont "unskilled trainer" + cont "in battle!" + + para "If only we had" + line "some BADGEs..." + done + diff --git a/text/maps/pewter_house_2.asm b/text/maps/pewter_house_2.asm new file mode 100644 index 00000000..b24d9d10 --- /dev/null +++ b/text/maps/pewter_house_2.asm @@ -0,0 +1,20 @@ +_PewterHouse2Text1: ; 98656 (26:4656) + text "#MON learn new" + line "techniques as" + cont "they grow!" + + para "But, some moves" + line "must be taught by" + cont "the trainer!" + done + +_PewterHouse2Text2: ; 986ae (26:46ae) + text "#MON become" + line "easier to catch" + cont "when they are" + cont "hurt or asleep!" + + para "But, it's not a" + line "sure thing!" + done + diff --git a/text/maps/pewter_mart.asm b/text/maps/pewter_mart.asm new file mode 100644 index 00000000..40e6be10 --- /dev/null +++ b/text/maps/pewter_mart.asm @@ -0,0 +1,18 @@ +_UnnamedText_74cc6: ; 985ac (26:45ac) + text "A shady, old man" + line "got me to buy" + cont "this really weird" + cont "fish #MON!" + + para "It's totally weak" + line "and it cost ¥500!" + done + +_UnnamedText_74cd5: ; 9860c (26:460c) + text "Good things can" + line "happen if you" + cont "raise #MON" + cont "diligently, even" + cont "the weak ones!" + done + diff --git a/text/maps/pewter_pokecenter.asm b/text/maps/pewter_pokecenter.asm new file mode 100644 index 00000000..4f988ca5 --- /dev/null +++ b/text/maps/pewter_pokecenter.asm @@ -0,0 +1,15 @@ +_PewterPokecenterText1: ; 98704 (26:4704) + text "What!?" + + para "TEAM ROCKET is" + line "at MT.MOON? Huh?" + cont "I'm on the phone!" + + para "Scram!" + done + +_PewterPokecenterText5: ; 98744 (26:4744) + text "JIGGLYPUFF: Puu" + line "pupuu!" + done + diff --git a/text/maps/pokemon_tower_1f.asm b/text/maps/pokemon_tower_1f.asm new file mode 100644 index 00000000..4780b01e --- /dev/null +++ b/text/maps/pokemon_tower_1f.asm @@ -0,0 +1,32 @@ +_PokemonTower1Text1: ; 9947f (26:547f) + text "#MON TOWER was" + line "erected in the" + cont "memory of #MON" + cont "that had died." + done + +_PokemonTower1Text2: ; 994bc (26:54bc) + text "Did you come to" + line "pay respects?" + cont "Bless you!" + done + +_PokemonTower1Text3: ; 994e6 (26:54e6) + text "I came to pray" + line "for my CLEFAIRY." + + para "Sniff! I can't" + line "stop crying..." + done + +_PokemonTower1Text4: ; 99524 (26:5524) + text "My GROWLITHE..." + line "Why did you die?" + done + +_PokemonTower1Text5: ; 99546 (26:5546) + text "I am a CHANNELER!" + line "There are spirits" + cont "up to mischief!" + done + diff --git a/text/maps/pokemon_tower_2f.asm b/text/maps/pokemon_tower_2f.asm new file mode 100644 index 00000000..52734431 --- /dev/null +++ b/text/maps/pokemon_tower_2f.asm @@ -0,0 +1,58 @@ +_UnnamedText_6062d: ; 9957b (26:557b) + text $53, ": Hey," + line $52, "! What" + cont "brings you here?" + cont "Your #MON" + cont "don't look dead!" + + para "I can at least" + line "make them faint!" + cont "Let's go, pal!" + done + +_UnnamedText_60632: ; 995e5 (26:55e5) + text "What?" + line "You stinker!" + + para "I took it easy on" + line "you too!" + prompt + +_UnnamedText_60637: ; 99614 (26:5614) + text $53, ": Well," + line "look at all your" + cont "wimpy #MON!" + + para "Toughen them up a" + line "bit more!" + prompt + +_UnnamedText_6063c: ; 99657 (26:5657) + text "How's your #DEX" + line "coming, pal?" + cont "I just caught a" + cont "CUBONE!" + + para "I can't find the" + line "grown-up MAROWAK" + cont "yet!" + + para "I doubt there are" + line "any left! Well, I" + cont "better get going!" + cont "I've got a lot to" + cont "accomplish, pal!" + + para "Smell ya later!" + done + +_PokemonTower2Text2: ; 9971a (26:571a) + text "Even we could not" + line "identify the" + cont "wayward GHOSTs!" + + para "A SILPH SCOPE" + line "might be able to" + cont "unmask them." + done + diff --git a/text/maps/pokemon_tower_3f.asm b/text/maps/pokemon_tower_3f.asm new file mode 100644 index 00000000..66fab59d --- /dev/null +++ b/text/maps/pokemon_tower_3f.asm @@ -0,0 +1,46 @@ +_PokemonTower3BattleText1: ; 99776 (26:5776) + text "Urrg...Awaa..." + line "Huhu...graa.." + done + +_PokemonTower3EndBattleText1: ; 99794 (26:5794) + text "Hwa!" + line "I'm saved!" + prompt + +_PokemonTower3AfterBattleText1: ; 997a4 (26:57a4) + text "The GHOSTs can be" + line "identified by the" + cont "SILPH SCOPE." + done + +_PokemonTower3BattleText2: ; 997d6 (26:57d6) + text "Kekeke...." + line "Kwaaah!" + done + +_PokemonTower3EndBattleText2: ; 997ea (26:57ea) + text "Hmm?" + line "What am I doing?" + prompt + +_PokemonTower3AfterBattleText2: ; 99801 (26:5801) + text "Sorry! I was" + line "possessed!" + done + +_PokemonTower3BattleText3: ; 9981a (26:581a) + text "Be gone!" + line "Evil spirit!" + done + +_PokemonTower3EndBattleText3: ; 99831 (26:5831) + text "Whew!" + line "The spirit left!" + prompt + +_PokemonTower3AfterBattleText3: ; 99849 (26:5849) + text "My friends were" + line "possessed too!" + done + diff --git a/text/maps/pokemon_tower_4f.asm b/text/maps/pokemon_tower_4f.asm new file mode 100644 index 00000000..5a9f5254 --- /dev/null +++ b/text/maps/pokemon_tower_4f.asm @@ -0,0 +1,46 @@ +_PokemonTower4BattleText1: ; 99869 (26:5869) + text "GHOST! No!" + line "Kwaaah!" + done + +_PokemonTower4EndBattleText1: ; 9987d (26:587d) + text "Where" + line "is the GHOST?" + prompt + +_PokemonTower4AfterBattleText1: ; 99892 (26:5892) + text "I must have been" + line "dreaming..." + done + +_PokemonTower4BattleText2: ; 998b0 (26:58b0) + text "Be cursed with" + line "me! Kwaaah!" + done + +_PokemonTower4EndBattleText2: ; 998cc (26:58cc) + text "What!" + prompt + +_PokemonTower4AfterBattleText2: ; 998d3 (26:58d3) + text "We can't crack" + line "the identity of" + cont "the GHOSTs." + done + +_PokemonTower4BattleText3: ; 998fe (26:58fe) + text "Huhuhu..." + line "Beat me not!" + done + +_PokemonTower4EndBattleText3: ; 99916 (26:5916) + text "Huh?" + line "Who? What?" + prompt + +_PokemonTower4AfterBattleText3: ; 99927 (26:5927) + text "May the departed" + line "souls of #MON" + cont "rest in peace..." + done + diff --git a/text/maps/pokemon_tower_5f.asm b/text/maps/pokemon_tower_5f.asm new file mode 100644 index 00000000..62719173 --- /dev/null +++ b/text/maps/pokemon_tower_5f.asm @@ -0,0 +1,72 @@ +_PokemonTower5Text1: ; 99958 (26:5958) + text "Come, child! I" + line "sealed this space" + cont "with white magic!" + + para "You can rest here!" + done + +_PokemonTower5BattleText1: ; 9999f (26:599f) + text "Give...me..." + line "your...soul..." + done + +_PokemonTower5EndBattleText1: ; 999bc (26:59bc) + text "Gasp!" + prompt + +_PokemonTower5AfterBattleText1: ; 999c3 (26:59c3) + text "I was under" + line "possession!" + done + +_PokemonTower5BattleText2: ; 999dc (26:59dc) + text "You...shall..." + line "join...us..." + done + +_PokemonTower5EndBattleText2: ; 999f9 (26:59f9) + text "What" + line "a nightmare!" + prompt + +_PokemonTower5AfterBattleText2: ; 99a0c (26:5a0c) + text "I was possessed!" + done + +_PokemonTower5BattleText3: ; 99a1e (26:5a1e) + text "Zombies!" + done + +_PokemonTower5EndBattleText3: ; 99a28 (26:5a28) + text "Ha?" + prompt + +_PokemonTower5AfterBattleText3: ; 99a2d (26:5a2d) + text "I regained my" + line "senses!" + done + +_PokemonTower5BattleText4: ; 99a44 (26:5a44) + text "Urgah..." + line "Urff...." + done + +_PokemonTower5EndBattleText4: ; 99a57 (26:5a57) + text "Whoo!" + prompt + +_PokemonTower5AfterBattleText4: ; 99a5e (26:5a5e) + text "I fell to evil" + line "spirits despite" + cont "my training!" + done + +_UnnamedText_60a43: ; 99a8b (26:5a8b) + text "Entered purified," + line "protected zone!" + + para $52, "'s #MON" + line "are fully healed!" + done + diff --git a/text/maps/pokemon_tower_6f.asm b/text/maps/pokemon_tower_6f.asm new file mode 100644 index 00000000..a3efd5f0 --- /dev/null +++ b/text/maps/pokemon_tower_6f.asm @@ -0,0 +1,62 @@ +_UnnamedText_60c1f: ; 99ac8 (26:5ac8) + text "The GHOST was the" + line "restless soul of" + cont "CUBONE's mother!" + done + +_UnnamedText_60c24: ; 99afc (26:5afc) + text "The mother's soul" + line "was calmed." + + para "It departed to" + line "the afterlife!" + done + +_PokemonTower6BattleText1: ; 99b38 (26:5b38) + text "Give...me..." + line "blood..." + done + +_PokemonTower6EndBattleText1: ; 99b4f (26:5b4f) + text "Groan!" + prompt + +_PokemonTower6AfterBattleText1: ; 99b57 (26:5b57) + text "I feel anemic and" + line "weak..." + done + +_PokemonTower6BattleText2: ; 99b72 (26:5b72) + text "Urff... Kwaah!" + done + +_PokemonTower6EndBattleText2: ; 99b82 (26:5b82) + text "Some-" + line "thing fell out!" + prompt + +_PokemonTower6AfterBattleText2: ; 99b99 (26:5b99) + text "Hair didn't fall" + line "out! It was an" + cont "evil spirit!" + done + +_PokemonTower6BattleText3: ; 99bc6 (26:5bc6) + text "Ke..ke...ke..." + line "ke..ke...ke!!" + done + +_PokemonTower6EndBattleText3: ; 99be4 (26:5be4) + text "Keee!" + prompt + +_PokemonTower6AfterBattleText3: ; 99beb (26:5beb) + text "What's going on" + line "here?" + done + +_UnnamedText_60c56: ; 99c01 (26:5c01) + text "Be gone..." + line "Intruders..." + done + diff --git a/text/maps/pokemon_tower_7f.asm b/text/maps/pokemon_tower_7f.asm new file mode 100644 index 00000000..e613a329 --- /dev/null +++ b/text/maps/pokemon_tower_7f.asm @@ -0,0 +1,79 @@ +_UnnamedText_60ec4: ; 99c1a (26:5c1a) + text "MR.FUJI: Heh? You" + line "came to save me?" + + para "Thank you. But, I" + line "came here of my" + cont "own free will." + + para "I came to calm" + line "the soul of" + cont "CUBONE's mother." + + para "I think MAROWAK's" + line "spirit has gone" + cont "to the afterlife." + + para "I must thank you" + line "for your kind" + cont "concern!" + + para "Follow me to my" + line "home, #MON" + cont "HOUSE at the foot" + cont "of this tower." + done + +_PokemonTower7BattleText1: ; 99d31 (26:5d31) + text "What do you want?" + line "Why are you here?" + done + +_PokemonTower7EndBattleText1: ; 99d56 (26:5d56) + text "I give up!" + prompt + +_PokemonTower7AfterBattleText1: ; 99d62 (26:5d62) + text "I'm not going to" + line "forget this!" + done + +_PokemonTower7BattleText2: ; 99d80 (26:5d80) + 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: ; 99de1 (26:5de1) + text "Please!" + line "No more!" + prompt + +_PokemonTower7AfterBattleText2: ; 99df3 (26:5df3) + text "#MON are only" + line "good for making" + cont "money!" + + para "Stay out of our" + line "business!" + done + +_PokemonTower7BattleText3: ; 99e33 (26:5e33) + text "You're not saving" + line "anyone, kid!" + done + +_PokemonTower7EndBattleText3: ; 99e52 (26:5e52) + text "Don't" + line "fight us ROCKETs!" + prompt + +_PokemonTower7AfterBattleText3: ; 99e6a (26:5e6a) + text "You're not getting" + line "away with this!" + done + diff --git a/text/maps/route_2_gate.asm b/text/maps/route_2_gate.asm new file mode 100644 index 00000000..4abc4a09 --- /dev/null +++ b/text/maps/route_2_gate.asm @@ -0,0 +1,13 @@ +_UnnamedText_5d616: ; 8a7fc (22:67fc) + text "The HM FLASH" + line "lights even the" + cont "darkest dungeons." + done + +_Route2GateText2: ; 8a82c (22:682c) + text "Once a #MON" + line "learns FLASH, you" + cont "can get through" + cont "ROCK TUNNEL." + done + diff --git a/text/maps/route_2_house.asm b/text/maps/route_2_house.asm new file mode 100644 index 00000000..9fe78c6a --- /dev/null +++ b/text/maps/route_2_house.asm @@ -0,0 +1,7 @@ +_Route2HouseText1: ; 8a7b8 (22:67b8) + text "A fainted #MON" + line "can't fight. But, " + cont "it can still use " + cont "moves like CUT!" + done + diff --git a/text/maps/safari_zone_entrance.asm b/text/maps/safari_zone_entrance.asm new file mode 100644 index 00000000..f748745e --- /dev/null +++ b/text/maps/safari_zone_entrance.asm @@ -0,0 +1,94 @@ +_SafariZoneEntranceText1: ; 9e6c7 (27:66c7) + text "Welcome to the" + line "SAFARI ZONE!" + done + +UnnamedText_9e6e4: ; 9e6e4 (27:66e4) + text "For just ¥500," + line "you can catch all" + cont "the #MON you" + cont "want in the park!" + + para "Would you like to" + line "join the hunt?@@" + +UnnamedText_9e747: ; 9e747 (27:6747) + text "That'll be ¥500" + line "please!" + + para "We only use a" + line "special # BALL" + cont "here." + + para $52, " received" + line "30 SAFARI BALLs!@@" + +_UnnamedText_75360: ; 9e79f (27:679f) + db $0 + para "We'll call you on" + line "the PA when you" + cont "run out of time" + cont "or SAFARI BALLs!" + done + +_UnnamedText_75365: ; 9e7e3 (27:67e3) + text "OK! Please come" + line "again!" + done + +_UnnamedText_7536a: ; 9e7fb (27:67fb) + text "Oops! Not enough" + line "money!" + done + +UnnamedText_9e814: ; 9e814 (27:6814) + text "Leaving early?@@" + +_UnnamedText_753bb: ; 9e825 (27:6825) + text "Please return any" + line "SAFARI BALLs you" + cont "have left." + done + +_UnnamedText_753c0: ; 9e854 (27:6854) + text "Good Luck!" + done + +_UnnamedText_753c5: ; 9e860 (27:6860) + text "Did you get a" + line "good haul?" + cont "Come again!" + done + +_UnnamedText_753e6: ; 9e886 (27:6886) + text "Hi! Is it your" + line "first time here?" + done + +_UnnamedText_753eb: ; 9e8a7 (27:68a7) + text "SAFARI ZONE has 4" + line "zones in it." + + para "Each zone has" + line "different kinds" + cont "of #MON. Use" + cont "SAFARI BALLs to" + cont "catch them!" + + para "When you run out" + line "of time or SAFARI" + cont "BALLs, it's game" + cont "over for you!" + + para "Before you go," + line "open an unused" + cont "#MON BOX so" + cont "there's room for" + cont "new #MON!" + done + +_UnnamedText_753f0: ; 9e993 (27:6993) + text "Sorry, you're a" + line "regular here!" + done + diff --git a/text/maps/saffron_gym.asm b/text/maps/saffron_gym.asm new file mode 100644 index 00000000..b5ab4634 --- /dev/null +++ b/text/maps/saffron_gym.asm @@ -0,0 +1,237 @@ +_UnnamedText_5d162: ; a1bb4 (28:5bb4) + text "I had a vision of" + line "your arrival!" + + para "I have had psychic" + line "powers since I" + cont "was a child." + + para "I first learned" + line "to bend spoons" + cont "with my mind." + + para "I dislike fight-" + line "ing, but if you" + cont "wish, I will show" + cont "you my powers!" + done + +_UnnamedText_5d167: ; a1c73 (28:5c73) + text "I'm" + line "shocked!" + cont "But, a loss is a" + cont "loss." + + para "I admit I didn't" + line "work hard enough" + cont "to win!" + + para "You earned the" + line "MARSHBADGE!@@" + +_UnnamedText_5d16e: ; a1cdc (28:5cdc) + text "Everyone has" + line "psychic power!" + cont "People just don't" + cont "realize it!" + done + +_UnnamedText_5d173: ; a1d16 (28:5d16) + text "The MARSHBADGE" + line "makes #MON up" + cont "to L70 obey you!" + + para "Stronger #MON" + line "will become wild," + cont "ignoring your" + cont "orders in battle!" + + para "Just don't raise" + line "your #MON too" + cont "much!" + + para "Wait, please take" + line "this TM with you!" + done + +ReceivedTM46Text: ; a1dcd (28:5dcd) + text $52, " received" + line "TM46!@@" + +_TM46ExplanationText: ; a1de0 (28:5de0) + db $0 + para "TM46 is PSYWAVE!" + line "It uses powerful" + cont "psychic waves to" + cont "inflict damage!" + done + +_TM46NoRoomText: ; a1e25 (28:5e25) + text "Your pack is full" + line "of other items!" + done + +_UnnamedText_5d1e6: ; a1e48 (28:5e48) + text "Yo! Champ in" + line "making!" + + para "SABRINA's #MON" + line "use psychic power" + cont "instead of force!" + + para "Fighting #MON" + line "are weak against" + cont "psychic #MON!" + + para "They get creamed" + line "before they can" + cont "even aim a punch!" + done + +_UnnamedText_5d1eb: ; a1ef0 (28:5ef0) + text "Psychic power," + line "huh?" + + para "If I had that," + line "I'd make a bundle" + cont "at the slots!" + done + +_SaffronGymBattleText1: ; a1f33 (28:5f33) + text "SABRINA is younger" + line "than I, but I" + cont "respect her!" + done + +_SaffronGymEndBattleText1: ; a1f62 (28:5f62) + text "Not" + line "good enough!" + prompt + +_SaffronGymAfterBattleText1: ; a1f74 (28:5f74) + text "In a battle of" + line "equals, the one" + cont "with the stronger" + cont "will wins!" + + para "If you wish" + line "to beat SABRINA," + cont "focus on winning!" + done + +_SaffronGymBattleText2: ; a1fe0 (28:5fe0) + text "Does our unseen" + line "power scare you?" + done + +_SaffronGymEndBattleText2: ; a2002 (28:6002) + text "I never" + line "foresaw this!" + prompt + +_SaffronGymAfterBattleText2: ; a2019 (28:6019) + text "Psychic #MON" + line "fear only ghosts" + cont "and bugs!" + done + +_SaffronGymBattleText3: ; a2042 (28:6042) + text "#MON take on" + line "the appearance of" + cont "their trainers." + + para "Your #MON must" + line "be tough, then!" + done + +_SaffronGymEndBattleText3: ; a2091 (28:6091) + text "I knew" + line "it!" + prompt + +_SaffronGymAfterBattleText3: ; a209d (28:609d) + text "I must teach" + line "better techniques" + cont "to my #MON!" + done + +_SaffronGymBattleText4: ; a20c9 (28:60c9) + text "You know that" + line "power alone isn't" + cont "enough!" + done + +_SaffronGymEndBattleText4: ; a20f1 (28:60f1) + text "I don't" + line "believe this!" + prompt + +_SaffronGymAfterBattleText4: ; a2107 (28:6107) + text "SABRINA just wiped" + line "out the KARATE" + cont "MASTER next door!" + done + +_SaffronGymBattleText5: ; a213c (28:613c) + text "You and I, our" + line "#MON shall" + cont "fight!" + done + +_SaffronGymEndBattleText5: ; a215e (28:615e) + text "I lost" + line "after all!" + prompt + +_SaffronGymAfterBattleText5: ; a2171 (28:6171) + text "I knew that this" + line "was going to take" + cont "place." + done + +_SaffronGymBattleText6: ; a219c (28:619c) + text "SABRINA is young," + line "but she's also" + cont "our LEADER!" + + para "You won't reach" + line "her easily!" + done + +_SaffronGymEndBattleText6: ; a21e4 (28:61e4) + text "I lost" + line "my concentration!" + prompt + +_SaffronGymAfterBattleText6: ; a21fe (28:61fe) + text "There used to be" + line "2 #MON GYMs in" + cont "SAFFRON." + + para "The FIGHTING DOJO" + line "next door lost" + cont "its GYM status" + cont "when we went and" + cont "creamed them!" + done + +_SaffronGymBattleText7: ; a2277 (28:6277) + text "SAFFRON #MON" + line "GYM is famous for" + cont "its psychics!" + + para "You want to see" + line "SABRINA!" + cont "I can tell!" + done + +_SaffronGymEndBattleText7: ; a22ca (28:62ca) + text "Arrrgh!" + prompt + +_SaffronGymAfterBattleText7: ; a22d3 (28:62d3) + text "That's right! I" + line "used telepathy to" + cont "read your mind!" + done + diff --git a/text/maps/saffron_house.asm b/text/maps/saffron_house.asm new file mode 100644 index 00000000..0aa44b1d --- /dev/null +++ b/text/maps/saffron_house.asm @@ -0,0 +1,27 @@ +_SaffronHouse1Text1: ; a2305 (28:6305) + text "Thank you for" + line "writing. I hope" + cont "to see you soon!" + + para "Hey! Don't look" + line "at my letter!" + done + +_SaffronHouse1Text2: ; a2352 (28:6352) + text "PIDGEY: Kurukkoo!@@" + +_SaffronHouse1Text3: ; a2366 (28:6366) + text "The COPYCAT is" + line "cute! I'm getting" + cont "her a # DOLL!" + done + +_SaffronHouse1Text4: ; a2395 (28:6395) + text "I was given a PP" + line "UP as a gift." + + para "It's used for" + line "increasing the PP" + cont "of techniques!" + done + diff --git a/text/maps/saffron_mart.asm b/text/maps/saffron_mart.asm new file mode 100644 index 00000000..16017a6a --- /dev/null +++ b/text/maps/saffron_mart.asm @@ -0,0 +1,14 @@ +_SaffronMartText2: ; a23e3 (28:63e3) + text "MAX REPEL lasts" + line "longer than SUPER" + cont "REPEL for keeping" + cont "weaker #MON" + cont "away!" + done + +_SaffronMartText3: ; a242a (28:642a) + text "REVIVE is costly," + line "but it revives" + cont "fainted #MON!" + done + diff --git a/text/maps/saffron_pokecenter.asm b/text/maps/saffron_pokecenter.asm new file mode 100644 index 00000000..c17f534c --- /dev/null +++ b/text/maps/saffron_pokecenter.asm @@ -0,0 +1,13 @@ +_SaffronPokecenterText1: ; a248e (28:648e) + text "#MON growth" + line "rates differ from" + cont "specie to specie." + done + +_SaffronPokecenterText3: ; a24bf (28:64bf) + text "SILPH CO. is very" + line "famous. That's" + cont "why it attracted" + cont "TEAM ROCKET!" + done + diff --git a/text/maps/vermilion_dock.asm b/text/maps/vermilion_dock.asm new file mode 100644 index 00000000..9df9a92d --- /dev/null +++ b/text/maps/vermilion_dock.asm @@ -0,0 +1,3 @@ +_VermilionDockText1: ; 9c50e (27:450e) + db $0, $57 + diff --git a/text/maps/vermilion_fishing_house.asm b/text/maps/vermilion_fishing_house.asm new file mode 100644 index 00000000..095a0076 --- /dev/null +++ b/text/maps/vermilion_fishing_house.asm @@ -0,0 +1,54 @@ +_UnnamedText_560b1: ; 9c510 (27:4510) + text "I'm the FISHING" + line "GURU!" + + para "I simply Looove" + line "fishing!" + + para "Do you like to" + line "fish?" + done + +_UnnamedText_560b6: ; 9c554 (27:4554) + text "Grand! I like" + line "your style!" + + para "Take this and" + line "fish, young one!" + + para $52, " received" + line "an @" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_560bb: ; 9c5a4 (27:45a4) + db $0 + para "Fishing is a way" + line "of life!" + + para "From the seas to" + line "rivers, go out" + cont "and land the big" + cont "one, young one!" + done + +_UnnamedText_560c0: ; 9c601 (27:4601) + text "Oh... That's so" + line "disappointing..." + done + +_UnnamedText_560c5: ; 9c622 (27:4622) + text "Hello there," + line $52, "!" + + para "How are the fish" + line "biting?" + done + +_UnnamedText_560ca: ; 9c64c (27:464c) + text "Oh no!" + + para "You have no room" + line "for my gift!" + done + diff --git a/text/maps/vermilion_gym_1.asm b/text/maps/vermilion_gym_1.asm new file mode 100644 index 00000000..255ee6e8 --- /dev/null +++ b/text/maps/vermilion_gym_1.asm @@ -0,0 +1,22 @@ +_UnnamedText_5cb6d: ; 9aaa5 (26:6aa5) + text "Hey, kid! What do" + line "you think you're" + cont "doing here?" + + para "You won't live" + line "long in combat!" + cont "That's for sure!" + + para "I tell you kid," + line "electric #MON" + cont "saved me during" + cont "the war!" + + para "They zapped my" + line "enemies into" + cont "paralysis!" + + para "The same as I'll" + line "do to you!" + done + diff --git a/text/maps/vermilion_gym_2.asm b/text/maps/vermilion_gym_2.asm new file mode 100644 index 00000000..74735675 --- /dev/null +++ b/text/maps/vermilion_gym_2.asm @@ -0,0 +1,144 @@ +_UnnamedText_5cb72: ; 9c000 (27:4000) + 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 + +_UnnamedText_5cb77: ; 9c069 (27:4069) + 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: ; 9c0e0 (27:40e0) + text $52, " received " + line "@" + TX_RAM $cf4b + text "!@@" + +_TM24ExplanationText: ; 9c0f5 (27:40f5) + db $0 + para "TM24 contains" + line "THUNDERBOLT!" + + para "Teach it to an" + line "electric #MON!" + done + +_TM24NoRoomText: ; 9c130 (27:4130) + text "Yo kid, make room" + line "in your pack!" + done + +_ReceivedThunderbadgeText: ; 9c151 (27:4151) + text "Whoa!" + + para "You're the real" + line "deal, kid!" + + para "Fine then, take" + line "the THUNDERBADGE!" + prompt + +_VermilionGymBattleText1: ; 9c194 (27:4194) + text "When I was in the" + line "Army, LT.SURGE" + cont "was my strict CO!" + done + +_VermilionGymEndBattleText1: ; 9c1c8 (27:41c8) + text "Stop!" + line "You're very good!" + prompt + +_VermilionGymAfterBattleText1: ; 9c1e0 (27:41e0) + text "The door won't" + line "open?" + + para "LT.SURGE always" + line "was cautious!" + done + +_VermilionGymBattleText2: ; 9c213 (27:4213) + text "I'm a lightweight," + line "but I'm good with" + cont "electricity!" + done + +_VermilionGymEndBattleText2: ; 9c244 (27:4244) + text "Fried!" + prompt + +_VermilionGymAfterBattleText2: ; 9c24c (27:424c) + text "OK, I'll talk!" + + para "LT.SURGE said he" + line "hid door switches" + cont "inside something!" + done + +_VermilionGymBattleText3: ; 9c290 (27:4290) + text "This is no place" + line "for kids!" + done + +_VermilionGymEndBattleText3: ; 9c2ac (27:42ac) + text "Wow!" + line "Surprised me!" + prompt + +_VermilionGymAfterBattleText3: ; 9c2c0 (27:42c0) + 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 + +_UnnamedText_5cbf4: ; 9c32b (27:432b) + 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 + +_UnnamedText_5cbf9: ; 9c429 (27:4429) + text "Whew! That match" + line "was electric!" + done + diff --git a/text/maps/vermilion_house.asm b/text/maps/vermilion_house.asm new file mode 100644 index 00000000..b7f80490 --- /dev/null +++ b/text/maps/vermilion_house.asm @@ -0,0 +1,22 @@ +_VermilionHouse1Text1: ; 9c449 (27:4449) + text "I'm getting my" + line "PIDGEY to fly a" + cont "letter to SAFFRON" + cont "in the north!" + done + +_VermilionHouse1Text2: ; 9c488 (27:4488) + text "PIDGEY: Kurukkoo!@@" + +_VermilionHouse1Text3: ; 9c49c (27:449c) + text "Dear PIPPI, I hope" + line "to see you soon." + + para "I heard SAFFRON" + line "has problems with" + cont "TEAM ROCKET." + + para "VERMILION appears" + line "to be safe." + done + diff --git a/text/maps/vermilion_mart.asm b/text/maps/vermilion_mart.asm new file mode 100644 index 00000000..fbbca10a --- /dev/null +++ b/text/maps/vermilion_mart.asm @@ -0,0 +1,24 @@ +_VermilionMartText2: ; 9a9c1 (26:69c1) + text "There are evil" + line "people who will" + cont "use #MON for" + cont "criminal acts." + + para "TEAM ROCKET" + line "traffics in rare" + cont "#MON." + + para "They also abandon" + line "#MON that they" + cont "consider not to" + cont "be popular or" + cont "useful." + done + +_VermilionMartText3: ; 9aa67 (26:6a67) + text "I think #MON" + line "can be good or" + cont "evil. It depends" + cont "on the trainer." + done + diff --git a/text/maps/vermilion_pokecenter.asm b/text/maps/vermilion_pokecenter.asm new file mode 100644 index 00000000..667885f0 --- /dev/null +++ b/text/maps/vermilion_pokecenter.asm @@ -0,0 +1,21 @@ +_VermilionPokecenterText2: ; 9a4b2 (26:64b2) +_VermilionPokecenterText1: ; 9a4b2 (26:64b2) + text "Even if they are" + line "the same level," + cont "#MON can have" + cont "very different" + cont "abilities." + + para "A #MON raised" + line "by a trainer is" + cont "stronger than one" + cont "in the wild." + done + +_VermilionPokecenterText3: ; 9a539 (26:6539) + text "My #MON was" + line "poisoned! It" + cont "fainted while we" + cont "were walking!" + done + diff --git a/text/maps/viridian_forest_entrance.asm b/text/maps/viridian_forest_entrance.asm new file mode 100644 index 00000000..b50c12aa --- /dev/null +++ b/text/maps/viridian_forest_entrance.asm @@ -0,0 +1,14 @@ +_ViridianForestEntranceText1: ; 8a868 (22:6868) + text "Are you going to" + line "VIRIDIAN FOREST?" + cont "Be careful, it's" + cont "a natural maze!" + done + +_ViridianForestEntranceText2: ; 8a8ab (22:68ab) + text "RATTATA may be" + line "small, but its" + cont "bite is wicked!" + cont "Did you get one?" + done + diff --git a/text/maps/viridian_forest_exit.asm b/text/maps/viridian_forest_exit.asm new file mode 100644 index 00000000..23e13e4e --- /dev/null +++ b/text/maps/viridian_forest_exit.asm @@ -0,0 +1,20 @@ +_ViridianForestexitText1: ; 8a6fd (22:66fd) + text "Many #MON live" + line "only in forests " + cont "and caves." + + para "You need to look" + line "everywhere to get" + cont "different kinds!" + done + +_ViridianForestexitText2: ; 8a75d (22:675d) + text "Have you noticed" + line "the bushes on the" + cont "roadside?" + + para "They can be cut" + line "down by a special" + cont "#MON move." + done + diff --git a/text/maps/wardens_house.asm b/text/maps/wardens_house.asm new file mode 100644 index 00000000..40e368a1 --- /dev/null +++ b/text/maps/wardens_house.asm @@ -0,0 +1,84 @@ +_WardenGibberishText1: ; 9e444 (27:6444) + text "WARDEN: Hif fuff" + line "hefifoo!" + + para "Ha lof ha feef ee" + line "hafahi ho. Heff" + cont "hee fwee!" + done + +_WardenGibberishText2: ; 9e48b (27:648b) + text "Ah howhee ho hoo!" + line "Eef ee hafahi ho!" + done + +_WardenGibberishText3: ; 9e4b0 (27:64b0) + text "Ha? He ohay heh" + line "ha hoo ee haheh!" + done + +_WardenTeethText1: ; 9e4d2 (27:64d2) + text $52, " gave the" + line "GOLD TEETH to the" + cont "WARDEN!@@" + +_WardenTeethText2: ; 9e4f9 (27:64f9) + db $0 + para "The WARDEN popped" + line "in his teeth!" + prompt + +_WardenThankYouText: ; 9e51b (27:651b) + text "WARDEN: Thanks," + line "kid! No one could" + cont "understand a word" + cont "that I said." + + para "I couldn't work" + line "that way." + cont "Let me give you" + cont "something for" + cont "your trouble." + prompt + +_ReceivedHM04Text: ; 9e5a2 (27:65a2) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_HM04ExplanationText: ; 9e5b6 (27:65b6) + text "WARDEN: HM04" + line "teaches STRENGTH!" + + para "It lets #MON" + line "move boulders" + cont "when you're out-" + cont "side of battle." + + para "Oh yes, did you" + line "find SECRET HOUSE" + cont "in SAFARI ZONE?" + + para "If you do, you" + line "win an HM!" + + para "I hear it's the" + line "rare SURF HM." + done + +_HM04NoRoomText: ; 9e67a (27:667a) + text "Your pack is" + line "stuffed full!" + done + +_UnnamedText_75176: ; 9e696 (27:6696) + text "#MON photos" + line "and fossils." + done + +_UnnamedText_7517b: ; 9e6b0 (27:66b0) + text "Old #MON" + line "merchandise." + done +