summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-27 16:22:41 -0500
committeryenatch <yenatch@gmail.com>2014-01-27 16:24:13 -0500
commit1b9ee46af9f8baac0d266a54130115a719788377 (patch)
tree8ac61c0752dc74da0677cb26fe4db6362db5b2b7 /text.asm
parent6bde08504fdc336b1d458bab0bed4ef649cae25a (diff)
Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm955
1 files changed, 477 insertions, 478 deletions
diff --git a/text.asm b/text.asm
index cc1548ef..5ae15d39 100644
--- a/text.asm
+++ b/text.asm
@@ -1,4 +1,3 @@
-INCLUDE "globals.asm"
TEXT_1 EQU $20
TEXT_2 EQU $21
@@ -21,75 +20,75 @@ INCLUDE "macros.asm"
SECTION "Text 1", ROMX, BANK[TEXT_1]
-_CardKeySuccessText1: ; 80000 (20:4000)
+_CardKeySuccessText1:: ; 80000 (20:4000)
text "Bingo!@@"
-_CardKeySuccessText2: ; 80009 (20:4009)
+_CardKeySuccessText2:: ; 80009 (20:4009)
db $0
line "The CARD KEY"
cont "opened the door!"
done
-_CardKeyFailText: ; 80029 (20:4029)
+_CardKeyFailText:: ; 80029 (20:4029)
text "Darn! It needs a"
line "CARD KEY!"
done
-_UnnamedText_33cf: ; 80045 (20:4045)
+_UnnamedText_33cf:: ; 80045 (20:4045)
TX_RAM $cd6d
text ": @@"
-_UnnamedText_70847: ; 8004d (20:404d)
+_UnnamedText_70847:: ; 8004d (20:404d)
text "Not even a nibble!"
prompt
-_UnnamedText_7084c: ; 80061 (20:4061)
+_UnnamedText_7084c:: ; 80061 (20:4061)
text "Looks like there's"
line "nothing here."
prompt
-_UnnamedText_70851: ; 80082 (20:4082)
+_UnnamedText_70851:: ; 80082 (20:4082)
text "Oh!"
line "It's a bite!"
prompt
-_UnnamedText_24db: ; 80093 (20:4093)
+_UnnamedText_24db:: ; 80093 (20:4093)
text "!"
done
-_UnnamedText_24e0: ; 80096 (20:4096)
+_UnnamedText_24e0:: ; 80096 (20:4096)
text "Ground rose up"
line "somewhere!"
done
-_BoulderText: ; 800b1 (20:40b1)
+_BoulderText:: ; 800b1 (20:40b1)
text "This requires"
line "STRENGTH to move!"
done
-_MartSignText: ; 800d2 (20:40d2)
+_MartSignText:: ; 800d2 (20:40d2)
text "All your item"
line "needs fulfilled!"
cont "#MON MART"
done
-_PokeCenterSignText: ; 800fc (20:40fc)
+_PokeCenterSignText:: ; 800fc (20:40fc)
text "Heal Your #MON!"
line "#MON CENTER"
done
-_FoundItemText: ; 80119 (20:4119)
+_FoundItemText:: ; 80119 (20:4119)
text $52, " found"
line "@"
TX_RAM $cf4b
text "!@@"
-_NoMoreRoomForItemText: ; 8012a (20:412a)
+_NoMoreRoomForItemText:: ; 8012a (20:412a)
text "No more room for"
line "items!"
done
-_UnnamedText_59091: ; 80143 (20:4143)
+_UnnamedText_59091:: ; 80143 (20:4143)
text "Hi! Remember me?"
line "I'm PROF.OAK's"
cont "AIDE!"
@@ -112,7 +111,7 @@ _UnnamedText_59091: ; 80143 (20:4143)
cont "#MON?"
done
-_UnnamedText_59096: ; 801e4 (20:41e4)
+_UnnamedText_59096:: ; 801e4 (20:41e4)
text "Let's see..."
line "Uh-oh! You have"
cont "caught only @"
@@ -129,7 +128,7 @@ _UnnamedText_59096: ; 801e4 (20:41e4)
text "."
done
-_UnnamedText_5909b: ; 80250 (20:4250)
+_UnnamedText_5909b:: ; 80250 (20:4250)
text "Oh. I see."
para "When you get @"
@@ -141,7 +140,7 @@ _UnnamedText_5909b: ; 80250 (20:4250)
text "."
done
-_UnnamedText_590a0: ; 8028c (20:428c)
+_UnnamedText_590a0:: ; 8028c (20:428c)
text "Great! You have"
line "caught @"
TX_NUM $ffdd, 1, 3
@@ -152,13 +151,13 @@ _UnnamedText_590a0: ; 8028c (20:428c)
para "Here you go!"
prompt
-_UnnamedText_590a5: ; 802d9 (20:42d9)
+_UnnamedText_590a5:: ; 802d9 (20:42d9)
text $52, " got the"
line "@"
TX_RAM $cc5b
text "!@@"
-_UnnamedText_590ab: ; 802ec (20:42ec)
+_UnnamedText_590ab:: ; 802ec (20:42ec)
text "Oh! I see you"
line "don't have any"
cont "room for the"
@@ -236,7 +235,7 @@ INCLUDE "text/maps/seafoam_islands_b2f.asm"
INCLUDE "text/maps/seafoam_islands_b3f.asm"
INCLUDE "text/maps/seafoam_islands_b4f.asm"
-_AIBattleWithdrawText: ; 880be (22:40be)
+_AIBattleWithdrawText:: ; 880be (22:40be)
TX_RAM W_TRAINERNAME
text " with-"
line "drew @"
@@ -244,7 +243,7 @@ _AIBattleWithdrawText: ; 880be (22:40be)
text "!"
prompt
-_AIBattleUseItemText: ; 880d5 (22:40d5)
+_AIBattleUseItemText:: ; 880d5 (22:40d5)
TX_RAM W_TRAINERNAME
db $0
line "used @"
@@ -255,7 +254,7 @@ _AIBattleUseItemText: ; 880d5 (22:40d5)
text "!"
prompt
-_UnnamedText_4160c: ; 880ef (22:40ef)
+_UnnamedText_4160c:: ; 880ef (22:40ef)
TX_RAM $cf4b
text " went"
line "to @"
@@ -263,14 +262,14 @@ _UnnamedText_4160c: ; 880ef (22:40ef)
text "."
done
-_UnnamedText_41623: ; 88103 (22:4103)
+_UnnamedText_41623:: ; 88103 (22:4103)
text "For ", $52, "'s"
line "@"
TX_RAM $cf4b
text ","
done
-_UnnamedText_41628: ; 88112 (22:4112)
+_UnnamedText_41628:: ; 88112 (22:4112)
TX_RAM $d887
text " sends"
line "@"
@@ -278,26 +277,26 @@ _UnnamedText_41628: ; 88112 (22:4112)
text "."
done
-_UnnamedText_41642: ; 88124 (22:4124)
+_UnnamedText_41642:: ; 88124 (22:4124)
TX_RAM $d887
text " waves"
line "farewell as"
done
-_UnnamedText_41647: ; 8813b (22:413b)
+_UnnamedText_41647:: ; 8813b (22:413b)
TX_RAM $cd6d
text " is"
line "transferred."
done
-_UnnamedText_41655: ; 88150 (22:4150)
+_UnnamedText_41655:: ; 88150 (22:4150)
text "Take good care of"
line "@"
TX_RAM $cd6d
text "."
done
-_UnnamedText_4166c: ; 8816a (22:416a)
+_UnnamedText_4166c:: ; 8816a (22:416a)
TX_RAM $d887
text " will"
line "trade @"
@@ -305,57 +304,57 @@ _UnnamedText_4166c: ; 8816a (22:416a)
db $0
done
-_UnnamedText_41671: ; 88180 (22:4180)
+_UnnamedText_41671:: ; 88180 (22:4180)
text "for ", $52, "'s"
line "@"
TX_RAM $cf4b
text "."
done
-_PlaySlotMachineText: ; 8818f (22:418f)
+_PlaySlotMachineText:: ; 8818f (22:418f)
text "A slot machine!"
line "Want to play?"
done
-_OutOfCoinsSlotMachineText: ; 881ae (22:41ae)
+_OutOfCoinsSlotMachineText:: ; 881ae (22:41ae)
text "Darn!"
line "Ran out of coins!"
done
-_BetHowManySlotMachineText: ; 881c7 (22:41c7)
+_BetHowManySlotMachineText:: ; 881c7 (22:41c7)
text "Bet how many"
line "coins?"
done
-_StartSlotMachineText: ; 881dc (22:41dc)
+_StartSlotMachineText:: ; 881dc (22:41dc)
text "Start!"
done
-_NotEnoughCoinsSlotMachineText: ; 881e4 (22:41e4)
+_NotEnoughCoinsSlotMachineText:: ; 881e4 (22:41e4)
text "Not enough"
line "coins!"
prompt
-_OneMoreGoSlotMachineText: ; 881f7 (22:41f7)
+_OneMoreGoSlotMachineText:: ; 881f7 (22:41f7)
text "One more "
line "go?"
done
-_UnnamedText_37673: ; 88206 (22:4206)
+_UnnamedText_37673:: ; 88206 (22:4206)
text " lined up!"
line "Scored @"
TX_RAM $cf4b
text " coins!"
done
-_UnnamedText_3769d: ; 88226 (22:4226)
+_UnnamedText_3769d:: ; 88226 (22:4226)
text "Not this time!"
prompt
-_UnnamedText_37722: ; 88236 (22:4236)
+_UnnamedText_37722:: ; 88236 (22:4236)
text "Yeah!@@"
-_UnnamedText_703fa: ; 8823e (22:423e)
+_UnnamedText_703fa:: ; 8823e (22:423e)
text "#DEX Seen:@"
TX_NUM $cc5b, 1, 3
db $0
@@ -363,11 +362,11 @@ _UnnamedText_703fa: ; 8823e (22:423e)
TX_NUM $cc5c, 1, 3
db "@"
-_UnnamedText_703ff: ; 88267 (22:4267)
+_UnnamedText_703ff:: ; 88267 (22:4267)
text "#DEX Rating", $6d
done
-_GymStatueText1: ; 88275 (22:4275)
+_GymStatueText1:: ; 88275 (22:4275)
TX_RAM wGymCityName
db $0
line "#MON GYM"
@@ -379,7 +378,7 @@ _GymStatueText1: ; 88275 (22:4275)
line $53
done
-_GymStatueText2: ; 882a5 (22:42a5)
+_GymStatueText2:: ; 882a5 (22:42a5)
TX_RAM wGymCityName
db $0
line "#MON GYM"
@@ -392,14 +391,14 @@ _GymStatueText2: ; 882a5 (22:42a5)
cont $52
done
-_ViridianCityPokecenterGuyText: ; 882d7 (22:42d7)
+_ViridianCityPokecenterGuyText:: ; 882d7 (22:42d7)
text "#MON CENTERs"
line "heal your tired,"
cont "hurt or fainted"
cont "#MON!"
done
-_PewterCityPokecenterGuyText: ; 8830c (22:430c)
+_PewterCityPokecenterGuyText:: ; 8830c (22:430c)
text "Yawn!"
para "When JIGGLYPUFF"
@@ -410,7 +409,7 @@ _PewterCityPokecenterGuyText: ; 8830c (22:430c)
line "Snore..."
done
-_CeruleanPokecenterGuyText: ; 88353 (22:4353)
+_CeruleanPokecenterGuyText:: ; 88353 (22:4353)
text "BILL has lots of"
line "#MON!"
@@ -418,7 +417,7 @@ _CeruleanPokecenterGuyText: ; 88353 (22:4353)
line "ones too!"
done
-_LavenderPokecenterGuyText: ; 88386 (22:4386)
+_LavenderPokecenterGuyText:: ; 88386 (22:4386)
text "CUBONEs wear"
line "skulls, right?"
@@ -426,36 +425,36 @@ _LavenderPokecenterGuyText: ; 88386 (22:4386)
line "lot for one!"
done
-_MtMoonPokecenterBenchGuyText: ; 883c2 (22:43c2)
+_MtMoonPokecenterBenchGuyText:: ; 883c2 (22:43c2)
text "If you have too"
line "many #MON, you"
cont "should store them"
cont "via PC!"
done
-_RockTunnelPokecenterGuyText: ; 883fc (22:43fc)
+_RockTunnelPokecenterGuyText:: ; 883fc (22:43fc)
text "I heard that"
line "GHOSTs haunt"
cont "LAVENDER TOWN!"
done
-_UnnamedText_624c1: ; 88426 (22:4426)
+_UnnamedText_624c1:: ; 88426 (22:4426)
text "I wish I could"
line "catch #MON."
done
-_UnnamedText_624c6: ; 88442 (22:4442)
+_UnnamedText_624c6:: ; 88442 (22:4442)
text "I'm tired from"
line "all the fun..."
done
-_UnnamedText_624cb: ; 88460 (22:4460)
+_UnnamedText_624cb:: ; 88460 (22:4460)
text "SILPH's manager"
line "is hiding in the"
cont "SAFARI ZONE."
done
-_VermilionPokecenterGuyText: ; 8848e (22:448e)
+_VermilionPokecenterGuyText:: ; 8848e (22:448e)
text "It is true that a"
line "higher level"
cont "#MON will be"
@@ -471,13 +470,13 @@ _VermilionPokecenterGuyText: ; 8848e (22:448e)
cont "strong #MON."
done
-_CeladonCityPokecenterGuyText: ; 88531 (22:4531)
+_CeladonCityPokecenterGuyText:: ; 88531 (22:4531)
text "If I had a BIKE,"
line "I would go to"
cont "CYCLING ROAD!"
done
-_FuchsiaCityPokecenterGuyText: ; 8855f (22:455f)
+_FuchsiaCityPokecenterGuyText:: ; 8855f (22:455f)
text "If you're studying "
line "#MON, visit"
cont "the SAFARI ZONE."
@@ -486,7 +485,7 @@ _FuchsiaCityPokecenterGuyText: ; 8855f (22:455f)
line "of rare #MON."
done
-_CinnabarPokecenterGuyText: ; 885af (22:45af)
+_CinnabarPokecenterGuyText:: ; 885af (22:45af)
text "#MON can still"
line "learn techniques"
cont "after canceling"
@@ -497,65 +496,65 @@ _CinnabarPokecenterGuyText: ; 885af (22:45af)
cont "have been learned."
done
-_SaffronCityPokecenterGuyText1: ; 88621 (22:4621)
+_SaffronCityPokecenterGuyText1:: ; 88621 (22:4621)
text "It would be great"
line "if the ELITE FOUR"
cont "came and stomped"
cont "TEAM ROCKET!"
done
-_SaffronCityPokecenterGuyText2: ; 88664 (22:4664)
+_SaffronCityPokecenterGuyText2:: ; 88664 (22:4664)
text "TEAM ROCKET took"
line "off! We can go"
cont "out safely again!"
cont "That's great!"
done
-_CeladonCityHotelText: ; 886a4 (22:46a4)
+_CeladonCityHotelText:: ; 886a4 (22:46a4)
text "My sis brought me"
line "on this vacation!"
done
-_BookcaseText: ; 886c9 (22:46c9)
+_BookcaseText:: ; 886c9 (22:46c9)
text "Crammed full of"
line "#MON books!"
done
-_NewBicycleText: ; 886e6 (22:46e6)
+_NewBicycleText:: ; 886e6 (22:46e6)
text "A shiny new"
line "BICYCLE!"
done
-_UnnamedText_1e960: ; 886fc (22:46fc)
+_UnnamedText_1e960:: ; 886fc (22:46fc)
text "Push START to"
line "open the MENU!"
done
-_UnnamedText_1e97e: ; 8871a (22:471a)
+_UnnamedText_1e97e:: ; 8871a (22:471a)
text "The SAVE option is"
line "on the MENU"
cont "screen."
done
-_UnnamedText_1e983: ; 88742 (22:4742)
+_UnnamedText_1e983:: ; 88742 (22:4742)
text "All #MON types"
line "have strong and"
cont "weak points"
cont "against others."
done
-_UnnamedText_1ea0d: ; 8877e (22:477e)
+_UnnamedText_1ea0d:: ; 8877e (22:477e)
text "PA: Ding-dong!"
para "Time's up!"
prompt
-_UnnamedText_1ea12: ; 88798 (22:4798)
+_UnnamedText_1ea12:: ; 88798 (22:4798)
text "PA: Your SAFARI"
line "GAME is over!"
done
-_CinnabarGymQuizIntroText: ; 887b7 (22:47b7)
+_CinnabarGymQuizIntroText:: ; 887b7 (22:47b7)
text "#MON Quiz!"
para "Get it right and"
@@ -574,52 +573,52 @@ _CinnabarGymQuizIntroText: ; 887b7 (22:47b7)
line "Here we go!"
prompt
-_CinnabarQuizQuestionsText1: ; 8886d (22:486d)
+_CinnabarQuizQuestionsText1:: ; 8886d (22:486d)
text "CATERPIE evolves"
line "into BUTTERFREE?"
done
-_CinnabarQuizQuestionsText2: ; 88890 (22:4890)
+_CinnabarQuizQuestionsText2:: ; 88890 (22:4890)
text "There are 9"
line "certified #MON"
cont "LEAGUE BADGEs?"
done
-_CinnabarQuizQuestionsText3: ; 888bb (22:48bb)
+_CinnabarQuizQuestionsText3:: ; 888bb (22:48bb)
text "POLIWAG evolves 3"
line "times?"
done
-_CinnabarQuizQuestionsText4: ; 888d5 (22:48d5)
+_CinnabarQuizQuestionsText4:: ; 888d5 (22:48d5)
text "Are thunder moves"
line "effective against"
cont "ground element-"
cont "type #MON?"
done
-_CinnabarQuizQuestionsText5: ; 88915 (22:4915)
+_CinnabarQuizQuestionsText5:: ; 88915 (22:4915)
text "#MON of the"
line "same kind and"
cont "level are not"
cont "identical?"
done
-_CinnabarQuizQuestionsText6: ; 88949 (22:4949)
+_CinnabarQuizQuestionsText6:: ; 88949 (22:4949)
text "TM28 contains"
line "TOMBSTONER?"
done
-_CinnabarGymQuizCorrectText: ; 88964 (22:4964)
+_CinnabarGymQuizCorrectText:: ; 88964 (22:4964)
text "You're absolutely"
line "correct!"
para "Go on through!@@"
-_CinnabarGymQuizIncorrectText: ; 8898f (22:498f)
+_CinnabarGymQuizIncorrectText:: ; 8898f (22:498f)
text "Sorry! Bad call!"
prompt
-_UnnamedText_1eb69: ; 889a1 (22:49a1)
+_UnnamedText_1eb69:: ; 889a1 (22:49a1)
text "#MON magazines!"
para "#MON notebooks!"
@@ -627,28 +626,28 @@ _UnnamedText_1eb69: ; 889a1 (22:49a1)
para "#MON graphs!"
done
-_BillsHouseMonitorText: ; 889cf (22:49cf)
+_BillsHouseMonitorText:: ; 889cf (22:49cf)
text "TELEPORTER is"
line "displayed on the"
cont "PC monitor."
done
-_BillsHouseInitiatedText: ; 889fb (22:49fb)
+_BillsHouseInitiatedText:: ; 889fb (22:49fb)
text $52, " initiated"
line "TELEPORTER's Cell"
cont "Separator!@@"
-_BillsHousePokemonListText1: ; 88a25 (22:4a25)
+_BillsHousePokemonListText1:: ; 88a25 (22:4a25)
text "BILL's favorite"
line "#MON list!"
prompt
-_BillsHousePokemonListText2: ; 88a40 (22:4a40)
+_BillsHousePokemonListText2:: ; 88a40 (22:4a40)
text "Which #MON do"
line "you want to see?"
done
-_OakLabEmailText: ; 88a60 (22:4a60)
+_OakLabEmailText:: ; 88a60 (22:4a60)
text "There's an e-mail"
line "message here!"
@@ -675,36 +674,36 @@ _OakLabEmailText: ; 88a60 (22:4a60)
cont "..."
done
-_GameCornerCoinCaseText: ; 88b5b (22:4b5b)
+_GameCornerCoinCaseText:: ; 88b5b (22:4b5b)
text "A COIN CASE is"
line "required!"
done
-_GameCornerNoCoinsText: ; 88b75 (22:4b75)
+_GameCornerNoCoinsText:: ; 88b75 (22:4b75)
text "You don't have"
line "any coins!"
done
-_GameCornerOutOfOrderText: ; 88b8f (22:4b8f)
+_GameCornerOutOfOrderText:: ; 88b8f (22:4b8f)
text "OUT OF ORDER"
line "This is broken."
done
-_GameCornerOutToLunchText: ; 88bad (22:4bad)
+_GameCornerOutToLunchText:: ; 88bad (22:4bad)
text "OUT TO LUNCH"
line "This is reserved."
done
-_GameCornerSomeonesKeysText: ; 88bcd (22:4bcd)
+_GameCornerSomeonesKeysText:: ; 88bcd (22:4bcd)
text "Someone's keys!"
line "They'll be back."
done
-_UnnamedText_21865: ; 88bed (22:4bed)
+_UnnamedText_21865:: ; 88bed (22:4bed)
text "Just a moment."
done
-TMNotebookText: ; 88bfd (22:4bfd)
+TMNotebookText:: ; 88bfd (22:4bfd)
text "It's a pamphlet"
line "on TMs."
@@ -719,15 +718,15 @@ TMNotebookText: ; 88bfd (22:4bfd)
para "SILPH CO.@@"
-_TurnPageText: ; 88c6f (22:4c6f)
+_TurnPageText:: ; 88c6f (22:4c6f)
text "Turn the page?"
done
-_ViridianSchoolNotebookText5: ; 88c7f (22:4c7f)
+_ViridianSchoolNotebookText5:: ; 88c7f (22:4c7f)
text "GIRL: Hey! Don't"
line "look at my notes!@@"
-_ViridianSchoolNotebookText1: ; 88ca3 (22:4ca3)
+_ViridianSchoolNotebookText1:: ; 88ca3 (22:4ca3)
text "Looked at the"
line "notebook!"
@@ -746,7 +745,7 @@ _ViridianSchoolNotebookText1: ; 88ca3 (22:4ca3)
cont "#MON trainers."
prompt
-_ViridianSchoolNotebookText2: ; 88d46 (22:4d46)
+_ViridianSchoolNotebookText2:: ; 88d46 (22:4d46)
text "Second page..."
para "A healthy #MON"
@@ -759,7 +758,7 @@ _ViridianSchoolNotebookText2: ; 88d46 (22:4d46)
cont "effective!"
prompt
-_ViridianSchoolNotebookText3: ; 88dbd (22:4dbd)
+_ViridianSchoolNotebookText3:: ; 88dbd (22:4dbd)
text "Third page..."
para "#MON trainers"
@@ -772,7 +771,7 @@ _ViridianSchoolNotebookText3: ; 88dbd (22:4dbd)
cont "at #MON GYMs."
prompt
-_ViridianSchoolNotebookText4: ; 88e2c (22:4e2c)
+_ViridianSchoolNotebookText4:: ; 88e2c (22:4e2c)
text "Fourth page..."
para "The goal for"
@@ -788,33 +787,33 @@ _ViridianSchoolNotebookText4: ; 88e2c (22:4e2c)
line "#MON LEAGUE!"
prompt
-_UnnamedText_52a10: ; 88ec1 (22:4ec1)
+_UnnamedText_52a10:: ; 88ec1 (22:4ec1)
text "Enemies on every"
line "side!"
done
-_UnnamedText_52a1d: ; 88ed9 (22:4ed9)
+_UnnamedText_52a1d:: ; 88ed9 (22:4ed9)
text "What goes around"
line "comes around!"
done
-_FightingDojoText: ; 88ef9 (22:4ef9)
+_FightingDojoText:: ; 88ef9 (22:4ef9)
text "FIGHTING DOJO"
done
-_IndigoPlateauHQText: ; 88f08 (22:4f08)
+_IndigoPlateauHQText:: ; 88f08 (22:4f08)
text "INDIGO PLATEAU"
line "#MON LEAGUE HQ"
done
-_RedBedroomSNESText: ; 88f27 (22:4f27)
+_RedBedroomSNESText:: ; 88f27 (22:4f27)
text $52, " is"
line "playing the SNES!"
cont "...Okay!"
cont "It's time to go!"
done
-_Route15UpstairsBinocularsText: ; 88f58 (22:4f58)
+_Route15UpstairsBinocularsText:: ; 88f58 (22:4f58)
text "Looked into the"
line "binoculars..."
@@ -823,31 +822,31 @@ _Route15UpstairsBinocularsText: ; 88f58 (22:4f58)
cont "toward the sea."
done
-_AerodactylFossilText: ; 88fa7 (22:4fa7)
+_AerodactylFossilText:: ; 88fa7 (22:4fa7)
text "AERODACTYL Fossil"
line "A primitive and"
cont "rare #MON."
done
-_KabutopsFossilText: ; 88fd5 (22:4fd5)
+_KabutopsFossilText:: ; 88fd5 (22:4fd5)
text "KABUTOPS Fossil"
line "A primitive and"
cont "rare #MON."
done
-_LinkCableHelpText1: ; 89001 (22:5001)
+_LinkCableHelpText1:: ; 89001 (22:5001)
text "TRAINER TIPS"
para "Using a Game Link"
line "Cable"
prompt
-_LinkCableHelpText2: ; 89027 (22:5027)
+_LinkCableHelpText2:: ; 89027 (22:5027)
text "Which heading do"
line "you want to read?"
done
-_LinkCableInfoText1: ; 8904b (22:504b)
+_LinkCableInfoText1:: ; 8904b (22:504b)
text "When you have"
line "linked your GAME"
cont "BOY with another"
@@ -857,31 +856,31 @@ _LinkCableInfoText1: ; 8904b (22:504b)
cont "#MON CENTER."
prompt
-_LinkCableInfoText2: ; 890bd (22:50bd)
+_LinkCableInfoText2:: ; 890bd (22:50bd)
text "COLOSSEUM lets"
line "you play against"
cont "a friend."
prompt
-_LinkCableInfoText3: ; 890e8 (22:50e8)
+_LinkCableInfoText3:: ; 890e8 (22:50e8)
text "TRADE CENTER is"
line "used for trading"
cont "#MON."
prompt
-_ViridianSchoolBlackboardText1: ; 89110 (22:5110)
+_ViridianSchoolBlackboardText1:: ; 89110 (22:5110)
text "The blackboard"
line "describes #MON"
cont "STATUS changes"
cont "during battles."
prompt
-_ViridianSchoolBlackboardText2: ; 8914e (22:514e)
+_ViridianSchoolBlackboardText2:: ; 8914e (22:514e)
text "Which heading do"
line "you want to read?"
done
-_ViridianBlackboardSleepText: ; 89172 (22:5172)
+_ViridianBlackboardSleepText:: ; 89172 (22:5172)
text "A #MON can't"
line "attack if it's"
cont "asleep!"
@@ -894,7 +893,7 @@ _ViridianBlackboardSleepText: ; 89172 (22:5172)
line "wake them up!"
prompt
-_ViridianBlackboardPoisonText: ; 891de (22:51de)
+_ViridianBlackboardPoisonText:: ; 891de (22:51de)
text "When poisoned, a"
line "#MON's health"
cont "steadily drops."
@@ -906,7 +905,7 @@ _ViridianBlackboardPoisonText: ; 891de (22:51de)
line "to cure poison!"
prompt
-_ViridianBlackbaordPrlzText: ; 8924b (22:524b)
+_ViridianBlackbaordPrlzText:: ; 8924b (22:524b)
text "Paralysis could"
line "make #MON"
cont "moves misfire!"
@@ -918,7 +917,7 @@ _ViridianBlackbaordPrlzText: ; 8924b (22:524b)
line "for treatment!"
prompt
-_ViridianBlackboardBurnText: ; 892b5 (22:52b5)
+_ViridianBlackboardBurnText:: ; 892b5 (22:52b5)
text "A burn reduces"
line "power and speed."
cont "It also causes"
@@ -931,7 +930,7 @@ _ViridianBlackboardBurnText: ; 892b5 (22:52b5)
line "cure a burn!"
prompt
-_ViridianBlackboardFrozenText: ; 8932f (22:532f)
+_ViridianBlackboardFrozenText:: ; 8932f (22:532f)
text "If frozen, a"
line "#MON becomes"
cont "totally immobile!"
@@ -944,12 +943,12 @@ _ViridianBlackboardFrozenText: ; 8932f (22:532f)
line "thaw out #MON!"
prompt
-_VermilionGymTrashText: ; 893a7 (22:53a7)
+_VermilionGymTrashText:: ; 893a7 (22:53a7)
text "Nope, there's"
line "only trash here."
done
-_VermilionGymTrashSuccesText1: ; 893c6 (22:53c6)
+_VermilionGymTrashSuccesText1:: ; 893c6 (22:53c6)
text "Hey! There's a"
line "switch under the"
cont "trash!"
@@ -958,139 +957,139 @@ _VermilionGymTrashSuccesText1: ; 893c6 (22:53c6)
para "The 1st electric"
line "lock opened!@@"
-_VermilionGymTrashSuccesText2: ; 89418 (22:5418)
+_VermilionGymTrashSuccesText2:: ; 89418 (22:5418)
text "Hey! There's"
line "another switch"
cont "under the trash!"
cont "Turn it on!"
prompt
-_VermilionGymTrashSuccesText3: ; 89451 (22:5451)
+_VermilionGymTrashSuccesText3:: ; 89451 (22:5451)
text "The 2nd electric"
line "lock opened!"
para "The motorized door"
line "opened!@@"
-_VermilionGymTrashFailText: ; 8948c (22:548c)
+_VermilionGymTrashFailText:: ; 8948c (22:548c)
text "Nope! There's"
line "only trash here."
cont "Hey! The electric"
cont "locks were reset!@@"
-UnnamedText_894d0: ; 894d0 (22:54d0)
+UnnamedText_894d0:: ; 894d0 (22:54d0)
text $52, " found"
line "@"
TX_RAM $cd6d
text "!@@"
-_UnnamedText_76794: ; 894e1 (22:54e1)
+_UnnamedText_76794:: ; 894e1 (22:54e1)
text "But, ", $52, " has"
line "no more room for"
cont "other items!"
done
-_FoundHiddenCoinsText: ; 8950b (22:550b)
+_FoundHiddenCoinsText:: ; 8950b (22:550b)
text $52, " found"
line "@"
db $2, $a0, $ff, $c2 ; XXX $2
text " coins!@@"
-_FoundHiddenCoins2Text: ; 89523 (22:5523)
+_FoundHiddenCoins2Text:: ; 89523 (22:5523)
text $52, " found"
line "@"
db $2, $a0, $ff, $c2 ; XXX $2 probably coins
text " coins!@@"
-_DroppedHiddenCoinsText: ; 8953b (22:553b)
+_DroppedHiddenCoinsText:: ; 8953b (22:553b)
db $0
para "Oops! Dropped"
line "some coins!"
done
-_IndigoPlateauStatuesText1: ; 89557 (22:5557)
+_IndigoPlateauStatuesText1:: ; 89557 (22:5557)
text "INDIGO PLATEAU"
prompt
-_IndigoPlateauStatuesText2: ; 89567 (22:5567)
+_IndigoPlateauStatuesText2:: ; 89567 (22:5567)
text "The ultimate goal"
line "of trainers!"
cont "#MON LEAGUE HQ"
done
-_IndigoPlateauStatuesText3: ; 89596 (22:5596)
+_IndigoPlateauStatuesText3:: ; 89596 (22:5596)
text "The highest"
line "#MON authority"
cont "#MON LEAGUE HQ"
done
-_PokemonBooksText: ; 895c1 (22:55c1)
+_PokemonBooksText:: ; 895c1 (22:55c1)
text "Crammed full of"
line "#MON books!"
done
-_DiglettSculptureText: ; 895de (22:55de)
+_DiglettSculptureText:: ; 895de (22:55de)
text "It's a sculpture"
line "of DIGLETT."
done
-_ElevatorText: ; 895fb (22:55fb)
+_ElevatorText:: ; 895fb (22:55fb)
text "This is an"
line "elevator."
done
-_TownMapText: ; 89611 (22:5611)
+_TownMapText:: ; 89611 (22:5611)
text "A TOWN MAP.@@"
-_PokemonStuffText: ; 8961f (22:561f)
+_PokemonStuffText:: ; 8961f (22:561f)
text "Wow! Tons of"
line "#MON stuff!"
done
-_UnnamedText_3c1a8: ; 89639 (22:5639)
+_UnnamedText_3c1a8:: ; 89639 (22:5639)
text "PA: Ding-dong!"
para "You are out of"
line "SAFARI BALLs!"
prompt
-_UnnamedText_3c229: ; 89666 (22:5666)
+_UnnamedText_3c229:: ; 89666 (22:5666)
text "Wild @"
TX_RAM W_ENEMYMONNAME
db $0
line "ran!"
prompt
-_UnnamedText_3c22e: ; 89677 (22:5677)
+_UnnamedText_3c22e:: ; 89677 (22:5677)
text "Enemy @"
TX_RAM W_ENEMYMONNAME
db $0
line "ran!"
prompt
-_HurtByPoisonText: ; 89689 (22:5689)
+_HurtByPoisonText:: ; 89689 (22:5689)
text $5a, "'s"
line "hurt by poison!"
prompt
-_HurtByBurnText: ; 8969d (22:569d)
+_HurtByBurnText:: ; 8969d (22:569d)
text $5a, "'s"
line "hurt by the burn!"
prompt
-_HurtByLeechSeedText: ; 896b3 (22:56b3)
+_HurtByLeechSeedText:: ; 896b3 (22:56b3)
text "LEECH SEED saps"
line $5a, "!"
prompt
-_EnemyMonFainted: ; 0x896c7
+_EnemyMonFainted:: ; 0x896c7
text "Enemy @"
TX_RAM W_ENEMYMONNAME
db $0
line "fainted!"
prompt
-_MoneyForWinningText: ; 896dd (22:56dd)
+_MoneyForWinningText:: ; 896dd (22:56dd)
text $52, " got ¥@"
;XXX $2
db $2, $79, $d0, $c3
@@ -1098,29 +1097,29 @@ _MoneyForWinningText: ; 896dd (22:56dd)
line "for winning!"
prompt
-_TrainerDefeatedText: ; 896f9 (22:56f9)
+_TrainerDefeatedText:: ; 896f9 (22:56f9)
text $52, " defeated"
line "@"
TX_RAM W_TRAINERNAME ; 0x89706
text "!"
prompt
-_PlayerMonFaintedText: ; 8970c (22:570c)
+_PlayerMonFaintedText:: ; 8970c (22:570c)
TX_RAM W_PLAYERMONNAME
db $0
line "fainted!"
prompt
-_UnnamedText_3c7d3: ; 8971a (22:571a)
+_UnnamedText_3c7d3:: ; 8971a (22:571a)
text "Use next #MON?"
done
-_Sony1WinText: ; 8972a (22:572a)
+_Sony1WinText:: ; 8972a (22:572a)
text $53, ": Yeah! Am"
line "I great or what?"
prompt
-_PlayerBlackedOutText2: ; 89748 (22:5748)
+_PlayerBlackedOutText2:: ; 89748 (22:5748)
text $52, " is out of"
line "useable #MON!"
@@ -1128,14 +1127,14 @@ _PlayerBlackedOutText2: ; 89748 (22:5748)
line "out!"
prompt
-_LinkBattleLostText: ; 89772 (22:5772)
+_LinkBattleLostText:: ; 89772 (22:5772)
text $52, " lost to"
line "@"
TX_RAM W_TRAINERNAME ; 0x8977e
text "!"
prompt
-_TrainerAboutToUseText: ; 89784 (22:5784)
+_TrainerAboutToUseText:: ; 89784 (22:5784)
TX_RAM W_TRAINERNAME
text " is"
line "about to use"
@@ -1147,7 +1146,7 @@ _TrainerAboutToUseText: ; 89784 (22:5784)
line "change #MON?"
done
-_TrainerSentOutText: ; 897b4 (22:57b4)
+_TrainerSentOutText:: ; 897b4 (22:57b4)
TX_RAM W_TRAINERNAME
text " sent"
line "out @"
@@ -1155,146 +1154,146 @@ _TrainerSentOutText: ; 897b4 (22:57b4)
text "!"
done
-_UnnamedText_3cab4: ; 897c9 (22:57c9)
+_UnnamedText_3cab4:: ; 897c9 (22:57c9)
text "There's no will"
line "to fight!"
prompt
-_UnnamedText_3cb97: ; 897e3 (22:57e3)
+_UnnamedText_3cb97:: ; 897e3 (22:57e3)
text "Can't escape!"
prompt
-_UnnamedText_3cb9c: ; 897f1 (22:57f1)
+_UnnamedText_3cb9c:: ; 897f1 (22:57f1)
text "No! There's no"
line "running from a"
cont "trainer battle!"
prompt
-_UnnamedText_3cba1: ; 8981f (22:581f)
+_UnnamedText_3cba1:: ; 8981f (22:581f)
text "Got away safely!"
prompt
-ItemsCantBeUsedHere_: ; 89831 (22:5831)
+ItemsCantBeUsedHere_:: ; 89831 (22:5831)
text "Items can't be"
line "used here."
prompt
-_UnnamedText_3d1f5: ; 8984b (22:584b)
+_UnnamedText_3d1f5:: ; 8984b (22:584b)
TX_RAM W_PLAYERMONNAME
text " is"
line "already out!"
prompt
-_MoveNoPPText: ; 89860 (22:5860)
+_MoveNoPPText:: ; 89860 (22:5860)
text "No PP left for"
line "this move!"
prompt
-_MoveDisabledText: ; 8987b (22:587b)
+_MoveDisabledText:: ; 8987b (22:587b)
text "The move is"
line "disabled!"
prompt
-_UnnamedText_3d430: ; 89892 (22:5892)
+_UnnamedText_3d430:: ; 89892 (22:5892)
TX_RAM W_PLAYERMONNAME
text " has no"
line "moves left!"
done
-_MultiHitText: ; 898aa (22:58aa)
+_MultiHitText:: ; 898aa (22:58aa)
text "Hit the enemy"
line "@"
TX_NUM W_NUMHITS,1,1
text " times!"
prompt
-_ScaredText: ; 898c7 (22:58c7)
+_ScaredText:: ; 898c7 (22:58c7)
TX_RAM W_PLAYERMONNAME
text " is too"
line "scared to move!"
prompt
-_GetOutText: ; 898e3 (22:58e3)
+_GetOutText:: ; 898e3 (22:58e3)
text "GHOST: Get out..."
line "Get out..."
prompt
-_FastAsleepText: ; 89901 (22:5901)
+_FastAsleepText:: ; 89901 (22:5901)
text $5A
line "is fast asleep!"
prompt
-_WokeUpText: ; 89914 (22:5914)
+_WokeUpText:: ; 89914 (22:5914)
text $5A
line "woke up!"
prompt
-_FrozenText: ; 89920 (22:5920)
+_FrozenText:: ; 89920 (22:5920)
text $5A
line "is frozen solid!"
prompt
-_FullyParalyzedText: ; 89934 (22:5934)
+_FullyParalyzedText:: ; 89934 (22:5934)
text $5A,"'s"
line "fully paralyzed!"
prompt
-_FlinchedText: ; 89949 (22:5949)
+_FlinchedText:: ; 89949 (22:5949)
text $5A
line "flinched!"
prompt
-_MustRechargeText: ; 89956 (22:5956)
+_MustRechargeText:: ; 89956 (22:5956)
text $5A
line "must recharge!"
prompt
-_DisabledNoMoreText: ; 89968 (22:5968)
+_DisabledNoMoreText:: ; 89968 (22:5968)
text $5A,"'s"
line "disabled no more!"
prompt
-_IsConfusedText: ; 8997e (22:597e)
+_IsConfusedText:: ; 8997e (22:597e)
text $5A
line "is confused!"
prompt
-_HurtItselfText: ; 8998e (22:598e)
+_HurtItselfText:: ; 8998e (22:598e)
text "It hurt itself in"
line "its confusion!"
prompt
-_ConfusedNoMoreText: ; 899b0 (22:59b0)
+_ConfusedNoMoreText:: ; 899b0 (22:59b0)
text $5A,"'s"
line "confused no more!"
prompt
-_SavingEnergyText: ; 899c6 (22:59c6)
+_SavingEnergyText:: ; 899c6 (22:59c6)
text $5A
line "is saving energy!"
prompt
-_UnleashedEnergyText: ; 899db (22:59db)
+_UnleashedEnergyText:: ; 899db (22:59db)
text $5A
line "unleashed energy!"
prompt
-_ThrashingAboutText: ; 899f0 (22:59f0)
+_ThrashingAboutText:: ; 899f0 (22:59f0)
text $5A,"'s"
line "thrashing about!"
done
-_AttackContinuesText: ; 89a05 (22:5a05)
+_AttackContinuesText:: ; 89a05 (22:5a05)
text $5A,"'s"
line "attack continues!"
done
-_CantMoveText: ; 89a1b (22:5a1b)
+_CantMoveText:: ; 89a1b (22:5a1b)
text $5A
line "can't move!"
prompt
-_UnnamedText_3daa8: ; 89a29 (22:5a29)
+_UnnamedText_3daa8:: ; 89a29 (22:5a29)
text $5a, "'s"
line "@"
TX_RAM $cd6d
@@ -1302,163 +1301,163 @@ _UnnamedText_3daa8: ; 89a29 (22:5a29)
cont "disabled!"
prompt
-_UnnamedText_3dafb: ; 89a40 (22:5a40)
+_UnnamedText_3dafb:: ; 89a40 (22:5a40)
text $5a, "@@"
-_UnnamedText_3db2d: ; 89a44 (22:5a44)
+_UnnamedText_3db2d:: ; 89a44 (22:5a44)
db $0
line "used @@"
-_UnnamedText_3db34: ; 89a4d (22:5a4d)
+_UnnamedText_3db34:: ; 89a4d (22:5a4d)
db $0
line "used @@"
-_UnnamedText_3db43: ; 89a56 (22:5a56)
+_UnnamedText_3db43:: ; 89a56 (22:5a56)
text "instead,"
cont "@@"
-_UnnamedText_3db4c: ; 89a62 (22:5a62)
+_UnnamedText_3db4c:: ; 89a62 (22:5a62)
TX_RAM $cf4b
text "@"
-_UnnamedText_3db6c: ; 89a67 (22:5a67)
+_UnnamedText_3db6c:: ; 89a67 (22:5a67)
text "!"
done
-_UnnamedText_3db71: ; 89a6a (22:5a6a)
+_UnnamedText_3db71:: ; 89a6a (22:5a6a)
text "!"
done
-_UnnamedText_3db76: ; 89a6d (22:5a6d)
+_UnnamedText_3db76:: ; 89a6d (22:5a6d)
text "!"
done
-_UnnamedText_3db7b: ; 89a70 (22:5a70)
+_UnnamedText_3db7b:: ; 89a70 (22:5a70)
text "!"
done
-_UnnamedText_3db80: ; 89a73 (22:5a73)
+_UnnamedText_3db80:: ; 89a73 (22:5a73)
text "!"
done
-_UnnamedText_3dc42: ; 89a76 (22:5a76)
+_UnnamedText_3dc42:: ; 89a76 (22:5a76)
text $5a, "'s"
line "attack missed!"
prompt
-_UnnamedText_3dc47: ; 89a89 (22:5a89)
+_UnnamedText_3dc47:: ; 89a89 (22:5a89)
text $5a
line "kept going and"
cont "crashed!"
prompt
-_UnnamedText_3dc4c: ; 89aa4 (22:5aa4)
+_UnnamedText_3dc4c:: ; 89aa4 (22:5aa4)
text $59, "'s"
line "unaffected!"
prompt
-_UnnamedText_3dc57: ; 89ab4 (22:5ab4)
+_UnnamedText_3dc57:: ; 89ab4 (22:5ab4)
text "It doesn't affect"
line $59, "!"
prompt
-_UnnamedText_3dc7e: ; 89ac9 (22:5ac9)
+_UnnamedText_3dc7e:: ; 89ac9 (22:5ac9)
text "Critical hit!"
prompt
-_UnnamedText_3dc83: ; 89ad8 (22:5ad8)
+_UnnamedText_3dc83:: ; 89ad8 (22:5ad8)
text "One-hit KO!"
prompt
-_UnnamedText_3ddb6: ; 89ae5 (22:5ae5)
+_UnnamedText_3ddb6:: ; 89ae5 (22:5ae5)
TX_RAM W_PLAYERMONNAME
text " is"
line "loafing around."
prompt
-_UnnamedText_3ddbb: ; 89afd (22:5afd)
+_UnnamedText_3ddbb:: ; 89afd (22:5afd)
TX_RAM W_PLAYERMONNAME
text " began"
line "to nap!"
prompt
-_UnnamedText_3ddc0: ; 89b10 (22:5b10)
+_UnnamedText_3ddc0:: ; 89b10 (22:5b10)
TX_RAM W_PLAYERMONNAME
text " won't"
line "obey!"
prompt
-_UnnamedText_3ddc5: ; 89b20 (22:5b20)
+_UnnamedText_3ddc5:: ; 89b20 (22:5b20)
TX_RAM W_PLAYERMONNAME
text " turned"
line "away!"
prompt
-_UnnamedText_3ddca: ; 89b32 (22:5b32)
+_UnnamedText_3ddca:: ; 89b32 (22:5b32)
TX_RAM W_PLAYERMONNAME
db $0
line "ignored orders!"
prompt
-_SubstituteTookDamageText: ; 89b47 (22:5b47)
+_SubstituteTookDamageText:: ; 89b47 (22:5b47)
text "The SUBSTITUTE"
line "took damage for"
cont $59, "!"
prompt
-_SubstituteBrokeText: ; 89b6a (22:5b6a)
+_SubstituteBrokeText:: ; 89b6a (22:5b6a)
text $59, "'s"
line "SUBSTITUTE broke!"
prompt
-_BuildingRageText: ; 89b80 (22:5b80)
+_BuildingRageText:: ; 89b80 (22:5b80)
text $5a, "'s"
line "RAGE is building!"
prompt
-_MirrorMoveFailedText: ; 89b96 (22:5b96)
+_MirrorMoveFailedText:: ; 89b96 (22:5b96)
text "The MIRROR MOVE"
next "failed!"
prompt
-_UnnamedText_3e887: ; 89baf (22:5baf)
+_UnnamedText_3e887:: ; 89baf (22:5baf)
text "Hit @"
TX_NUM $cd05, 1, 1
text " times!"
prompt
-_UnnamedText_554b2: ; 89bc2 (22:5bc2)
+_UnnamedText_554b2:: ; 89bc2 (22:5bc2)
TX_RAM $cd6d
text " gained"
line "@@"
-_UnnamedText_554cb: ; 89bd0 (22:5bd0)
+_UnnamedText_554cb:: ; 89bd0 (22:5bd0)
text "with EXP.ALL,"
cont "@@"
-_UnnamedText_554d4: ; 89be1 (22:5be1)
+_UnnamedText_554d4:: ; 89be1 (22:5be1)
text "a boosted"
cont "@@"
-_UnnamedText_554d8: ; 89bee (22:5bee)
+_UnnamedText_554d8:: ; 89bee (22:5bee)
TX_NUM $cf4b, 2, 4
text " EXP. Points!"
prompt
-UnnamedText_89c01: ; 89c01 (22:5c01)
+UnnamedText_89c01:: ; 89c01 (22:5c01)
TX_RAM $cd6d
text " grew"
line "to level @"
TX_NUM $d127, 1, 3
text "!@@"
-_UnnamedText_58e3b: ; 89c1d (22:5c1d)
+_UnnamedText_58e3b:: ; 89c1d (22:5c1d)
text "Wild @"
TX_RAM W_ENEMYMONNAME
db $0
line "appeared!"
prompt
-_UnnamedText_58e40: ; 89c33 (22:5c33)
+_UnnamedText_58e40:: ; 89c33 (22:5c33)
text "The hooked"
line "@"
TX_RAM W_ENEMYMONNAME
@@ -1466,83 +1465,83 @@ _UnnamedText_58e40: ; 89c33 (22:5c33)
cont "attacked!"
prompt
-_UnnamedText_58e45: ; 89c4f (22:5c4f)
+_UnnamedText_58e45:: ; 89c4f (22:5c4f)
TX_RAM W_ENEMYMONNAME
db $0
line "appeared!"
prompt
-_UnnamedText_58e4a: ; 89c5e (22:5c5e)
+_UnnamedText_58e4a:: ; 89c5e (22:5c5e)
TX_RAM W_TRAINERNAME
text " wants"
line "to fight!"
prompt
-_UnnamedText_58e4f: ; 89c73 (22:5c73)
+_UnnamedText_58e4f:: ; 89c73 (22:5c73)
text "SILPH SCOPE"
line "unveiled the"
cont "GHOST's identity!"
prompt
-_UnnamedText_58e54: ; 89c9e (22:5c9e)
+_UnnamedText_58e54:: ; 89c9e (22:5c9e)
text "Darn! The GHOST"
line "can't be ID'd!"
prompt
-_UnnamedText_58eae: ; 89cbc (22:5cbc)
+_UnnamedText_58eae:: ; 89cbc (22:5cbc)
text "Go! @@"
-_UnnamedText_58eb5: ; 89cc3 (22:5cc3)
+_UnnamedText_58eb5:: ; 89cc3 (22:5cc3)
text "Do it! @@"
-_UnnamedText_58ebc: ; 89ccd (22:5ccd)
+_UnnamedText_58ebc:: ; 89ccd (22:5ccd)
text "Get'm! @@"
-_UnnamedText_58ec3: ; 89cd6 (22:5cd6)
+_UnnamedText_58ec3:: ; 89cd6 (22:5cd6)
text "The enemy's weak!"
line "Get'm! @@"
-_UnnamedText_58ecc: ; 89cf0 (22:5cf0)
+_UnnamedText_58ecc:: ; 89cf0 (22:5cf0)
TX_RAM W_PLAYERMONNAME
text "!"
done
-_UnnamedText_58ed7: ; 89cf6 (22:5cf6)
+_UnnamedText_58ed7:: ; 89cf6 (22:5cf6)
TX_RAM W_PLAYERMONNAME
text " @@"
-_UnnamedText_58f25: ; 89cfd (22:5cfd)
+_UnnamedText_58f25:: ; 89cfd (22:5cfd)
text "enough!@@"
-_UnnamedText_58f2c: ; 89d07 (22:5d07)
+_UnnamedText_58f2c:: ; 89d07 (22:5d07)
text "OK!@@"
-_UnnamedText_58f33: ; 89d0d (22:5d0d)
+_UnnamedText_58f33:: ; 89d0d (22:5d0d)
text "good!@@"
-_UnnamedText_58f3e: ; 89d15 (22:5d15)
+_UnnamedText_58f3e:: ; 89d15 (22:5d15)
db $0
line "Come back!"
done
-_UnnamedText_2fb8e: ; 89d22 (22:5d22)
+_UnnamedText_2fb8e:: ; 89d22 (22:5d22)
text "It's super"
line "effective!"
prompt
-_UnnamedText_2fb93: ; 89d38 (22:5d38)
+_UnnamedText_2fb93:: ; 89d38 (22:5d38)
text "It's not very"
line "effective..."
prompt
-SafariZoneEatingText: ; 89d53 (22:5d53)
+SafariZoneEatingText:: ; 89d53 (22:5d53)
text "Wild @"
TX_RAM W_ENEMYMONNAME
db $0
line "is eating!"
prompt
-SafariZoneAngryText: ; 89d6a (22:5d6a)
+SafariZoneAngryText:: ; 89d6a (22:5d6a)
text "Wild @"
TX_RAM W_ENEMYMONNAME
db $0
@@ -1552,48 +1551,48 @@ SafariZoneAngryText: ; 89d6a (22:5d6a)
; money related
; XXX $2 BCD macro
; $2, pointer, byte
-_UnnamedText_1386b: ; 89d80 (22:5d80)
+_UnnamedText_1386b:: ; 89d80 (22:5d80)
text $52, " picked up"
line "¥@"
db $2, $e5, $cc, $c3
text "!"
prompt
-_UnnamedText_1c9c1: ; 89d96 (22:5d96)
+_UnnamedText_1c9c1:: ; 89d96 (22:5d96)
text "Clear all saved"
line "data?"
done
-_UnnamedText_1ca14: ; 89dad (22:5dad)
+_UnnamedText_1ca14:: ; 89dad (22:5dad)
text "Which floor do"
line "you want? "
done
-_PartyMenuNormalText: ; 89dc8 (22:5dc8)
+_PartyMenuNormalText:: ; 89dc8 (22:5dc8)
text "Choose a #MON."
done
-_PartyMenuItemUseText: ; 89dd8 (22:5dd8)
+_PartyMenuItemUseText:: ; 89dd8 (22:5dd8)
text "Use item on which"
line "#MON?"
done
-_PartyMenuBattleText: ; 89df1 (22:5df1)
+_PartyMenuBattleText:: ; 89df1 (22:5df1)
text "Bring out which"
line "#MON?"
done
-_PartyMenuUseTMText: ; 89e08 (22:5e08)
+_PartyMenuUseTMText:: ; 89e08 (22:5e08)
text "Use TM on which"
line "#MON?"
done
-_PartyMenuSwapMonText: ; 89e1f (22:5e1f)
+_PartyMenuSwapMonText:: ; 89e1f (22:5e1f)
text "Move #MON"
line "where?"
done
-_PotionText: ; 89e31 (22:5e31)
+_PotionText:: ; 89e31 (22:5e31)
TX_RAM $cd6d
db $0
line "recovered by @"
@@ -1601,61 +1600,61 @@ _PotionText: ; 89e31 (22:5e31)
text "!"
done
-_AntidoteText: ; 89e4b (22:5e4b)
+_AntidoteText:: ; 89e4b (22:5e4b)
TX_RAM $cd6d
text " was"
line "cured of poison!"
done
-_ParlyzHealText: ; 89e65 (22:5e65)
+_ParlyzHealText:: ; 89e65 (22:5e65)
TX_RAM $cd6d
text "'s"
line "rid of paralysis!"
done
-_BurnHealText: ; 89e7d (22:5e7d)
+_BurnHealText:: ; 89e7d (22:5e7d)
TX_RAM $cd6d
text "'s"
line "burn was healed!"
done
-_IceHealText: ; 89e94 (22:5e94)
+_IceHealText:: ; 89e94 (22:5e94)
TX_RAM $cd6d
text " was"
line "defrosted!"
done
-_AwakeningText: ; 89ea8 (22:5ea8)
+_AwakeningText:: ; 89ea8 (22:5ea8)
TX_RAM $cd6d
db $0
line "woke up!"
done
-_FullHealText: ; 89eb6 (22:5eb6)
+_FullHealText:: ; 89eb6 (22:5eb6)
TX_RAM $cd6d
text "'s"
line "health returned!"
done
-_ReviveText: ; 89ecd (22:5ecd)
+_ReviveText:: ; 89ecd (22:5ecd)
TX_RAM $cd6d
db $0
line "is revitalized!"
done
-_RareCandyText: ; 89ee2 (22:5ee2)
+_RareCandyText:: ; 89ee2 (22:5ee2)
TX_RAM $cd6d
text " grew"
line "to level @"
TX_NUM $d127, $1,$3
text "!@@"
-_UnnamedText_17f23: ; 89efe (22:5efe)
+_UnnamedText_17f23:: ; 89efe (22:5efe)
text $52, " turned on"
line "the PC."
prompt
-_UnnamedText_17f28: ; 89f13 (22:5f13)
+_UnnamedText_17f28:: ; 89f13 (22:5f13)
text "Accessed BILL's"
line "PC."
@@ -1663,7 +1662,7 @@ _UnnamedText_17f28: ; 89f13 (22:5f13)
line "Storage System."
prompt
-_UnnamedText_17f2d: ; 89f45 (22:5f45)
+_UnnamedText_17f2d:: ; 89f45 (22:5f45)
text "Accessed someone's"
line "PC."
@@ -1671,84 +1670,84 @@ _UnnamedText_17f2d: ; 89f45 (22:5f45)
line "Storage System."
prompt
-_UnnamedText_17f32: ; 89f7a (22:5f7a)
+_UnnamedText_17f32:: ; 89f7a (22:5f7a)
text "Accessed my PC."
para "Accessed Item"
line "Storage System."
prompt
-_UnnamedText_7b22: ; 89fa9 (22:5fa9)
+_UnnamedText_7b22:: ; 89fa9 (22:5fa9)
text $52, " turned on"
line "the PC."
prompt
-_UnnamedText_7b27: ; 89fbe (22:5fbe)
+_UnnamedText_7b27:: ; 89fbe (22:5fbe)
text "What do you want"
line "to do?"
done
-_UnnamedText_7b2c: ; 89fd7 (22:5fd7)
+_UnnamedText_7b2c:: ; 89fd7 (22:5fd7)
text "What do you want"
line "to deposit?"
done
-_UnnamedText_7b31: ; 89ff5 (22:5ff5)
+_UnnamedText_7b31:: ; 89ff5 (22:5ff5)
text "How many?"
done
-_UnnamedText_7b36: ; 8a000 (22:6000)
+_UnnamedText_7b36:: ; 8a000 (22:6000)
TX_RAM $cd6d
text " was"
line "stored via PC."
prompt
-_UnnamedText_7b3b: ; 8a018 (22:6018)
+_UnnamedText_7b3b:: ; 8a018 (22:6018)
text "You have nothing"
line "to deposit."
prompt
-_UnnamedText_7b40: ; 8a036 (22:6036)
+_UnnamedText_7b40:: ; 8a036 (22:6036)
text "No room left to"
line "store items."
prompt
-_UnnamedText_7b45: ; 8a054 (22:6054)
+_UnnamedText_7b45:: ; 8a054 (22:6054)
text "What do you want"
line "to withdraw?"
done
-_UnnamedText_7b4a: ; 8a073 (22:6073)
+_UnnamedText_7b4a:: ; 8a073 (22:6073)
text "How many?"
done
-_UnnamedText_7b4f: ; 8a07e (22:607e)
+_UnnamedText_7b4f:: ; 8a07e (22:607e)
text "Withdrew"
line "@"
TX_RAM $cd6d
text "."
prompt
-_UnnamedText_7b54: ; 8a08f (22:608f)
+_UnnamedText_7b54:: ; 8a08f (22:608f)
text "There is nothing"
line "stored."
prompt
-_UnnamedText_7b59: ; 8a0a9 (22:60a9)
+_UnnamedText_7b59:: ; 8a0a9 (22:60a9)
text "You can't carry"
line "any more items."
prompt
-_UnnamedText_7b5e: ; 8a0c9 (22:60c9)
+_UnnamedText_7b5e:: ; 8a0c9 (22:60c9)
text "What do you want"
line "to toss away?"
done
-_UnnamedText_7b63: ; 8a0e9 (22:60e9)
+_UnnamedText_7b63:: ; 8a0e9 (22:60e9)
text "How many?"
done
-_UnnamedText_76683: ; 8a0f4 (22:60f4)
+_UnnamedText_76683:: ; 8a0f4 (22:60f4)
text "Accessed #MON"
line "LEAGUE's site."
@@ -1756,20 +1755,20 @@ _UnnamedText_76683: ; 8a0f4 (22:60f4)
line "OF FAME List."
prompt
-_SwitchOnText: ; 0x8a131
+_SwitchOnText:: ; 0x8a131
text "Switch on!"
prompt
-_WhatText: ; 0x8a13d
+_WhatText:: ; 0x8a13d
text "What?"
done
-_DepositWhichMonText: ; 0x8a144
+_DepositWhichMonText:: ; 0x8a144
text "Deposit which"
line "#MON?"
done
-_MonWasStoredText: ; 0x8a159
+_MonWasStoredText:: ; 0x8a159
TX_RAM $cf4b
text " was"
line "stored in Box @"
@@ -1777,17 +1776,17 @@ _MonWasStoredText: ; 0x8a159
text "."
prompt
-_CantDepositLastMonText: ; 0x8a177
+_CantDepositLastMonText:: ; 0x8a177
text "You can't deposit"
line "the last #MON!"
prompt
-_BoxFullText: ; 0x8a198
+_BoxFullText:: ; 0x8a198
text "Oops! This Box is"
line "full of #MON."
prompt
-_MonIsTakenOutText: ; 0x8a1b9
+_MonIsTakenOutText:: ; 0x8a1b9
TX_RAM $cf4b
text " is"
line "taken out."
@@ -1796,12 +1795,12 @@ _MonIsTakenOutText: ; 0x8a1b9
text "."
prompt
-_NoMonText: ; 0x8a1d7
+_NoMonText:: ; 0x8a1d7
text "What? There are"
line "no #MON here!"
prompt
-_CantTakeMonText: ; 0x8a1f6
+_CantTakeMonText:: ; 0x8a1f6
text "You can't take"
line "any more #MON."
@@ -1809,12 +1808,12 @@ _CantTakeMonText: ; 0x8a1f6
line "first."
prompt
-_ReleaseWhichMonText: ; 0x8a228
+_ReleaseWhichMonText:: ; 0x8a228
text "Release which"
line "#MON?"
done
-_OnceReleasedText: ; 0x8a23d
+_OnceReleasedText:: ; 0x8a23d
text "Once released,"
line "@"
TX_RAM $cf4b
@@ -1822,62 +1821,62 @@ _OnceReleasedText: ; 0x8a23d
cont "gone forever. OK?"
done
-_MonWasReleasedText: ; 0x8a268
+_MonWasReleasedText:: ; 0x8a268
TX_RAM $cf4b
text " was"
line "released outside."
cont "Bye @"
-_UnnamedText_8a288: ; 8a288 (22:6288)
+_UnnamedText_8a288:: ; 8a288 (22:6288)
TX_RAM $cf4b
text "!"
prompt
-_RequireCoinCaseText: ; 8a28e (22:628e)
+_RequireCoinCaseText:: ; 8a28e (22:628e)
text "A COIN CASE is"
line "required!@@"
-_ExchangeCoinsForPrizesText: ; 8a2a9 (22:62a9)
+_ExchangeCoinsForPrizesText:: ; 8a2a9 (22:62a9)
text "We exchange your"
line "coins for prizes."
prompt
-_WhichPrizeText: ; 8a2cd (22:62cd)
+_WhichPrizeText:: ; 8a2cd (22:62cd)
text "Which prize do"
line "you want?"
done
-_HereYouGoText: ; 8a2e7 (22:62e7)
+_HereYouGoText:: ; 8a2e7 (22:62e7)
text "Here you go!@@"
-_SoYouWantPrizeText: ; 8a2f6 (22:62f6)
+_SoYouWantPrizeText:: ; 8a2f6 (22:62f6)
text "So, you want"
line "@"
TX_RAM $CD6D
text "?"
done
-_SorryNeedMoreCoins: ; 8a30b (22:630b)
+_SorryNeedMoreCoins:: ; 8a30b (22:630b)
text "Sorry, you need"
line "more coins.@@"
-_OopsYouDontHaveEnoughRoomText: ; 8a329 (22:6329)
+_OopsYouDontHaveEnoughRoomText:: ; 8a329 (22:6329)
text "Oops! You don't"
line "have enough room.@@"
-_OhFineThenText: ; 8a34c (22:634c)
+_OhFineThenText:: ; 8a34c (22:634c)
text "Oh, fine then.@@"
-_UnnamedText_1e93b: ; 8a35d (22:635d)
+_UnnamedText_1e93b:: ; 8a35d (22:635d)
text "Want to get your"
line "#DEX rated?"
done
-_UnnamedText_1e940: ; 8a37b (22:637b)
+_UnnamedText_1e940:: ; 8a37b (22:637b)
text "Closed link to"
line "PROF.OAK's PC.@@"
-_UnnamedText_1e946: ; 8a39a (22:639a)
+_UnnamedText_1e946:: ; 8a39a (22:639a)
text "Accessed PROF."
line "OAK's PC."
@@ -1885,24 +1884,24 @@ _UnnamedText_1e946: ; 8a39a (22:639a)
line "Rating System."
prompt
-_UnnamedText_5d43: ; 8a3d0 (22:63d0)
+_UnnamedText_5d43:: ; 8a3d0 (22:63d0)
text "Where would you"
line "like to go?"
done
-_UnnamedText_5d48: ; 8a3ed (22:63ed)
+_UnnamedText_5d48:: ; 8a3ed (22:63ed)
text "OK, please wait"
line "just a moment."
done
-_UnnamedText_5d4d: ; 8a40d (22:640d)
+_UnnamedText_5d4d:: ; 8a40d (22:640d)
text "The link was"
line "canceled."
done
INCLUDE "text/oakspeech.asm"
-_DoYouWantToNicknameText: ; 0x8a605
+_DoYouWantToNicknameText:: ; 0x8a605
text "Do you want to"
line "give a nickname"
cont "to @"
@@ -1910,18 +1909,18 @@ _DoYouWantToNicknameText: ; 0x8a605
text "?"
done
-_UnnamedText_699f: ; 8a62f (22:662f)
+_UnnamedText_699f:: ; 8a62f (22:662f)
text "Right! So your"
line "name is ", $52, "!"
prompt
-_UnnamedText_69e7: ; 8a64a (22:664a)
+_UnnamedText_69e7:: ; 8a64a (22:664a)
text "That's right! I"
line "remember now! His"
cont "name is ", $53, "!"
prompt
-_SSAnne8AfterBattleText2: ; 8a677 (22:6677)
+_SSAnne8AfterBattleText2:: ; 8a677 (22:6677)
TX_RAM $cd3f
text " and"
line "@"
@@ -1930,12 +1929,12 @@ _SSAnne8AfterBattleText2: ; 8a677 (22:6677)
cont "be traded."
done
-_Char00Text: ; 8a696 (22:6696)
+_Char00Text:: ; 8a696 (22:6696)
TX_NUM $FF8C,1,2
text " ERROR."
done
-_Char55Text: ; 8a6a3 (22:66a3)
+_Char55Text:: ; 8a6a3 (22:66a3)
text $4B,"@@"
INCLUDE "text/maps/digletts_cave_route_2_entrance.asm"
@@ -2011,28 +2010,28 @@ SECTION "Text 6", ROMX, BANK[TEXT_6]
INCLUDE "text/maps/route_24_2.asm"
INCLUDE "text/maps/route_25.asm"
-_FileDataDestroyedText: ; 945f1 (25:45f1)
+_FileDataDestroyedText:: ; 945f1 (25:45f1)
text "The file data is"
line "destroyed!"
prompt
-_WouldYouLikeToSaveText: ; 9460e (25:460e)
+_WouldYouLikeToSaveText:: ; 9460e (25:460e)
text "Would you like to"
line "SAVE the game?"
done
-_GameSavedText: ; 94630 (25:4630)
+_GameSavedText:: ; 94630 (25:4630)
text $52, " saved"
line "the game!"
done
-_OlderFileWillBeErasedText: ; 94643 (25:4643)
+_OlderFileWillBeErasedText:: ; 94643 (25:4643)
text "The older file"
line "will be erased to"
cont "save. Okay?"
done
-_UnnamedText_73909: ; 94671 (25:4671)
+_UnnamedText_73909:: ; 94671 (25:4671)
text "When you change a"
line "#MON BOX, data"
cont "will be saved."
@@ -2040,151 +2039,151 @@ _UnnamedText_73909: ; 94671 (25:4671)
para "Is that okay?"
done
-_UnnamedText_739d4: ; 946b0 (25:46b0)
+_UnnamedText_739d4:: ; 946b0 (25:46b0)
text "Choose a"
line $4a, " BOX.@@"
-_UnnamedText_3af3e: ; 946c2 (25:46c2)
+_UnnamedText_3af3e:: ; 946c2 (25:46c2)
TX_RAM $cf4b
text " evolved"
done
-_UnnamedText_3af43: ; 946cf (25:46cf)
+_UnnamedText_3af43:: ; 946cf (25:46cf)
db $0
line "into @"
TX_RAM $cd6d
text "!"
done
-_UnnamedText_3af48: ; 946dd (25:46dd)
+_UnnamedText_3af48:: ; 946dd (25:46dd)
text "Huh? @"
TX_RAM $cf4b
db $0
line "stopped evolving!"
prompt
-_UnnamedText_3af4d: ; 946fb (25:46fb)
+_UnnamedText_3af4d:: ; 946fb (25:46fb)
text "What? @"
TX_RAM $cf4b
db $0
line "is evolving!"
done
-_UnnamedText_3f245: ; 94715 (25:4715)
+_UnnamedText_3f245:: ; 94715 (25:4715)
text $59
line "fell asleep!"
prompt
-_UnnamedText_3f24a: ; 94725 (25:4725)
+_UnnamedText_3f24a:: ; 94725 (25:4725)
text $59, "'s"
line "already asleep!"
prompt
-_UnnamedText_3f2df: ; 94739 (25:4739)
+_UnnamedText_3f2df:: ; 94739 (25:4739)
text $59
line "was poisoned!"
prompt
-_UnnamedText_3f2e4: ; 9474a (25:474a)
+_UnnamedText_3f2e4:: ; 9474a (25:474a)
text $59, "'s"
line "badly poisoned!"
prompt
-_UnnamedText_3f3d8: ; 9475e (25:475e)
+_UnnamedText_3f3d8:: ; 9475e (25:475e)
text $59
line "was burned!"
prompt
-_UnnamedText_3f3dd: ; 9476d (25:476d)
+_UnnamedText_3f3dd:: ; 9476d (25:476d)
text $59
line "was frozen solid!"
prompt
-_UnnamedText_3f423: ; 94782 (25:4782)
+_UnnamedText_3f423:: ; 94782 (25:4782)
text "Fire defrosted"
line $59, "!"
prompt
-_UnnamedText_3f528: ; 94795 (25:4795)
+_UnnamedText_3f528:: ; 94795 (25:4795)
text $5a, "'s"
line "@"
TX_RAM $cf4b
text "@@"
-_UnnamedText_3f542: ; 947a0 (25:47a0)
+_UnnamedText_3f542:: ; 947a0 (25:47a0)
text $4c, "greatly@@"
-_UnnamedText_3f547: ; 947ab (25:47ab)
+_UnnamedText_3f547:: ; 947ab (25:47ab)
text " rose!"
prompt
-_UnnamedText_3f661: ; 947b3 (25:47b3)
+_UnnamedText_3f661:: ; 947b3 (25:47b3)
text $59, "'s"
line "@"
TX_RAM $cf4b
text "@@"
-_UnnamedText_3f67e: ; 947be (25:47be)
+_UnnamedText_3f67e:: ; 947be (25:47be)
text $4c, "greatly@@"
-_UnnamedText_3f683: ; 947c9 (25:47c9)
+_UnnamedText_3f683:: ; 947c9 (25:47c9)
text " fell!"
prompt
-_UnnamedText_3f802: ; 947d1 (25:47d1)
+_UnnamedText_3f802:: ; 947d1 (25:47d1)
text $5a
line "ran from battle!"
prompt
-_UnnamedText_3f807: ; 947e5 (25:47e5)
+_UnnamedText_3f807:: ; 947e5 (25:47e5)
text $59
line "ran away scared!"
prompt
-_UnnamedText_3f80c: ; 947f9 (25:47f9)
+_UnnamedText_3f80c:: ; 947f9 (25:47f9)
text $59
line "was blown away!"
prompt
-_UnnamedText_3f8c8: ; 9480c (25:480c)
+_UnnamedText_3f8c8:: ; 9480c (25:480c)
text $5a, "@@"
-_UnnamedText_3f8f9: ; 94810 (25:4810)
+_UnnamedText_3f8f9:: ; 94810 (25:4810)
db $0
line "made a whirlwind!"
prompt
-_UnnamedText_3f8fe: ; 94824 (25:4824)
+_UnnamedText_3f8fe:: ; 94824 (25:4824)
db $0
line "took in sunlight!"
prompt
-_UnnamedText_3f903: ; 94838 (25:4838)
+_UnnamedText_3f903:: ; 94838 (25:4838)
db $0
line "lowered its head!"
prompt
-_UnnamedText_3f908: ; 9484c (25:484c)
+_UnnamedText_3f908:: ; 9484c (25:484c)
db $0
line "is glowing!"
prompt
-_UnnamedText_3f90d: ; 9485a (25:485a)
+_UnnamedText_3f90d:: ; 9485a (25:485a)
db $0
line "flew up high!"
prompt
-_UnnamedText_3f912: ; 9486a (25:486a)
+_UnnamedText_3f912:: ; 9486a (25:486a)
db $0
line "dug a hole!"
prompt
-_UnnamedText_3f9a1: ; 94878 (25:4878)
+_UnnamedText_3f9a1:: ; 94878 (25:4878)
text $59
line "became confused!"
prompt
-_UnnamedText_3fa77: ; 9488c (25:488c)
+_UnnamedText_3fa77:: ; 9488c (25:488c)
text $5a
line "learned"
cont "@"
@@ -2192,7 +2191,7 @@ _UnnamedText_3fa77: ; 9488c (25:488c)
text "!"
prompt
-_UnnamedText_3fb09: ; 9489e (25:489e)
+_UnnamedText_3fb09:: ; 9489e (25:489e)
text $59, "'s"
line "@"
TX_RAM $cd6d
@@ -2200,101 +2199,101 @@ _UnnamedText_3fb09: ; 9489e (25:489e)
cont "disabled!"
prompt
-_UnnamedText_3fb3e: ; 948b6 (25:48b6)
+_UnnamedText_3fb3e:: ; 948b6 (25:48b6)
text "Nothing happened!"
prompt
-_UnnamedText_3fb49: ; 948c9 (25:48c9)
+_UnnamedText_3fb49:: ; 948c9 (25:48c9)
text "No effect!"
prompt
-_UnnamedText_3fb59: ; 948d5 (25:48d5)
+_UnnamedText_3fb59:: ; 948d5 (25:48d5)
text "But, it failed! "
prompt
-_UnnamedText_3fb64: ; 948e7 (25:48e7)
+_UnnamedText_3fb64:: ; 948e7 (25:48e7)
text "It didn't affect"
line $59, "!"
prompt
-_UnnamedText_3fb69: ; 948fb (25:48fb)
+_UnnamedText_3fb69:: ; 948fb (25:48fb)
text $59
line "is unaffected!"
prompt
-_UnnamedText_3fb74: ; 9490d (25:490d)
+_UnnamedText_3fb74:: ; 9490d (25:490d)
text $59, "'s"
line "paralyzed! It may"
cont "not attack!"
prompt
-_UnnamedText_17e1d: ; 9492f (25:492f)
+_UnnamedText_17e1d:: ; 9492f (25:492f)
text "It created a"
line "SUBSTITUTE!"
prompt
-_UnnamedText_17e22: ; 94949 (25:4949)
+_UnnamedText_17e22:: ; 94949 (25:4949)
text $5a
line "has a SUBSTITUTE!"
prompt
-_UnnamedText_17e27: ; 9495e (25:495e)
+_UnnamedText_17e27:: ; 9495e (25:495e)
text "Too weak to make"
line "a SUBSTITUTE!"
prompt
-_UnnamedText_2ff04: ; 9497e (25:497e)
+_UnnamedText_2ff04:: ; 9497e (25:497e)
text "Coins scattered"
line "everywhere!"
prompt
-_UnnamedText_27fb3: ; 9499b (25:499b)
+_UnnamedText_27fb3:: ; 9499b (25:499b)
text $5a, "'s"
line "getting pumped!"
prompt
-_UnnamedText_2bef2: ; 949af (25:49af)
+_UnnamedText_2bef2:: ; 949af (25:49af)
text $59
line "was seeded!"
prompt
-_UnnamedText_2bef7: ; 949be (25:49be)
+_UnnamedText_2bef7:: ; 949be (25:49be)
text $59
line "evaded attack!"
prompt
-_UnnamedText_1399e: ; 949d0 (25:49d0)
+_UnnamedText_1399e:: ; 949d0 (25:49d0)
text $5a, "'s"
line "hit with recoil!"
prompt
-_UnnamedText_139cd: ; 949e5 (25:49e5)
+_UnnamedText_139cd:: ; 949e5 (25:49e5)
text "Converted type to"
line $59, "'s!"
prompt
-_UnnamedText_13a53: ; 949fc (25:49fc)
+_UnnamedText_13a53:: ; 949fc (25:49fc)
text "All STATUS changes"
line "are eliminated!"
prompt
-_UnnamedText_3baa2: ; 94a20 (25:4a20)
+_UnnamedText_3baa2:: ; 94a20 (25:4a20)
text $5a
line "started sleeping!"
done
-_UnnamedText_3baa7: ; 94a35 (25:4a35)
+_UnnamedText_3baa7:: ; 94a35 (25:4a35)
text $5a
line "fell asleep and"
cont "became healthy!"
done
-_UnnamedText_3baac: ; 94a58 (25:4a58)
+_UnnamedText_3baac:: ; 94a58 (25:4a58)
text $5a
line "regained health!"
prompt
-_UnnamedText_3bb92: ; 94a6c (25:4a6c)
+_UnnamedText_3bb92:: ; 94a6c (25:4a6c)
text $5a
line "transformed into"
cont "@"
@@ -2302,37 +2301,37 @@ _UnnamedText_3bb92: ; 94a6c (25:4a6c)
text "!"
prompt
-_UnnamedText_3bbd7: ; 94a87 (25:4a87)
+_UnnamedText_3bbd7:: ; 94a87 (25:4a87)
text $5a, "'s"
line "protected against"
cont "special attacks!"
prompt
-_UnnamedText_3bbdc: ; 94aae (25:4aae)
+_UnnamedText_3bbdc:: ; 94aae (25:4aae)
text $5a
line "gained armor!"
prompt
-_UnnamedText_33f52: ; 94abf (25:4abf)
+_UnnamedText_33f52:: ; 94abf (25:4abf)
text $5a, "'s"
line "shrouded in mist!"
prompt
-_UnnamedText_78dc: ; 94ad5 (25:4ad5)
+_UnnamedText_78dc:: ; 94ad5 (25:4ad5)
text "Sucked health from"
line $59, "!"
prompt
-_UnnamedText_78e1: ; 94aec (25:4aec)
+_UnnamedText_78e1:: ; 94aec (25:4aec)
text $59, "'s"
line "dream was eaten!"
prompt
-_BattleCenterMText1: ; 94b01 (25:4b01)
+_BattleCenterMText1:: ; 94b01 (25:4b01)
text "!"
done
-_TradeCenterMText1: ; 94b04 (25:4b04)
+_TradeCenterMText1:: ; 94b04 (25:4b04)
text "!"
done
@@ -2436,18 +2435,18 @@ INCLUDE "text/maps/silph_co_1f.asm"
INCLUDE "text/maps/saffron_pokecenter.asm"
INCLUDE "text/maps/mr_psychics_house.asm"
-_PokemartGreetingText: ; a259c (28:659c)
+_PokemartGreetingText:: ; a259c (28:659c)
text "Hi there!"
next "May I help you?"
done
-_PokemonFaintedText: ; a25b7 (28:65b7)
+_PokemonFaintedText:: ; a25b7 (28:65b7)
TX_RAM $cd6d
db $0
line "fainted!"
done
-_PlayerBlackedOutText: ; a25c5 (28:65c5)
+_PlayerBlackedOutText:: ; a25c5 (28:65c5)
text $52, " is out of"
line "useable #MON!"
@@ -2455,16 +2454,16 @@ _PlayerBlackedOutText: ; a25c5 (28:65c5)
line "out!"
prompt
-_RepelWoreOffText: ; a25ef (28:65ef)
+_RepelWoreOffText:: ; a25ef (28:65ef)
text "REPEL's effect"
line "wore off."
done
-_PokemartBuyingGreetingText: ; a2608 (28:6608)
+_PokemartBuyingGreetingText:: ; a2608 (28:6608)
text "Take your time."
done
-_PokemartTellBuyPrice: ; a2619 (28:6619)
+_PokemartTellBuyPrice:: ; a2619 (28:6619)
TX_RAM $cf4b
text "?"
line "That will be"
@@ -2473,72 +2472,72 @@ _PokemartTellBuyPrice: ; a2619 (28:6619)
text ". OK?"
done
-_PokemartBoughtItemText: ; a2639 (28:6639)
+_PokemartBoughtItemText:: ; a2639 (28:6639)
text "Here you are!"
line "Thank you!"
prompt
-_PokemartNotEnoughMoneyText: ; a2653 (28:6653)
+_PokemartNotEnoughMoneyText:: ; a2653 (28:6653)
text "You don't have"
line "enough money."
prompt
-_PokemartItemBagFullText: ; a2670 (28:6670)
+_PokemartItemBagFullText:: ; a2670 (28:6670)
text "You can't carry"
line "any more items."
prompt
-_PokemonSellingGreetingText: ; a2690 (28:6690)
+_PokemonSellingGreetingText:: ; a2690 (28:6690)
text "What would you"
line "like to sell?"
done
-_PokemartTellSellPrice: ; a26ae (28:66ae)
+_PokemartTellSellPrice:: ; a26ae (28:66ae)
text "I can pay you"
line "¥@"
db $2, $9f, $ff, $c3 ; XXX
text " for that."
done
-_PokemartItemBagEmptyText: ; a26cf (28:66cf)
+_PokemartItemBagEmptyText:: ; a26cf (28:66cf)
text "You don't have"
line "anything to sell."
prompt
-_PokemartUnsellableItemText: ; a26f0 (28:66f0)
+_PokemartUnsellableItemText:: ; a26f0 (28:66f0)
text "I can't put a"
line "price on that."
prompt
-_PokemartThankYouText: ; a270d (28:670d)
+_PokemartThankYouText:: ; a270d (28:670d)
text "Thank you!"
done
-_PokemartAnythingElseText: ; a2719 (28:6719)
+_PokemartAnythingElseText:: ; a2719 (28:6719)
text "Is there anything"
line "else I can do?"
done
-UnnamedText_a273b: ; a273b (28:673b)
+UnnamedText_a273b:: ; a273b (28:673b)
TX_RAM $d036
text " learned"
line "@"
TX_RAM $cf4b
text "!@@"
-_UnnamedText_6fb4: ; a2750 (28:6750)
+_UnnamedText_6fb4:: ; a2750 (28:6750)
text "Which move should"
next "be forgotten?"
done
-_UnnamedText_6fb9: ; a2771 (28:6771)
+_UnnamedText_6fb9:: ; a2771 (28:6771)
text "Abandon learning"
line "@"
TX_RAM $cf4b
text "?"
done
-_UnnamedText_6fbe: ; a278a (28:678a)
+_UnnamedText_6fbe:: ; a278a (28:678a)
TX_RAM $d036
db $0
line "did not learn"
@@ -2547,7 +2546,7 @@ _UnnamedText_6fbe: ; a278a (28:678a)
text "!"
prompt
-_UnnamedText_6fc3: ; a27a4 (28:67a4)
+_UnnamedText_6fc3:: ; a27a4 (28:67a4)
TX_RAM $d036
text " is"
line "trying to learn"
@@ -2568,13 +2567,13 @@ _UnnamedText_6fc3: ; a27a4 (28:67a4)
text "?"
done
-_UnnamedText_6fc8: ; a2819 (28:6819)
+_UnnamedText_6fc8:: ; a2819 (28:6819)
text "1, 2 and...@@"
-_UnnamedText_6fd7: ; a2827 (28:6827)
+_UnnamedText_6fd7:: ; a2827 (28:6827)
text " Poof!@@"
-_UnnamedText_6fdc: ; a2830 (28:6830)
+_UnnamedText_6fdc:: ; a2830 (28:6830)
db $0
para "@"
TX_RAM $d036
@@ -2586,12 +2585,12 @@ _UnnamedText_6fdc: ; a2830 (28:6830)
para "And..."
prompt
-_UnnamedText_6fe1: ; a284d (28:684d)
+_UnnamedText_6fe1:: ; a284d (28:684d)
text "HM techniques"
line "can't be deleted!"
prompt
-_PokemonCenterWelcomeText: ; a286d (28:686d)
+_PokemonCenterWelcomeText:: ; a286d (28:686d)
text "Welcome to our"
line "#MON CENTER!"
@@ -2600,40 +2599,40 @@ _PokemonCenterWelcomeText: ; a286d (28:686d)
cont "perfect health!"
prompt
-_ShallWeHealYourPokemonText: ; a28b4 (28:68b4)
+_ShallWeHealYourPokemonText:: ; a28b4 (28:68b4)
text "Shall we heal your"
line "#MON?"
done
-_NeedYourPokemonText: ; a28ce (28:68ce)
+_NeedYourPokemonText:: ; a28ce (28:68ce)
text "OK. We'll need"
line "your #MON."
done
-_PokemonFightingFitText: ; a28e8 (28:68e8)
+_PokemonFightingFitText:: ; a28e8 (28:68e8)
text "Thank you!"
line "Your #MON are"
cont "fighting fit!"
prompt
-_PokemonCenterFarewellText: ; a2910 (28:6910)
+_PokemonCenterFarewellText:: ; a2910 (28:6910)
text "We hope to see"
line "you again!"
done
-_CableClubNPCText7: ; a292b (28:692b)
+_CableClubNPCText7:: ; a292b (28:692b)
text "This area is"
line "reserved for 2"
cont "friends who are"
cont "linked by cable."
done
-_CableClubNPCText1: ; a2969 (28:6969)
+_CableClubNPCText1:: ; a2969 (28:6969)
text "Welcome to the"
line "Cable Club!"
done
-_CableClubNPCText2: ; a2985 (28:6985)
+_CableClubNPCText2:: ; a2985 (28:6985)
text "Please apply here."
para "Before opening"
@@ -2641,10 +2640,10 @@ _CableClubNPCText2: ; a2985 (28:6985)
cont "to save the game."
done
-_CableClubNPCText3: ; a29cc (28:69cc)
+_CableClubNPCText3:: ; a29cc (28:69cc)
text "Please wait.@@"
-_CableClubNPCText4: ; a29db (28:69db)
+_CableClubNPCText4:: ; a29db (28:69db)
text "The link has been"
line "closed because of"
cont "inactivity."
@@ -2657,86 +2656,86 @@ _CableClubNPCText4: ; a29db (28:69db)
SECTION "Text 10", ROMX, BANK[TEXT_10]
-_CableClubNPCText5: ; a4000 (29:4000)
+_CableClubNPCText5:: ; a4000 (29:4000)
text "Please come again!"
done
-_CableClubNPCText6: ; a4014 (29:4014)
+_CableClubNPCText6:: ; a4014 (29:4014)
text "We're making"
line "preparations."
cont "Please wait."
done
-_UsedStrengthText: ; a403c (29:403c)
+_UsedStrengthText:: ; a403c (29:403c)
TX_RAM $cd6d
text " used"
line "STRENGTH.@@"
-_UnnamedText_cdbb: ; a4051 (29:4051)
+_UnnamedText_cdbb:: ; a4051 (29:4051)
TX_RAM $cd6d
text " can"
line "move boulders."
prompt
-_UnnamedText_cdfa: ; a4069 (29:4069)
+_UnnamedText_cdfa:: ; a4069 (29:4069)
text "The current is"
line "much too fast!"
prompt
-_UnnamedText_cdff: ; a4088 (29:4088)
+_UnnamedText_cdff:: ; a4088 (29:4088)
text "Cycling is fun!"
line "Forget SURFing!"
prompt
-_FlashLightsAreaText: ; a40a9 (29:40a9)
+_FlashLightsAreaText:: ; a40a9 (29:40a9)
text "A blinding FLASH"
line "lights the area!"
prompt
-_WarpToLastPokemonCenterText: ; a40cc (29:40cc)
+_WarpToLastPokemonCenterText:: ; a40cc (29:40cc)
text "Warp to the last"
line "#MON CENTER."
done
-_CannotUseTeleportNowText: ; a40eb (29:40eb)
+_CannotUseTeleportNowText:: ; a40eb (29:40eb)
TX_RAM $cd6d
text " can't"
line "use TELEPORT now."
prompt
-_CannotFlyHereText: ; a4107 (29:4107)
+_CannotFlyHereText:: ; a4107 (29:4107)
TX_RAM $cd6d
text " can't"
line "FLY here."
prompt
-_NotHealthyEnoughText: ; a411b (29:411b)
+_NotHealthyEnoughText:: ; a411b (29:411b)
text "Not healthy"
line "enough."
prompt
-_NewBadgeRequiredText: ; a4130 (29:4130)
+_NewBadgeRequiredText:: ; a4130 (29:4130)
text "No! A new BADGE"
line "is required."
prompt
-_CannotUseItemsHereText: ; a414e (29:414e)
+_CannotUseItemsHereText:: ; a414e (29:414e)
text "You can't use items"
line "here."
prompt
-_CannotGetOffHereText: ; a4168 (29:4168)
+_CannotGetOffHereText:: ; a4168 (29:4168)
text "You can't get off"
line "here."
prompt
-_UnnamedText_4fe39: ; a4180 (29:4180)
+_UnnamedText_4fe39:: ; a4180 (29:4180)
text $52, " got"
line "@"
TX_RAM $cd6d
text "!@@"
-_UnnamedText_4fe3f: ; a418f (29:418f)
+_UnnamedText_4fe3f:: ; a418f (29:418f)
text "There's no more"
line "room for #MON!"
cont "@"
@@ -2748,7 +2747,7 @@ _UnnamedText_4fe3f: ; a418f (29:418f)
text " on PC!"
done
-_UnnamedText_4fe44: ; a41d6 (29:41d6)
+_UnnamedText_4fe44:: ; a41d6 (29:41d6)
text "There's no more"
line "room for #MON!"
@@ -2771,7 +2770,7 @@ INCLUDE "text/maps/fuchsia_city.asm"
INCLUDE "text/maps/cinnabar_island.asm"
INCLUDE "text/maps/saffron_city.asm"
-_ItemUseBallText00: ; a6729 (29:6729)
+_ItemUseBallText00:: ; a6729 (29:6729)
text "It dodged the"
line "thrown BALL!"
@@ -2779,67 +2778,67 @@ _ItemUseBallText00: ; a6729 (29:6729)
line "can't be caught!"
prompt
-_ItemUseBallText01: ; a675f (29:675f)
+_ItemUseBallText01:: ; a675f (29:675f)
text "You missed the"
line "#MON!"
prompt
-_ItemUseBallText02: ; a6775 (29:6775)
+_ItemUseBallText02:: ; a6775 (29:6775)
text "Darn! The #MON"
line "broke free!"
prompt
-_ItemUseBallText03: ; a6791 (29:6791)
+_ItemUseBallText03:: ; a6791 (29:6791)
text "Aww! It appeared"
line "to be caught! "
prompt
-_ItemUseBallText04: ; a67b2 (29:67b2)
+_ItemUseBallText04:: ; a67b2 (29:67b2)
text "Shoot! It was so"
line "close too!"
prompt
-_ItemUseBallText05: ; a67cf (29:67cf)
+_ItemUseBallText05:: ; a67cf (29:67cf)
text "All right!"
line "@"
TX_RAM W_ENEMYMONNAME
text " was"
cont "caught!@@"
-_ItemUseBallText07: ; a67ee (29:67ee)
+_ItemUseBallText07:: ; a67ee (29:67ee)
TX_RAM W_BOXMON1NAME
text " was"
line "transferred to"
cont "BILL's PC!"
prompt
-_ItemUseBallText08: ; a6810 (29:6810)
+_ItemUseBallText08:: ; a6810 (29:6810)
TX_RAM W_BOXMON1NAME
text " was"
line "transferred to"
cont "someone's PC!"
prompt
-_ItemUseBallText06: ; a6835 (29:6835)
+_ItemUseBallText06:: ; a6835 (29:6835)
text "New #DEX data"
line "will be added for"
cont "@"
TX_RAM W_ENEMYMONNAME
text "!@@"
-_SurfingGotOnText: ; a685e (29:685e)
+_SurfingGotOnText:: ; a685e (29:685e)
text $52, " got on"
line "@"
TX_RAM $cd6d
text "!"
prompt
-_SurfingNoPlaceToGetOffText: ; a686f (29:686f)
+_SurfingNoPlaceToGetOffText:: ; a686f (29:686f)
text "There's no place"
line "to get off!"
prompt
-_VitaminStatRoseText: ; a688c (29:688c)
+_VitaminStatRoseText:: ; a688c (29:688c)
TX_RAM $cd6d
text "'s"
line "@"
@@ -2847,22 +2846,22 @@ _VitaminStatRoseText: ; a688c (29:688c)
text " rose."
prompt
-_VitaminNoEffectText: ; a689e (29:689e)
+_VitaminNoEffectText:: ; a689e (29:689e)
text "It won't have any"
line "effect."
prompt
-_ThrewBaitText: ; a68b8 (29:68b8)
+_ThrewBaitText:: ; a68b8 (29:68b8)
text $52, " threw"
line "some BAIT."
done
-_ThrewRockText: ; a68cc (29:68cc)
+_ThrewRockText:: ; a68cc (29:68cc)
text $52, " threw a"
line "ROCK."
done
-_PlayedFluteNoEffectText: ; a68dd (29:68dd)
+_PlayedFluteNoEffectText:: ; a68dd (29:68dd)
text "Played the #"
line "FLUTE."
@@ -2870,68 +2869,68 @@ _PlayedFluteNoEffectText: ; a68dd (29:68dd)
line "catchy tune!"
prompt
-_FluteWokeUpText: ; a690c (29:690c)
+_FluteWokeUpText:: ; a690c (29:690c)
text "All sleeping"
line "#MON woke up."
prompt
-_PlayedFluteHadEffectText: ; a6928 (29:6928)
+_PlayedFluteHadEffectText:: ; a6928 (29:6928)
text $52, " played the"
line "# FLUTE.@@"
-_CoinCaseNumCoinsText: ; a6940 (29:6940)
+_CoinCaseNumCoinsText:: ; a6940 (29:6940)
text "Coins"
line "@"
db $2, $a4, $d5, $c2 ; print BCD number
text " "
prompt
-_ItemfinderFoundItemText: ; a694f (29:694f)
+_ItemfinderFoundItemText:: ; a694f (29:694f)
text "Yes! ITEMFINDER"
line "indicates there's"
cont "an item nearby."
prompt
-_ItemfinderFoundNothingText: ; a6981 (29:6981)
+_ItemfinderFoundNothingText:: ; a6981 (29:6981)
text "Nope! ITEMFINDER"
line "isn't responding."
prompt
-_RaisePPWhichTechniqueText: ; a69a4 (29:69a4)
+_RaisePPWhichTechniqueText:: ; a69a4 (29:69a4)
text "Raise PP of which"
line "technique?"
done
-_RestorePPWhichTechniqueText: ; a69c2 (29:69c2)
+_RestorePPWhichTechniqueText:: ; a69c2 (29:69c2)
text "Restore PP of"
line "which technique?"
done
-_PPMaxedOutText: ; a69e2 (29:69e2)
+_PPMaxedOutText:: ; a69e2 (29:69e2)
TX_RAM $cf4b
text "'s PP"
line "is maxed out."
prompt
-_PPIncreasedText: ; a69f9 (29:69f9)
+_PPIncreasedText:: ; a69f9 (29:69f9)
TX_RAM $cf4b
text "'s PP"
line "increased."
prompt
-_PPRestoredText: ; a6a0d (29:6a0d)
+_PPRestoredText:: ; a6a0d (29:6a0d)
text "PP was restored."
prompt
-_BootedUpTMText: ; a6a1f (29:6a1f)
+_BootedUpTMText:: ; a6a1f (29:6a1f)
text "Booted up a TM!"
prompt
-_BootedUpHMText: ; a6a30 (29:6a30)
+_BootedUpHMText:: ; a6a30 (29:6a30)
text "Booted up an HM!"
prompt
-_TeachMachineMoveText: ; a6a42 (29:6a42)
+_TeachMachineMoveText:: ; a6a42 (29:6a42)
text "It contained"
line "@"
TX_RAM $cf4b
@@ -2943,7 +2942,7 @@ _TeachMachineMoveText: ; a6a42 (29:6a42)
line "to a #MON?"
done
-_MonCannotLearnMachineMoveText: ; a6a6e (29:6a6e)
+_MonCannotLearnMachineMoveText:: ; a6a6e (29:6a6e)
TX_RAM $cd6d
text " is not"
line "compatible with"
@@ -2957,44 +2956,44 @@ _MonCannotLearnMachineMoveText: ; a6a6e (29:6a6e)
text "."
prompt
-_ItemUseNotTimeText: ; a6aa6 (29:6aa6)
+_ItemUseNotTimeText:: ; a6aa6 (29:6aa6)
text "OAK: ", $52, "!"
line "This isn't the"
cont "time to use that! "
prompt
-_ItemUseNotYoursToUseText: ; a6ad0 (29:6ad0)
+_ItemUseNotYoursToUseText:: ; a6ad0 (29:6ad0)
text "This isn't yours"
line "to use!"
prompt
-_ItemUseNoEffectText: ; a6ae9 (29:6ae9)
+_ItemUseNoEffectText:: ; a6ae9 (29:6ae9)
text "It won't have any"
line "effect."
prompt
-_ThrowBallAtTrainerMonText1: ; a6b03 (29:6b03)
+_ThrowBallAtTrainerMonText1:: ; a6b03 (29:6b03)
text "The trainer"
line "blocked the BALL!"
prompt
-_ThrowBallAtTrainerMonText2: ; a6b22 (29:6b22)
+_ThrowBallAtTrainerMonText2:: ; a6b22 (29:6b22)
text "Don't be a thief!"
prompt
-_NoCyclingAllowedHereText: ; a6b34 (29:6b34)
+_NoCyclingAllowedHereText:: ; a6b34 (29:6b34)
text "No cycling"
next "allowed here."
prompt
-_NoSurfingHereText: ; a6b4e (29:6b4e)
+_NoSurfingHereText:: ; a6b4e (29:6b4e)
text "No SURFing on"
line "@"
TX_RAM $cd6d
text " here!"
prompt
-_BoxFullCannotThrowBallText: ; a6b69 (29:6b69)
+_BoxFullCannotThrowBallText:: ; a6b69 (29:6b69)
text "The #MON BOX"
line "is full! Can't"
cont "use that item!"
@@ -3003,51 +3002,51 @@ _BoxFullCannotThrowBallText: ; a6b69 (29:6b69)
SECTION "Text 11", ROMX, BANK[TEXT_11]
-_ItemUseText001: ; a8000 (2a:4000)
+_ItemUseText001:: ; a8000 (2a:4000)
text $52," used@@"
-_ItemUseText002: ; a8009 (2a:4009)
+_ItemUseText002:: ; a8009 (2a:4009)
TX_RAM $cf4b
text "!"
done
-_GotOnBicycleText1: ; a800f (2a:400f)
+_GotOnBicycleText1:: ; a800f (2a:400f)
text $52, " got on the@@"
-_GotOnBicycleText2: ; a801e (2a:401e)
+_GotOnBicycleText2:: ; a801e (2a:401e)
TX_RAM $cf4b
text "!"
prompt
-_GotOffBicycleText1: ; a8024 (2a:4024)
+_GotOffBicycleText1:: ; a8024 (2a:4024)
text $52, " got off@@"
-_GotOffBicycleText2: ; a8030 (2a:4030)
+_GotOffBicycleText2:: ; a8030 (2a:4030)
text "the @"
TX_RAM $cf4b
text "."
prompt
-_ThrewAwayItemText: ; a803c (2a:403c)
+_ThrewAwayItemText:: ; a803c (2a:403c)
text "Threw away"
line "@"
TX_RAM $cd6d
text "."
prompt
-_IsItOKToTossItemText: ; a804f (2a:404f)
+_IsItOKToTossItemText:: ; a804f (2a:404f)
text "Is it OK to toss"
line "@"
TX_RAM $cf4b
text "?"
prompt
-_TooImportantToTossText: ; a8068 (2a:4068)
+_TooImportantToTossText:: ; a8068 (2a:4068)
text "That's too impor-"
line "tant to toss!"
prompt
-_UnnamedText_2fe3b: ; a8088 (2a:4088)
+_UnnamedText_2fe3b:: ; a8088 (2a:4088)
TX_RAM $cd6d
text " knows"
line "@"
@@ -3055,12 +3054,12 @@ _UnnamedText_2fe3b: ; a8088 (2a:4088)
text "!"
prompt
-_UnnamedText_71d88: ; a809a (2a:409a)
+_UnnamedText_71d88:: ; a809a (2a:409a)
text "Okay, connect the"
line "cable like so!"
prompt
-_UnnamedText_71d8d: ; a80bc (2a:40bc)
+_UnnamedText_71d8d:: ; a80bc (2a:40bc)
text $52, " traded"
line "@"
TX_RAM $cd13
@@ -3069,7 +3068,7 @@ _UnnamedText_71d8d: ; a80bc (2a:40bc)
TX_RAM $cd1e
text "!@@"
-_UnnamedText_71d94: ; a80d8 (2a:40d8)
+_UnnamedText_71d94:: ; a80d8 (2a:40d8)
text "I'm looking for"
line "@"
TX_RAM $cd13
@@ -3081,12 +3080,12 @@ _UnnamedText_71d94: ; a80d8 (2a:40d8)
text "? "
done
-_UnnamedText_71d99: ; a810b (2a:410b)
+_UnnamedText_71d99:: ; a810b (2a:410b)
text "Awww!"
line "Oh well..."
done
-_UnnamedText_71d9e: ; a811d (2a:411d)
+_UnnamedText_71d9e:: ; a811d (2a:411d)
text "What? That's not"
line "@"
TX_RAM $cd13
@@ -3096,18 +3095,18 @@ _UnnamedText_71d9e: ; a811d (2a:411d)
line "come back here!"
done
-_UnnamedText_71da3: ; a8155 (2a:4155)
+_UnnamedText_71da3:: ; a8155 (2a:4155)
text "Hey thanks!"
done
-_UnnamedText_71da8: ; a8162 (2a:4162)
+_UnnamedText_71da8:: ; a8162 (2a:4162)
text "Isn't my old"
line "@"
TX_RAM $cd1e
text " great?"
done
-_UnnamedText_71dad: ; a817c (2a:417c)
+_UnnamedText_71dad:: ; a817c (2a:417c)
text "Hello there! Do"
line "you want to trade"
@@ -3119,12 +3118,12 @@ _UnnamedText_71dad: ; a817c (2a:417c)
text "?"
done
-_UnnamedText_71db2: ; a81b5 (2a:41b5)
+_UnnamedText_71db2:: ; a81b5 (2a:41b5)
text "Well, if you"
line "don't want to..."
done
-_UnnamedText_71db7: ; a81d3 (2a:41d3)
+_UnnamedText_71db7:: ; a81d3 (2a:41d3)
text "Hmmm? This isn't"
line "@"
TX_RAM $cd13
@@ -3134,11 +3133,11 @@ _UnnamedText_71db7: ; a81d3 (2a:41d3)
line "you get one."
done
-_UnnamedText_71dbc: ; a8209 (2a:4209)
+_UnnamedText_71dbc:: ; a8209 (2a:4209)
text "Thanks!"
done
-_UnnamedText_71dc1: ; a8212 (2a:4212)
+_UnnamedText_71dc1:: ; a8212 (2a:4212)
text "The @"
TX_RAM $cd13
text " you"
@@ -3147,7 +3146,7 @@ _UnnamedText_71dc1: ; a8212 (2a:4212)
para "went and evolved!"
done
-_UnnamedText_71dc6: ; a8240 (2a:4240)
+_UnnamedText_71dc6:: ; a8240 (2a:4240)
text "Hi! Do you have"
line "@"
TX_RAM $cd13
@@ -3159,11 +3158,11 @@ _UnnamedText_71dc6: ; a8240 (2a:4240)
text "?"
done
-_UnnamedText_71dcb: ; a8274 (2a:4274)
+_UnnamedText_71dcb:: ; a8274 (2a:4274)
text "That's too bad."
done
-_UnnamedText_71dd0: ; a8284 (2a:4284)
+_UnnamedText_71dd0:: ; a8284 (2a:4284)
text "...This is no"
line "@"
TX_RAM $cd13
@@ -3173,11 +3172,11 @@ _UnnamedText_71dd0: ; a8284 (2a:4284)
line "trade it with me!"
done
-_UnnamedText_71dd5: ; a82bc (2a:42bc)
+_UnnamedText_71dd5:: ; a82bc (2a:42bc)
text "Thanks pal!"
done
-_UnnamedText_71dda: ; a82c9 (2a:42c9)
+_UnnamedText_71dda:: ; a82c9 (2a:42c9)
text "How is my old"
line "@"
TX_RAM $cd1e
@@ -3189,12 +3188,12 @@ _UnnamedText_71dda: ; a82c9 (2a:42c9)
line "doing great!"
done
-_UnnamedText_ef7d: ; a82f8 (2a:42f8)
+_UnnamedText_ef7d:: ; a82f8 (2a:42f8)
text "There isn't"
line "anything to CUT!"
prompt
-_UsedCutText: ; a8315 (2a:4315)
+_UsedCutText:: ; a8315 (2a:4315)
TX_RAM $cd6d
text " hacked"
line "away with CUT!"