"Trainer*AfterBattleText" labels

This commit is contained in:
Remy Oukaour
2017-12-10 15:36:58 -05:00
parent 25bff5c1ac
commit 66527d861f
79 changed files with 584 additions and 585 deletions

View File

@@ -10,19 +10,19 @@ AzaleaMart_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
ClerkScript_0x18e040: AzaleaMartClerkScript:
opentext opentext
pokemart MARTTYPE_STANDARD, MART_AZALEA pokemart MARTTYPE_STANDARD, MART_AZALEA
closetext closetext
end end
CooltrainerMScript_0x18e047: AzaleaMartCooltrainerMScript:
jumptextfaceplayer UnknownText_0x18e04d jumptextfaceplayer AzaleaMartCooltrainerMText
BugCatcherScript_0x18e04a: AzaleaMartBugCatcherScript:
jumptextfaceplayer UnknownText_0x18e0b6 jumptextfaceplayer AzaleaMartBugCatcherText
UnknownText_0x18e04d: AzaleaMartCooltrainerMText:
text "There's no GREAT" text "There's no GREAT"
line "BALL here. #" line "BALL here. #"
@@ -34,7 +34,7 @@ UnknownText_0x18e04d:
cont "his custom BALLS." cont "his custom BALLS."
done done
UnknownText_0x18e0b6: AzaleaMartBugCatcherText:
text "A GREAT BALL is" text "A GREAT BALL is"
line "better for catch-" line "better for catch-"
cont "ing #MON than a" cont "ing #MON than a"
@@ -62,6 +62,6 @@ AzaleaMart_MapEventHeader:
.PersonEvents: .PersonEvents:
db 3 db 3
person_event SPRITE_CLERK, 3, 1, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ClerkScript_0x18e040, -1 person_event SPRITE_CLERK, 3, 1, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaMartClerkScript, -1
person_event SPRITE_COOLTRAINER_M, 5, 2, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, CooltrainerMScript_0x18e047, -1 person_event SPRITE_COOLTRAINER_M, 5, 2, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaMartCooltrainerMScript, -1
person_event SPRITE_BUG_CATCHER, 2, 7, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, BugCatcherScript_0x18e04a, -1 person_event SPRITE_BUG_CATCHER, 2, 7, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, AzaleaMartBugCatcherScript, -1

View File

@@ -9,27 +9,27 @@ AzaleaPokeCenter1F_MapScriptHeader:
db 1 db 1
; triggers ; triggers
dw UnknownScript_0x18db27, 0 maptrigger .Trigger0
.MapCallbacks: .MapCallbacks:
db 0 db 0
UnknownScript_0x18db27: .Trigger0:
end end
NurseScript_0x18db28: AzaleaPokeCenter1FNurseScript:
jumpstd pokecenternurse jumpstd pokecenternurse
GentlemanScript_0x18db2b: AzaleaPokeCenter1FGentlemanScript:
jumptextfaceplayer UnknownText_0x18db34 jumptextfaceplayer AzaleaPokeCenter1FGentlemanText
FishingGuruScript_0x18db2e: AzaleaPokeCenter1FFishingGuruScript:
jumptextfaceplayer UnknownText_0x18dbee jumptextfaceplayer AzaleaPokeCenter1FFishingGuruText
PokefanFScript_0x18db31: AzaleaPokeCenter1FPokefanFScript:
jumptextfaceplayer UnknownText_0x18dc19 jumptextfaceplayer AzaleaPokeCenter1FPokefanFText
UnknownText_0x18db34: AzaleaPokeCenter1FGentlemanText:
text "Do your #MON" text "Do your #MON"
line "know HM moves?" line "know HM moves?"
@@ -40,7 +40,7 @@ UnknownText_0x18db34:
line "fainted." line "fainted."
done done
UnknownText_0x18db88: AzaleaPokeCenter1FUnusedText:
text "This BILL guy" text "This BILL guy"
line "created the system" line "created the system"
@@ -52,13 +52,13 @@ UnknownText_0x18db88:
cont "#MON per BOX." cont "#MON per BOX."
done done
UnknownText_0x18dbee: AzaleaPokeCenter1FFishingGuruText:
text "BILL's PC can" text "BILL's PC can"
line "store up to 20" line "store up to 20"
cont "#MON per BOX." cont "#MON per BOX."
done done
UnknownText_0x18dc19: AzaleaPokeCenter1FPokefanFText:
text "Do you know about" text "Do you know about"
line "APRICORNS?" line "APRICORNS?"
@@ -96,7 +96,7 @@ AzaleaPokeCenter1F_MapEventHeader:
.PersonEvents: .PersonEvents:
db 4 db 4
person_event SPRITE_NURSE, 1, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, NurseScript_0x18db28, -1 person_event SPRITE_NURSE, 1, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaPokeCenter1FNurseScript, -1
person_event SPRITE_GENTLEMAN, 6, 9, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, GentlemanScript_0x18db2b, -1 person_event SPRITE_GENTLEMAN, 6, 9, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaPokeCenter1FGentlemanScript, -1
person_event SPRITE_FISHING_GURU, 1, 6, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, FishingGuruScript_0x18db2e, -1 person_event SPRITE_FISHING_GURU, 1, 6, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaPokeCenter1FFishingGuruScript, -1
person_event SPRITE_POKEFAN_F, 4, 1, SPRITEMOVEDATA_WANDER, 2, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 0, PokefanFScript_0x18db31, -1 person_event SPRITE_POKEFAN_F, 4, 1, SPRITEMOVEDATA_WANDER, 2, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AzaleaPokeCenter1FPokefanFScript, -1

View File

@@ -112,10 +112,10 @@ AzaleaTownRivalBattleScript:
end end
AzaleaTownRocket1Script: AzaleaTownRocket1Script:
jumptextfaceplayer GoodSamaritanRocketText jumptextfaceplayer AzaleaTownRocket1Text
AzaleaTownRocket2Script: AzaleaTownRocket2Script:
jumptextfaceplayer TastySlowpokeTailRocketText jumptextfaceplayer AzaleaTownRocket2Text
AzaleaTownGrampsScript: AzaleaTownGrampsScript:
faceplayer faceplayer
@@ -159,15 +159,15 @@ WoosterScript:
closetext closetext
end end
AzaleaTown_CelebiEventScript: AzaleaTownCelebiTrigger:
applymovement PLAYER, Movement_PlayerWalksOutOfKurtsHouse applymovement PLAYER, AzaleaTownPlayerLeavesKurtsHouseMovement
opentext opentext
writetext IlexForestIsRestlessText writetext AzaleaTownKurtText1
buttonsound buttonsound
spriteface AZALEATOWN_KURT_OUTSIDE, RIGHT spriteface AZALEATOWN_KURT_OUTSIDE, RIGHT
writetext HeresTheGSBallBackText writetext AzaleaTownKurtText2
buttonsound buttonsound
writetext PleaseInvestigateIlexForestText writetext AzaleaTownKurtText3
waitbutton waitbutton
verbosegiveitem GS_BALL verbosegiveitem GS_BALL
spriteface AZALEATOWN_KURT_OUTSIDE, LEFT spriteface AZALEATOWN_KURT_OUTSIDE, LEFT
@@ -181,7 +181,7 @@ AzaleaTown_CelebiEventScript:
AzaleaTownKurtScript: AzaleaTownKurtScript:
faceplayer faceplayer
opentext opentext
writetext PleaseInvestigateIlexForestText writetext AzaleaTownKurtText3
waitbutton waitbutton
spriteface AZALEATOWN_KURT_OUTSIDE, LEFT spriteface AZALEATOWN_KURT_OUTSIDE, LEFT
closetext closetext
@@ -217,7 +217,6 @@ WhiteApricornTree:
AzaleaTownHiddenFullHeal: AzaleaTownHiddenFullHeal:
dwb EVENT_AZALEA_TOWN_HIDDEN_FULL_HEAL, FULL_HEAL dwb EVENT_AZALEA_TOWN_HIDDEN_FULL_HEAL, FULL_HEAL
AzaleaTownRivalBattleApproachMovement1: AzaleaTownRivalBattleApproachMovement1:
step LEFT step LEFT
step LEFT step LEFT
@@ -244,7 +243,7 @@ AzaleaTownRivalBattleExitMovement:
step LEFT step LEFT
step_end step_end
Movement_PlayerWalksOutOfKurtsHouse: AzaleaTownPlayerLeavesKurtsHouseMovement:
step LEFT step LEFT
step LEFT step LEFT
step UP step UP
@@ -314,7 +313,7 @@ AzaleaTownRivalLossText:
line "you were lying." line "you were lying."
done done
GoodSamaritanRocketText: AzaleaTownRocket1Text:
text "It's unsafe to go" text "It's unsafe to go"
line "in there, so I'm" line "in there, so I'm"
cont "standing guard." cont "standing guard."
@@ -323,7 +322,7 @@ GoodSamaritanRocketText:
line "Samaritan?" line "Samaritan?"
done done
TastySlowpokeTailRocketText: AzaleaTownRocket2Text:
text "Do you know about" text "Do you know about"
line "SLOWPOKETAIL? I" line "SLOWPOKETAIL? I"
cont "heard it's tasty!" cont "heard it's tasty!"
@@ -392,19 +391,19 @@ WoosterText:
text "WOOSTER: Gugyoo…" text "WOOSTER: Gugyoo…"
done done
IlexForestIsRestlessText: AzaleaTownKurtText1:
text "ILEX FOREST is" text "ILEX FOREST is"
line "restless!" line "restless!"
para "What is going on?" para "What is going on?"
done done
HeresTheGSBallBackText: AzaleaTownKurtText2:
text "<PLAYER>, here's" text "<PLAYER>, here's"
line "your GS BALL back!" line "your GS BALL back!"
done done
PleaseInvestigateIlexForestText: AzaleaTownKurtText3:
text "Could you go see" text "Could you go see"
line "why ILEX FOREST is" line "why ILEX FOREST is"
cont "so restless?" cont "so restless?"
@@ -479,7 +478,7 @@ AzaleaTown_MapEventHeader:
db 3 db 3
xy_trigger 1, $a, $5, $0, AzaleaTownRivalBattleTrigger1, $0, $0 xy_trigger 1, $a, $5, $0, AzaleaTownRivalBattleTrigger1, $0, $0
xy_trigger 1, $b, $5, $0, AzaleaTownRivalBattleTrigger2, $0, $0 xy_trigger 1, $b, $5, $0, AzaleaTownRivalBattleTrigger2, $0, $0
xy_trigger 2, $6, $9, $0, AzaleaTown_CelebiEventScript, $0, $0 xy_trigger 2, $6, $9, $0, AzaleaTownCelebiTrigger, $0, $0
.Signposts: .Signposts:
db 9 db 9

View File

@@ -100,7 +100,7 @@ TrainerCooltrainermPaul:
CooltrainermPaulScript: CooltrainermPaulScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermPaulAfterText writetext CooltrainermPaulAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -111,7 +111,7 @@ TrainerCooltrainermMike:
CooltrainermMikeScript: CooltrainermMikeScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermMikeAfterText writetext CooltrainermMikeAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -122,7 +122,7 @@ TrainerCooltrainerfLola:
CooltrainerfLolaScript: CooltrainerfLolaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfLolaAfterText writetext CooltrainerfLolaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -300,7 +300,7 @@ CooltrainermPaulBeatenText:
line "lost?" line "lost?"
done done
CooltrainermPaulAfterText: CooltrainermPaulAfterBattleText:
text "LANCE told you" text "LANCE told you"
line "that he'd like to" line "that he'd like to"
@@ -318,7 +318,7 @@ CooltrainermMikeBeatenText:
text "That's odd." text "That's odd."
done done
CooltrainermMikeAfterText: CooltrainermMikeAfterBattleText:
text "I know my short-" text "I know my short-"
line "comings now." line "comings now."
@@ -344,7 +344,7 @@ CooltrainerfLolaBeatenText:
text "Way to go!" text "Way to go!"
done done
CooltrainerfLolaAfterText: CooltrainerfLolaAfterBattleText:
text "Dragons are weak" text "Dragons are weak"
line "against dragon-" line "against dragon-"
cont "type moves." cont "type moves."

View File

@@ -68,7 +68,7 @@ TrainerCooltrainermCody:
CooltrainermCodyScript: CooltrainermCodyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermCodyAfterText writetext CooltrainermCodyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -79,7 +79,7 @@ TrainerCooltrainerfFran:
CooltrainerfFranScript: CooltrainerfFranScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfFranAfterText writetext CooltrainerfFranAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -95,7 +95,7 @@ CooltrainermCodyBeatenText:
line "had a dragon!" line "had a dragon!"
done done
CooltrainermCodyAfterText: CooltrainermCodyAfterBattleText:
text "Members of our" text "Members of our"
line "dragon-user clan" line "dragon-user clan"
@@ -119,7 +119,7 @@ CooltrainerfFranBeatenText:
text "Awww… I lost…" text "Awww… I lost…"
done done
CooltrainerfFranAfterText: CooltrainerfFranAfterBattleText:
text "Uh-oh… CLAIR is" text "Uh-oh… CLAIR is"
line "going to be mad…" line "going to be mad…"
done done

View File

@@ -55,7 +55,7 @@ TrainerLassMichelle:
LassMichelleScript: LassMichelleScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x72e30 writetext LassMichelleAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -66,7 +66,7 @@ TrainerPicnickerTanya:
PicnickerTanyaScript: PicnickerTanyaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x72e8e writetext PicnickerTanyaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -77,7 +77,7 @@ TrainerBeautyJulia:
BeautyJuliaScript: BeautyJuliaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x72f01 writetext BeautyJuliaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -88,7 +88,7 @@ TrainerTwinsJoandzoe1:
TwinsJoandzoe1Script: TwinsJoandzoe1Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x72f70 writetext TwinsJoandzoe1AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -99,7 +99,7 @@ TrainerTwinsJoandzoe2:
TwinsJoandzoe2Script: TwinsJoandzoe2Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x72fc0 writetext TwinsJoandzoe2AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -199,7 +199,7 @@ LassMichelleBeatenText:
text "Oh, bleah!" text "Oh, bleah!"
done done
UnknownText_0x72e30: LassMichelleAfterBattleText:
text "I just got care-" text "I just got care-"
line "less, that's all!" line "less, that's all!"
done done
@@ -214,7 +214,7 @@ PicnickerTanyaBeatenText:
text "Oh, that's it?" text "Oh, that's it?"
done done
UnknownText_0x72e8e: PicnickerTanyaAfterBattleText:
text "Oh, look at all" text "Oh, look at all"
line "your BADGES. No" line "your BADGES. No"
@@ -232,7 +232,7 @@ BeautyJuliaBeatenText:
text "How annoying!" text "How annoying!"
done done
UnknownText_0x72f01: BeautyJuliaAfterBattleText:
text "How do I go about" text "How do I go about"
line "becoming ladylike" line "becoming ladylike"
cont "like ERIKA?" cont "like ERIKA?"
@@ -248,7 +248,7 @@ TwinsJoandzoe1BeatenText:
text "Oh… We lost…" text "Oh… We lost…"
done done
UnknownText_0x72f70: TwinsJoandzoe1AfterBattleText:
text "ERIKA will get you" text "ERIKA will get you"
line "back for us!" line "back for us!"
done done
@@ -262,7 +262,7 @@ TwinsJoandzoe2BeatenText:
text "We couldn't win…" text "We couldn't win…"
done done
UnknownText_0x72fc0: TwinsJoandzoe2AfterBattleText:
text "ERIKA is much," text "ERIKA is much,"
line "much stronger!" line "much stronger!"
done done

View File

@@ -93,7 +93,7 @@ TrainerSwimmerfDiana:
SwimmerfDianaScript: SwimmerfDianaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x188856 writetext SwimmerfDianaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -104,7 +104,7 @@ TrainerSwimmerfBriana:
SwimmerfBrianaScript: SwimmerfBrianaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x1888c0 writetext SwimmerfBrianaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -115,7 +115,7 @@ TrainerSwimmermParker:
SwimmermParkerScript: SwimmermParkerScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x188943 writetext SwimmermParkerAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -299,7 +299,7 @@ SwimmerfDianaBeatenText:
line "the winner!" line "the winner!"
done done
UnknownText_0x188856: SwimmerfDianaAfterBattleText:
text "I'll be swimming" text "I'll be swimming"
line "quietly." line "quietly."
done done
@@ -315,7 +315,7 @@ SwimmerfBrianaBeatenText:
line "disposed of me…" line "disposed of me…"
done done
UnknownText_0x1888c0: SwimmerfBrianaAfterBattleText:
text "Don't be too smug" text "Don't be too smug"
line "about beating me." line "about beating me."
@@ -335,7 +335,7 @@ SwimmermParkerBeatenText:
text "This can't be…" text "This can't be…"
done done
UnknownText_0x188943: SwimmermParkerAfterBattleText:
text "MISTY has gotten" text "MISTY has gotten"
line "much better in the" line "much better in the"
cont "past few years." cont "past few years."

View File

@@ -22,7 +22,7 @@ TrainerKimono_girlNaoko2:
Kimono_girlNaoko2Script: Kimono_girlNaoko2Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x99579 writetext Kimono_girlNaoko2AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -33,7 +33,7 @@ TrainerKimono_girlSayo:
Kimono_girlSayoScript: Kimono_girlSayoScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x9960b writetext Kimono_girlSayoAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -44,7 +44,7 @@ TrainerKimono_girlZuki:
Kimono_girlZukiScript: Kimono_girlZukiScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x99688 writetext Kimono_girlZukiAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -55,7 +55,7 @@ TrainerKimono_girlKuni:
Kimono_girlKuniScript: Kimono_girlKuniScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x99714 writetext Kimono_girlKuniAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -66,7 +66,7 @@ TrainerKimono_girlMiki:
Kimono_girlMikiScript: Kimono_girlMikiScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x997a8 writetext Kimono_girlMikiAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -148,7 +148,7 @@ Kimono_girlNaoko2BeatenText:
line "strong." line "strong."
done done
UnknownText_0x99579: Kimono_girlNaoko2AfterBattleText:
text "I enjoyed that" text "I enjoyed that"
line "bout. I would like" line "bout. I would like"
cont "to see you again." cont "to see you again."
@@ -167,7 +167,7 @@ Kimono_girlSayoBeatenText:
line "I almost had you." line "I almost had you."
done done
UnknownText_0x9960b: Kimono_girlSayoAfterBattleText:
text "Rhythm is impor-" text "Rhythm is impor-"
line "tant for both" line "tant for both"
@@ -188,7 +188,7 @@ Kimono_girlZukiBeatenText:
line "#MON left…" line "#MON left…"
done done
UnknownText_0x99688: Kimono_girlZukiAfterBattleText:
text "I put a different" text "I put a different"
line "flower in my bar-" line "flower in my bar-"
cont "rette every month." cont "rette every month."
@@ -205,7 +205,7 @@ Kimono_girlKuniBeatenText:
line "than you look." line "than you look."
done done
UnknownText_0x99714: Kimono_girlKuniAfterBattleText:
text "I trained a lot," text "I trained a lot,"
line "so I thought I was" line "so I thought I was"
@@ -224,7 +224,7 @@ Kimono_girlMikiBeatenText:
line "at #MON too." line "at #MON too."
done done
UnknownText_0x997a8: Kimono_girlMikiAfterBattleText:
text "I can keep dancing" text "I can keep dancing"
line "because there are" line "because there are"

View File

@@ -94,7 +94,7 @@ TrainerCooltrainermDarin:
CooltrainermDarinScript: CooltrainermDarinScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermDarinAfterText writetext CooltrainermDarinAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -105,7 +105,7 @@ TrainerCooltrainerfCara:
CooltrainerfCaraScript: CooltrainerfCaraScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfCaraAfterText writetext CooltrainerfCaraAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -116,7 +116,7 @@ TrainerTwinsLeaandpia1:
TwinsLeaandpia1Script: TwinsLeaandpia1Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TrinsLeaandpia1AfterText writetext TwinsLeaandpia1AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -127,7 +127,7 @@ TrainerTwinsLeaandpia2:
TwinsLeaandpia2Script: TwinsLeaandpia2Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TrinsLeaandpia2AfterText writetext TwinsLeaandpia2AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -332,7 +332,7 @@ CooltrainermDarinBeatenText:
text "S-strong!" text "S-strong!"
done done
CooltrainermDarinAfterText: CooltrainermDarinAfterBattleText:
text "The SHRINE ahead" text "The SHRINE ahead"
line "is home to the" line "is home to the"
@@ -352,7 +352,7 @@ CooltrainerfCaraBeatenText:
text "Oh yikes, I lost!" text "Oh yikes, I lost!"
done done
CooltrainerfCaraAfterText: CooltrainerfCaraAfterBattleText:
text "Soon I'm going to" text "Soon I'm going to"
line "get permission" line "get permission"
@@ -378,7 +378,7 @@ TwinsLeaandpia1BeatenText:
text "Ouchies." text "Ouchies."
done done
TrinsLeaandpia1AfterText: TwinsLeaandpia1AfterBattleText:
text "It was like having" text "It was like having"
line "to battle LANCE." line "to battle LANCE."
done done
@@ -391,7 +391,7 @@ TwinsLeaandpia2BeatenText:
text "Meanie." text "Meanie."
done done
TrinsLeaandpia2AfterText: TwinsLeaandpia2AfterBattleText:
text "We'll tell on you." text "We'll tell on you."
para "MASTER will be" para "MASTER will be"

View File

@@ -105,7 +105,7 @@ TrainerSageJeffrey:
SageJeffreyScript: SageJeffreyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x9a263 writetext SageJeffreyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -116,7 +116,7 @@ TrainerSagePing:
SagePingScript: SagePingScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x9a2b7 writetext SagePingAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -127,7 +127,7 @@ TrainerMediumMartha:
MediumMarthaScript: MediumMarthaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x9a318 writetext MediumMarthaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -138,7 +138,7 @@ TrainerMediumGrace:
MediumGraceScript: MediumGraceScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x9a38a writetext MediumGraceAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -297,7 +297,7 @@ SageJeffreyBeatenText:
line "experienced both." line "experienced both."
done done
UnknownText_0x9a263: SageJeffreyAfterBattleText:
text "Where did #MON" text "Where did #MON"
line "come from?" line "come from?"
done done
@@ -312,7 +312,7 @@ SagePingBeatenText:
text "Ah! Well done!" text "Ah! Well done!"
done done
UnknownText_0x9a2b7: SagePingAfterBattleText:
text "We use only ghost-" text "We use only ghost-"
line "type #MON." line "type #MON."
@@ -329,7 +329,7 @@ MediumMarthaBeatenText:
text "I, I, I lost!" text "I, I, I lost!"
done done
UnknownText_0x9a318: MediumMarthaAfterBattleText:
text "The one who wants" text "The one who wants"
line "to win most--will!" line "to win most--will!"
done done
@@ -346,7 +346,7 @@ MediumGraceBeatenText:
text "Wha-what?" text "Wha-what?"
done done
UnknownText_0x9a38a: MediumGraceAfterBattleText:
text "Fine. I shall tell" text "Fine. I shall tell"
line "you the secret of" line "you the secret of"

View File

@@ -101,7 +101,7 @@ TrainerSailorJeff:
SailorJeffScript: SailorJeffScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76a38 writetext SailorJeffAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -112,7 +112,7 @@ TrainerPicnickerDebra:
PicnickerDebraScript: PicnickerDebraScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76a99 writetext PicnickerDebraAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -123,7 +123,7 @@ TrainerJugglerFritz:
JugglerFritzScript: JugglerFritzScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76b02 writetext JugglerFritzAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -134,7 +134,7 @@ TrainerSailorGarrett:
SailorGarrettScript: SailorGarrettScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76b7a writetext SailorGarrettAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -145,7 +145,7 @@ TrainerFisherJonah:
FisherJonahScript: FisherJonahScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76c22 writetext FisherJonahAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -156,7 +156,7 @@ TrainerBlackbeltWai:
BlackbeltWaiScript: BlackbeltWaiScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76c9e writetext BlackbeltWaiAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -167,7 +167,7 @@ TrainerSailorKenneth:
SailorKennethScript: SailorKennethScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76d5f writetext SailorKennethAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -178,7 +178,7 @@ TrainerTeacherShirley:
TeacherShirleyScript: TeacherShirleyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76de1 writetext TeacherShirleyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -189,7 +189,7 @@ TrainerSchoolboyNate:
SchoolboyNateScript: SchoolboyNateScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76e3d writetext SchoolboyNateAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -200,7 +200,7 @@ TrainerSchoolboyRicky:
SchoolboyRickyScript: SchoolboyRickyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76eb6 writetext SchoolboyRickyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -278,7 +278,7 @@ SailorJeffBeatenText:
line "break's over!" line "break's over!"
done done
UnknownText_0x76a38: SailorJeffAfterBattleText:
text "I guess I can't" text "I guess I can't"
line "win if I don't get" line "win if I don't get"
cont "serious." cont "serious."
@@ -294,7 +294,7 @@ PicnickerDebraBeatenText:
line "strong!" line "strong!"
done done
UnknownText_0x76a99: PicnickerDebraAfterBattleText:
text "SAFFRON, CELADON…" text "SAFFRON, CELADON…"
line "I hear there are" line "I hear there are"
@@ -312,7 +312,7 @@ JugglerFritzBeatenText:
line "more…" line "more…"
done done
UnknownText_0x76b02: JugglerFritzAfterBattleText:
text "No more ships for" text "No more ships for"
line "me. Next time," line "me. Next time,"
@@ -330,7 +330,7 @@ SailorGarrettBeatenText:
line "field…" line "field…"
done done
UnknownText_0x76b7a: SailorGarrettAfterBattleText:
text "We get different" text "We get different"
line "passengers from" line "passengers from"
@@ -352,7 +352,7 @@ FisherJonahBeatenText:
line "anymore…" line "anymore…"
done done
UnknownText_0x76c22: FisherJonahAfterBattleText:
text "I plan to fish off" text "I plan to fish off"
line "VERMILION's pier." line "VERMILION's pier."
done done
@@ -370,7 +370,7 @@ BlackbeltWaiBeatenText:
line "over!" line "over!"
done done
UnknownText_0x76c9e: BlackbeltWaiAfterBattleText:
text "I couldn't find" text "I couldn't find"
line "the KARATE KING in" line "the KARATE KING in"
cont "JOHTO." cont "JOHTO."
@@ -393,7 +393,7 @@ SailorKennethBeatenText:
line "ing is obvious…" line "ing is obvious…"
done done
UnknownText_0x76d5f: SailorKennethAfterBattleText:
text "Eight BADGES!" text "Eight BADGES!"
line "They must prove" line "They must prove"
@@ -413,7 +413,7 @@ TeacherShirleyBeatenText:
text "Aaack!" text "Aaack!"
done done
UnknownText_0x76de1: TeacherShirleyAfterBattleText:
text "We're on a field" text "We're on a field"
line "trip to the RUINS" line "trip to the RUINS"
cont "outside VIOLET." cont "outside VIOLET."
@@ -428,7 +428,7 @@ SchoolboyNateBeatenText:
text "Yaargh!" text "Yaargh!"
done done
UnknownText_0x76e3d: SchoolboyNateAfterBattleText:
text "Radios pick up" text "Radios pick up"
line "strange signals" line "strange signals"
cont "inside the RUINS." cont "inside the RUINS."
@@ -444,7 +444,7 @@ SchoolboyRickyBeatenText:
text "I was done in!" text "I was done in!"
done done
UnknownText_0x76eb6: SchoolboyRickyAfterBattleText:
text "I read that there" text "I read that there"
line "are four of those" line "are four of those"
cont "stone panels." cont "stone panels."

View File

@@ -20,7 +20,7 @@ TrainerCooltrainermSean:
CooltrainermSeanScript: CooltrainermSeanScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7567b writetext CooltrainermSeanAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -31,7 +31,7 @@ TrainerCooltrainerfCarol:
CooltrainerfCarolScript: CooltrainerfCarolScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x756f7 writetext CooltrainerfCarolAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -42,7 +42,7 @@ TrainerPokemaniacEthan:
PokemaniacEthanScript: PokemaniacEthanScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7574b writetext PokemaniacEthanAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -53,7 +53,7 @@ TrainerHikerNoland:
HikerNolandScript: HikerNolandScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x757d4 writetext HikerNolandAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -64,7 +64,7 @@ TrainerGentlemanEdward:
GentlemanEdwardScript: GentlemanEdwardScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x75937 writetext GentlemanEdwardAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -75,7 +75,7 @@ TrainerBurglarCorey:
BurglarCoreyScript: BurglarCoreyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x75996 writetext BurglarCoreyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -142,7 +142,7 @@ CooltrainermSeanBeatenText:
text "I wanted to win!" text "I wanted to win!"
done done
UnknownText_0x7567b: CooltrainermSeanAfterBattleText:
text "Trainers from" text "Trainers from"
line "JOHTO can battle" line "JOHTO can battle"
@@ -160,7 +160,7 @@ CooltrainerfCarolBeatenText:
line "ent between us?" line "ent between us?"
done done
UnknownText_0x756f7: CooltrainerfCarolAfterBattleText:
text "I'm going to beat" text "I'm going to beat"
line "you someday!" line "you someday!"
done done
@@ -175,7 +175,7 @@ PokemaniacEthanBeatenText:
text "Gyaaaah!" text "Gyaaaah!"
done done
UnknownText_0x7574b: PokemaniacEthanAfterBattleText:
text "LILY's nice, but" text "LILY's nice, but"
line "MARY's the best!" line "MARY's the best!"
@@ -194,7 +194,7 @@ HikerNolandBeatenText:
line "handle!" line "handle!"
done done
UnknownText_0x757d4: HikerNolandAfterBattleText:
text "I wonder if there" text "I wonder if there"
line "are any mountains" line "are any mountains"
@@ -240,7 +240,7 @@ GentlemanEdwardBeatenText:
line "it…" line "it…"
done done
UnknownText_0x75937: GentlemanEdwardAfterBattleText:
text "I give up." text "I give up."
line "You don't have to" line "You don't have to"
@@ -258,7 +258,7 @@ BurglarCoreyBeatenText:
line "I lost!" line "I lost!"
done done
UnknownText_0x75996: BurglarCoreyAfterBattleText:
text "I found a pretty" text "I found a pretty"
line "coin here." line "coin here."

View File

@@ -146,7 +146,7 @@ TrainerPokefanmColin:
PokefanmColinScript: PokefanmColinScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7635b writetext PokefanmColinAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -157,7 +157,7 @@ TrainerTwinsMegandpeg1:
TwinsMegandpeg1Script: TwinsMegandpeg1Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x763c2 writetext TwinsMegandpeg1AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -168,7 +168,7 @@ TrainerTwinsMegandpeg2:
TwinsMegandpeg2Script: TwinsMegandpeg2Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76428 writetext TwinsMegandpeg2AfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -179,7 +179,7 @@ TrainerPsychicRodney:
PsychicRodneyScript: PsychicRodneyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76497 writetext PsychicRodneyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -190,7 +190,7 @@ TrainerPokefanmJeremy:
PokefanmJeremyScript: PokefanmJeremyScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7651c writetext PokefanmJeremyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -201,7 +201,7 @@ TrainerPokefanfGeorgia:
PokefanfGeorgiaScript: PokefanfGeorgiaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x76596 writetext PokefanfGeorgiaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -212,7 +212,7 @@ TrainerSupernerdShawn:
SupernerdShawnScript: SupernerdShawnScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7660f writetext SupernerdShawnAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -347,7 +347,7 @@ PokefanmColinBeatenText:
text "You're strong!" text "You're strong!"
done done
UnknownText_0x7635b: PokefanmColinAfterBattleText:
text "You're traveling" text "You're traveling"
line "all alone?" line "all alone?"
@@ -365,7 +365,7 @@ TwinsMegandpeg1BeatenText:
text "Oh! We lost!" text "Oh! We lost!"
done done
UnknownText_0x763c2: TwinsMegandpeg1AfterBattleText:
text "Baby is a rude" text "Baby is a rude"
line "name to call us" line "name to call us"
cont "girls!" cont "girls!"
@@ -382,7 +382,7 @@ TwinsMegandpeg2BeatenText:
text "Oh! We lost!" text "Oh! We lost!"
done done
UnknownText_0x76428: TwinsMegandpeg2AfterBattleText:
text "Sometimes, kids" text "Sometimes, kids"
line "are smarter than" line "are smarter than"
cont "grown-ups!" cont "grown-ups!"
@@ -399,7 +399,7 @@ PsychicRodneyBeatenText:
line "thing!" line "thing!"
done done
UnknownText_0x76497: PsychicRodneyAfterBattleText:
text "I get it. You can" text "I get it. You can"
line "hear JOHTO's radio" line "hear JOHTO's radio"
cont "on the FAST SHIP." cont "on the FAST SHIP."
@@ -416,7 +416,7 @@ PokefanmJeremyBeatenText:
line "ful #MON!" line "ful #MON!"
done done
UnknownText_0x7651c: PokefanmJeremyAfterBattleText:
text "I must go to the" text "I must go to the"
line "#MON SALON and" line "#MON SALON and"
cont "fix them up nice!" cont "fix them up nice!"
@@ -433,7 +433,7 @@ PokefanfGeorgiaBeatenText:
line "to do?" line "to do?"
done done
UnknownText_0x76596: PokefanfGeorgiaAfterBattleText:
text "Oh, yes! I have to" text "Oh, yes! I have to"
line "get my #MON out" line "get my #MON out"
cont "of DAY-CARE!" cont "of DAY-CARE!"
@@ -450,7 +450,7 @@ SupernerdShawnBeatenText:
line "Please!" line "Please!"
done done
UnknownText_0x7660f: SupernerdShawnAfterBattleText:
text "You should use the" text "You should use the"
line "right BALLS to fit" line "right BALLS to fit"
cont "the situation." cont "the situation."

View File

@@ -17,7 +17,7 @@ TrainerFirebreatherLyle:
FirebreatherLyleScript: FirebreatherLyleScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x75b52 writetext FirebreatherLyleAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -28,7 +28,7 @@ TrainerBug_catcherKen:
Bug_catcherKenScript: Bug_catcherKenScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x75bd5 writetext Bug_catcherKenAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -39,7 +39,7 @@ TrainerBeautyCassie:
BeautyCassieScript: BeautyCassieScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x75c43 writetext BeautyCassieAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -124,7 +124,7 @@ FirebreatherLyleBeatenText:
line "flame's tiny…" line "flame's tiny…"
done done
UnknownText_0x75b52: FirebreatherLyleAfterBattleText:
text "I guess fire is" text "I guess fire is"
line "weak on the sea." line "weak on the sea."
@@ -143,7 +143,7 @@ Bug_catcherKenBeatenText:
line "You're tough!" line "You're tough!"
done done
UnknownText_0x75bd5: Bug_catcherKenAfterBattleText:
text "You can find lots" text "You can find lots"
line "of #MON in the" line "of #MON in the"
cont "trees of JOHTO!" cont "trees of JOHTO!"
@@ -159,7 +159,7 @@ BeautyCassieBeatenText:
text "My heart weeps…" text "My heart weeps…"
done done
UnknownText_0x75c43: BeautyCassieAfterBattleText:
text "A voyage is best" text "A voyage is best"
line "for getting over" line "for getting over"
cont "a broken heart." cont "a broken heart."

View File

@@ -100,7 +100,7 @@ TrainerLassCarrie:
LassCarrieScript: LassCarrieScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassCarrieOWText writetext LassCarrieAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -124,7 +124,7 @@ TrainerLassBridget:
LassBridgetScript: LassBridgetScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassBridgetOWText writetext LassBridgetAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -135,7 +135,7 @@ TrainerBeautyVictoria:
BeautyVictoriaScript: BeautyVictoriaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautyVictoriaOWText writetext BeautyVictoriaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -146,7 +146,7 @@ TrainerBeautySamantha:
BeautySamanthaScript: BeautySamanthaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautySamanthaOWText writetext BeautySamanthaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -285,7 +285,7 @@ LassCarrieBeatenText:
line "you were weak…" line "you were weak…"
done done
LassCarrieOWText: LassCarrieAfterBattleText:
text "Do my #MON" text "Do my #MON"
line "think I'm cute?" line "think I'm cute?"
done done
@@ -303,7 +303,7 @@ LassBridgetBeatenText:
text "Oh, no, no, no!" text "Oh, no, no, no!"
done done
LassBridgetOWText: LassBridgetAfterBattleText:
text "I'm trying to beat" text "I'm trying to beat"
line "WHITNEY, but…" line "WHITNEY, but…"
cont "It's depressing." cont "It's depressing."
@@ -339,7 +339,7 @@ BeautyVictoriaBeatenText:
line "it's over?" line "it's over?"
done done
BeautyVictoriaOWText: BeautyVictoriaAfterBattleText:
text "Wow, you must be" text "Wow, you must be"
line "good to beat me!" line "good to beat me!"
cont "Keep it up!" cont "Keep it up!"
@@ -356,7 +356,7 @@ BeautySamanthaBeatenText:
line "I'm so sorry!" line "I'm so sorry!"
done done
BeautySamanthaOWText: BeautySamanthaAfterBattleText:
text "I taught MEOWTH" text "I taught MEOWTH"
line "moves for taking" line "moves for taking"
cont "on any type…" cont "on any type…"

View File

@@ -396,7 +396,7 @@ TrainerBug_catcherWayne:
Bug_catcherWayneScript: Bug_catcherWayneScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherWayneAfterText writetext Bug_catcherWayneAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -929,7 +929,7 @@ Bug_catcherWayneBeatenText:
line "#MON before…" line "#MON before…"
done done
Bug_catcherWayneAfterText: Bug_catcherWayneAfterBattleText:
text "A #MON I've" text "A #MON I've"
line "never seen before" line "never seen before"

View File

@@ -156,7 +156,7 @@ TrainerFisherAndre:
FisherAndreScript: FisherAndreScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7058f writetext FisherAndreAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -167,7 +167,7 @@ TrainerFisherRaymond:
FisherRaymondScript: FisherRaymondScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x70611 writetext FisherRaymondAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -178,7 +178,7 @@ TrainerCooltrainermAaron:
CooltrainermAaronScript: CooltrainermAaronScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7069c writetext CooltrainermAaronAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -189,7 +189,7 @@ TrainerCooltrainerfLois:
CooltrainerfLoisScript: CooltrainerfLoisScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x70752 writetext CooltrainerfLoisAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -379,7 +379,7 @@ FisherAndreBeatenText:
line "MON trainer…" line "MON trainer…"
done done
UnknownText_0x7058f: FisherAndreAfterBattleText:
text "I won't lose as an" text "I won't lose as an"
line "angler! I catch" line "angler! I catch"
cont "#MON all day." cont "#MON all day."
@@ -398,7 +398,7 @@ FisherRaymondBeatenText:
line "tangled up…" line "tangled up…"
done done
UnknownText_0x70611: FisherRaymondAfterBattleText:
text "Why can't I catch" text "Why can't I catch"
line "any good #MON?" line "any good #MON?"
done done
@@ -419,7 +419,7 @@ CooltrainermAaronBeatenText:
line "Good battle." line "Good battle."
done done
UnknownText_0x7069c: CooltrainermAaronAfterBattleText:
text "#MON and their" text "#MON and their"
line "trainer become" line "trainer become"
@@ -444,7 +444,7 @@ CooltrainerfLoisBeatenText:
text "Good going!" text "Good going!"
done done
UnknownText_0x70752: CooltrainerfLoisAfterBattleText:
text "Come to think of" text "Come to think of"
line "it, I've seen a" line "it, I've seen a"
cont "pink BUTTERFREE." cont "pink BUTTERFREE."

View File

@@ -76,7 +76,7 @@ TrainerSkierRoxanne:
SkierRoxanneScript: SkierRoxanneScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x19a116 writetext SkierRoxanneAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -87,7 +87,7 @@ TrainerSkierClarissa:
SkierClarissaScript: SkierClarissaScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x19a18f writetext SkierClarissaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -98,7 +98,7 @@ TrainerBoarderRonald:
BoarderRonaldScript: BoarderRonaldScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x199f2d writetext BoarderRonaldAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -109,7 +109,7 @@ TrainerBoarderBrad:
BoarderBradScript: BoarderBradScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BorderBradTalkText writetext BoarderBradAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -120,7 +120,7 @@ TrainerBoarderDouglas:
BoarderDouglasScript: BoarderDouglasScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BorderDouglasTalkText writetext BoarderDouglasAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -251,7 +251,7 @@ BoarderRonaldBeatenText:
line "do a thing." line "do a thing."
done done
UnknownText_0x199f2d: BoarderRonaldAfterBattleText:
text "I think there's a" text "I think there's a"
line "move a #MON" line "move a #MON"
@@ -276,7 +276,7 @@ BoarderBradBeatenText:
line "serious we are?" line "serious we are?"
done done
BorderBradTalkText: BoarderBradAfterBattleText:
text "This GYM is great." text "This GYM is great."
line "I love boarding" line "I love boarding"
cont "with my #MON!" cont "with my #MON!"
@@ -292,7 +292,7 @@ BoarderDouglasBeatenText:
line "PRYCE's secret." line "PRYCE's secret."
done done
BorderDouglasTalkText: BoarderDouglasAfterBattleText:
text "The secret behind" text "The secret behind"
line "PRYCE's power…" line "PRYCE's power…"
@@ -316,7 +316,7 @@ SkierRoxanneBeatenText:
line "you in skiing!" line "you in skiing!"
done done
UnknownText_0x19a116: SkierRoxanneAfterBattleText:
text "If you don't skate" text "If you don't skate"
line "with precision," line "with precision,"
@@ -334,7 +334,7 @@ SkierClarissaBeatenText:
line "wipe out!" line "wipe out!"
done done
UnknownText_0x19a18f: SkierClarissaAfterBattleText:
text "I shouldn't have" text "I shouldn't have"
line "been bragging" line "been bragging"
cont "about my skiing…" cont "about my skiing…"

View File

@@ -23,7 +23,7 @@ TrainerPokemaniacMiller:
PokemaniacMillerScript: PokemaniacMillerScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7debd writetext PokemaniacMillerAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -34,7 +34,7 @@ TrainerSupernerdMarkus:
SupernerdMarkusScript: SupernerdMarkusScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7df97 writetext SupernerdMarkusAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -77,7 +77,7 @@ PokemaniacMillerBeatenText:
line "kid…?" line "kid…?"
done done
UnknownText_0x7debd: PokemaniacMillerAfterBattleText:
text "A while back, this" text "A while back, this"
line "karate dude wanted" line "karate dude wanted"
@@ -103,7 +103,7 @@ SupernerdMarkusBeatenText:
line "someone else…" line "someone else…"
done done
UnknownText_0x7df97: SupernerdMarkusAfterBattleText:
text "I came to explore" text "I came to explore"
line "MT.MORTAR, but I" line "MT.MORTAR, but I"

View File

@@ -20,7 +20,7 @@ TrainerSupernerdHugh:
SupernerdHughScript: SupernerdHughScript:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x7e10e writetext SupernerdHughAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@@ -55,7 +55,7 @@ SupernerdHughBeatenText:
text "Sorry, my mistake." text "Sorry, my mistake."
done done
UnknownText_0x7e10e: SupernerdHughAfterBattleText:
text "I'm investigating" text "I'm investigating"
line "MT.MORTAR, but my" line "MT.MORTAR, but my"
cont "pal's gone AWOL." cont "pal's gone AWOL."

Some files were not shown because too many files have changed in this diff Show More