Auto-label more map scripts

This commit is contained in:
Remy Oukaour 2017-12-17 20:45:04 -05:00
parent 3ed016f9e0
commit 17058aaec2
90 changed files with 788 additions and 787 deletions

View File

@ -93,9 +93,9 @@ BlackthornGymClairScript:
end end
TrainerCooltrainermPaul: TrainerCooltrainermPaul:
trainer EVENT_BEAT_COOLTRAINERM_PAUL, COOLTRAINERM, PAUL, CooltrainermPaulSeenText, CooltrainermPaulBeatenText, 0, CooltrainermPaulScript trainer EVENT_BEAT_COOLTRAINERM_PAUL, COOLTRAINERM, PAUL, CooltrainermPaulSeenText, CooltrainermPaulBeatenText, 0, .Script
CooltrainermPaulScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermPaulAfterBattleText writetext CooltrainermPaulAfterBattleText
@ -104,9 +104,9 @@ CooltrainermPaulScript:
end end
TrainerCooltrainermMike: TrainerCooltrainermMike:
trainer EVENT_BEAT_COOLTRAINERM_MIKE, COOLTRAINERM, MIKE, CooltrainermMikeSeenText, CooltrainermMikeBeatenText, 0, CooltrainermMikeScript trainer EVENT_BEAT_COOLTRAINERM_MIKE, COOLTRAINERM, MIKE, CooltrainermMikeSeenText, CooltrainermMikeBeatenText, 0, .Script
CooltrainermMikeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermMikeAfterBattleText writetext CooltrainermMikeAfterBattleText
@ -115,9 +115,9 @@ CooltrainermMikeScript:
end end
TrainerCooltrainerfLola: TrainerCooltrainerfLola:
trainer EVENT_BEAT_COOLTRAINERF_LOLA, COOLTRAINERF, LOLA, CooltrainerfLolaSeenText, CooltrainerfLolaBeatenText, 0, CooltrainerfLolaScript trainer EVENT_BEAT_COOLTRAINERF_LOLA, COOLTRAINERF, LOLA, CooltrainerfLolaSeenText, CooltrainerfLolaBeatenText, 0, .Script
CooltrainerfLolaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfLolaAfterBattleText writetext CooltrainerfLolaAfterBattleText

View File

@ -61,9 +61,9 @@ BlackthornGymBoulder:
jumpstd strengthboulder jumpstd strengthboulder
TrainerCooltrainermCody: TrainerCooltrainermCody:
trainer EVENT_BEAT_COOLTRAINERM_CODY, COOLTRAINERM, CODY, CooltrainermCodySeenText, CooltrainermCodyBeatenText, 0, CooltrainermCodyScript trainer EVENT_BEAT_COOLTRAINERM_CODY, COOLTRAINERM, CODY, CooltrainermCodySeenText, CooltrainermCodyBeatenText, 0, .Script
CooltrainermCodyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermCodyAfterBattleText writetext CooltrainermCodyAfterBattleText
@ -72,9 +72,9 @@ CooltrainermCodyScript:
end end
TrainerCooltrainerfFran: TrainerCooltrainerfFran:
trainer EVENT_BEAT_COOLTRAINERF_FRAN, COOLTRAINERF, FRAN, CooltrainerfFranSeenText, CooltrainerfFranBeatenText, 0, CooltrainerfFranScript trainer EVENT_BEAT_COOLTRAINERF_FRAN, COOLTRAINERF, FRAN, CooltrainerfFranSeenText, CooltrainerfFranBeatenText, 0, .Script
CooltrainerfFranScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfFranAfterBattleText writetext CooltrainerfFranAfterBattleText

View File

@ -160,8 +160,8 @@ CeladonCityTeacher2Text:
line "a sales clerk." line "a sales clerk."
done done
; possibly unused ; unused
UnknownText_0x1aa25b: CeladonCityUnusedPokeComCenterText:
text "I love being" text "I love being"
line "surrounded by tall" line "surrounded by tall"
cont "buildings!" cont "buildings!"

View File

@ -22,19 +22,19 @@ ClerkScript_0x70d29:
CeladonDeptStore3FYoungsterScript: CeladonDeptStore3FYoungsterScript:
jumptextfaceplayer CeladonDeptStore3FYoungsterText jumptextfaceplayer CeladonDeptStore3FYoungsterText
GameboyKidScript_0x70d34: CeladonDeptStore3FGameboyKid1Script:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x70d86 writetext CeladonDeptStore3FGameboyKid1Text
waitbutton waitbutton
closetext closetext
spriteface CELADONDEPTSTORE3F_GAMEBOY_KID1, DOWN spriteface CELADONDEPTSTORE3F_GAMEBOY_KID1, DOWN
end end
GameboyKidScript_0x70d3f: CeladonDeptStore3FGameboyKid2Script:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x70dc7 writetext CeladonDeptStore3FGameboyKid2Text
waitbutton waitbutton
closetext closetext
spriteface CELADONDEPTSTORE3F_GAMEBOY_KID2, DOWN spriteface CELADONDEPTSTORE3F_GAMEBOY_KID2, DOWN
@ -57,7 +57,7 @@ CeladonDeptStore3FYoungsterText:
line "on…" line "on…"
done done
UnknownText_0x70d86: CeladonDeptStore3FGameboyKid1Text:
text "Uh-oh! I traded my" text "Uh-oh! I traded my"
line "#MON without" line "#MON without"
@ -65,7 +65,7 @@ UnknownText_0x70d86:
line "GRADE from it." line "GRADE from it."
done done
UnknownText_0x70dc7: CeladonDeptStore3FGameboyKid2Text:
text "Yeah! I'm finally" text "Yeah! I'm finally"
line "getting a PORYGON!" line "getting a PORYGON!"
@ -116,6 +116,6 @@ CeladonDeptStore3F_MapEventHeader:
db 5 db 5
person_event SPRITE_CLERK, 1, 7, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, ClerkScript_0x70d29, -1 person_event SPRITE_CLERK, 1, 7, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, ClerkScript_0x70d29, -1
person_event SPRITE_YOUNGSTER, 4, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FYoungsterScript, -1 person_event SPRITE_YOUNGSTER, 4, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FYoungsterScript, -1
person_event SPRITE_GAMEBOY_KID, 1, 9, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, GameboyKidScript_0x70d34, -1 person_event SPRITE_GAMEBOY_KID, 1, 9, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FGameboyKid1Script, -1
person_event SPRITE_GAMEBOY_KID, 1, 10, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GameboyKidScript_0x70d3f, -1 person_event SPRITE_GAMEBOY_KID, 1, 10, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FGameboyKid2Script, -1
person_event SPRITE_SUPER_NERD, 4, 13, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FSuperNerdScript, -1 person_event SPRITE_SUPER_NERD, 4, 13, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonDeptStore3FSuperNerdScript, -1

View File

@ -20,7 +20,7 @@ CeladonDeptStore6FSuperNerdScript:
CeladonDeptStore6FYoungsterScript: CeladonDeptStore6FYoungsterScript:
jumptextfaceplayer CeladonDeptStore6FYoungsterText jumptextfaceplayer CeladonDeptStore6FYoungsterText
CeladonVendingMachine: CeladonDeptStore6FVendingMachine:
opentext opentext
writetext CeladonVendingText writetext CeladonVendingText
.Start: .Start:
@ -98,7 +98,8 @@ CeladonVendingMachine:
CeladonDeptStore6FDirectory: CeladonDeptStore6FDirectory:
jumptext CeladonDeptStore6FDirectoryText jumptext CeladonDeptStore6FDirectoryText
UnknownScript_0x7124d: ; unused
CeladonDeptStore6FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
CeladonVendingText: CeladonVendingText:
@ -162,10 +163,10 @@ CeladonDeptStore6F_MapEventHeader:
db 6 db 6
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
signpost 1, 8, SIGNPOST_UP, CeladonVendingMachine signpost 1, 8, SIGNPOST_UP, CeladonDeptStore6FVendingMachine
signpost 1, 9, SIGNPOST_UP, CeladonVendingMachine signpost 1, 9, SIGNPOST_UP, CeladonDeptStore6FVendingMachine
signpost 1, 10, SIGNPOST_UP, CeladonVendingMachine signpost 1, 10, SIGNPOST_UP, CeladonDeptStore6FVendingMachine
signpost 1, 11, SIGNPOST_UP, CeladonVendingMachine signpost 1, 11, SIGNPOST_UP, CeladonDeptStore6FVendingMachine
.PersonEvents: .PersonEvents:
db 2 db 2

View File

@ -5,20 +5,19 @@ CeladonDeptStoreElevator_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
MapCeladonDeptStoreElevatorSignpost0Script: CeladonDeptStoreElevatorScript:
opentext opentext
elevator Elevator_0x713be elevator CeladonDeptStoreElevatorData
closetext closetext
iffalse UnknownScript_0x713bd iffalse .Done
pause 5 pause 5
playsound SFX_ELEVATOR playsound SFX_ELEVATOR
earthquake 60 earthquake 60
waitsfx waitsfx
UnknownScript_0x713bd: .Done:
end end
CeladonDeptStoreElevatorData:
Elevator_0x713be:
db 6 ; floors db 6 ; floors
elevfloor FLOOR_1F, 4, CELADON_DEPT_STORE_1F elevfloor FLOOR_1F, 4, CELADON_DEPT_STORE_1F
elevfloor FLOOR_2F, 3, CELADON_DEPT_STORE_2F elevfloor FLOOR_2F, 3, CELADON_DEPT_STORE_2F
@ -28,22 +27,21 @@ Elevator_0x713be:
elevfloor FLOOR_6F, 2, CELADON_DEPT_STORE_6F elevfloor FLOOR_6F, 2, CELADON_DEPT_STORE_6F
db $ff ; end db $ff ; end
CeladonDeptStoreElevator_MapEventHeader: CeladonDeptStoreElevator_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
.Warps: .Warps:
db 2 db 2
warp_def $3, $1, 255, CELADON_DEPT_STORE_1F warp_def $3, $1, -1, CELADON_DEPT_STORE_1F
warp_def $3, $2, 255, CELADON_DEPT_STORE_1F warp_def $3, $2, -1, CELADON_DEPT_STORE_1F
.XYTriggers: .XYTriggers:
db 0 db 0
.Signposts: .Signposts:
db 1 db 1
signpost 0, 3, SIGNPOST_READ, MapCeladonDeptStoreElevatorSignpost0Script signpost 0, 3, SIGNPOST_READ, CeladonDeptStoreElevatorScript
.PersonEvents: .PersonEvents:
db 0 db 0

View File

@ -16,77 +16,77 @@ CeladonGameCorner_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
ClerkScript_0x7211d: CeladonGameCornerClerkScript:
jumpstd gamecornercoinvendor jumpstd gamecornercoinvendor
CeladonGameCornerReceptionistScript: CeladonGameCornerReceptionistScript:
jumptextfaceplayer CeladonGameCornerReceptionistText jumptextfaceplayer CeladonGameCornerReceptionistText
PokefanMScript_0x72123: CeladonGameCornerPokefanMScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x72215 writetext CeladonGameCornerPokefanMText
waitbutton waitbutton
closetext closetext
spriteface CELADONGAMECORNER_POKEFAN_M, LEFT spriteface CELADONGAMECORNER_POKEFAN_M, LEFT
end end
TeacherScript_0x7212e: CeladonGameCornerTeacherScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x72242 writetext CeladonGameCornerTeacherText
waitbutton waitbutton
closetext closetext
spriteface CELADONGAMECORNER_TEACHER, RIGHT spriteface CELADONGAMECORNER_TEACHER, RIGHT
end end
FishingGuruScript_0x72139: CeladonGameCornerFishingGuruScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x72295 writetext CeladonGameCornerFishingGuruText
waitbutton waitbutton
closetext closetext
spriteface CELADONGAMECORNER_FISHING_GURU, RIGHT spriteface CELADONGAMECORNER_FISHING_GURU, RIGHT
end end
FisherScript_0x72144: CeladonGameCornerFisherScript:
faceplayer faceplayer
opentext opentext
checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
iftrue .UnknownScript_0x72169 iftrue .GotCoins
writetext UnknownText_0x722dc writetext CeladonGameCornerFisherText1
buttonsound buttonsound
checkitem COIN_CASE checkitem COIN_CASE
iffalse UnknownScript_0x7217b iffalse .NoCoinCase
checkcoins 9998 checkcoins 9998
if_equal $0, UnknownScript_0x72184 if_equal $0, .FullCoinCase
stringtotext .coinname, $1 stringtotext .coinname, $1
scall .UnknownScript_0x72172 scall .GiveCoins
givecoins 18 givecoins 18
setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
.UnknownScript_0x72169: .GotCoins:
writetext UnknownText_0x72345 writetext CeladonGameCornerFisherText2
waitbutton waitbutton
closetext closetext
spriteface LAST_TALKED, LEFT spriteface LAST_TALKED, LEFT
end end
.UnknownScript_0x72172: .GiveCoins:
jumpstd receiveitem jumpstd receiveitem
end end
.coinname .coinname
db "COIN@" db "COIN@"
UnknownScript_0x7217b: .NoCoinCase:
writetext UnknownText_0x7238a writetext CeladonGameCornerFisherNoCoinCaseText
waitbutton waitbutton
closetext closetext
spriteface LAST_TALKED, LEFT spriteface LAST_TALKED, LEFT
end end
UnknownScript_0x72184: .FullCoinCase:
writetext UnknownText_0x723d9 writetext CeladonGameCornerFisherFullCoinCaseText
waitbutton waitbutton
closetext closetext
spriteface LAST_TALKED, LEFT spriteface LAST_TALKED, LEFT
@ -95,45 +95,45 @@ UnknownScript_0x72184:
CeladonGymGuyScript: CeladonGymGuyScript:
jumptextfaceplayer CeladonGymGuyText jumptextfaceplayer CeladonGymGuyText
GrampsScript_0x72190: CeladonGameCornerGrampsScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x724ad writetext CeladonGameCornerGrampsText
waitbutton waitbutton
closetext closetext
spriteface CELADONGAMECORNER_GRAMPS, LEFT spriteface CELADONGAMECORNER_GRAMPS, LEFT
end end
MapCeladonGameCornerSignpost36Script: CeladonGameCornerPoster1Script:
jumptext UnknownText_0x724f3 jumptext CeladonGameCornerPoster1Text
MapCeladonGameCornerSignpost37Script: CeladonGameCornerPoster2Script:
jumptext UnknownText_0x72521 jumptext CeladonGameCornerPoster2Text
MapCeladonGameCornerSignpost35Script: CeladonGameCornerLuckySlotMachineScript:
random $6 random $6
if_equal $0, MapCeladonGameCornerSignpost16Script if_equal $0, CeladonGameCornerSlotMachineScript
refreshscreen $0 refreshscreen $0
writebyte $0 writebyte $0
special Special_SlotMachine special Special_SlotMachine
closetext closetext
end end
MapCeladonGameCornerSignpost16Script: CeladonGameCornerSlotMachineScript:
refreshscreen $0 refreshscreen $0
writebyte $1 writebyte $1
special Special_SlotMachine special Special_SlotMachine
closetext closetext
end end
MapCeladonGameCornerSignpost11Script: CeladonGameCornerCardFlipScript:
refreshscreen $0 refreshscreen $0
special Special_CardFlip special Special_CardFlip
closetext closetext
end end
MapCeladonGameCornerSignpost32Script: CeladonGameCornerLighterScript:
jumptext UnknownText_0x7254f jumptext CeladonGameCornerLighterText
MapCeladonGameCornerSignpost9Script: MapCeladonGameCornerSignpost9Script:
opentext opentext
@ -159,13 +159,13 @@ CeladonGameCornerReceptionistText:
line "next door." line "next door."
done done
UnknownText_0x72215: CeladonGameCornerPokefanMText:
text "The slot machines" text "The slot machines"
line "are all state of" line "are all state of"
cont "the art." cont "the art."
done done
UnknownText_0x72242: CeladonGameCornerTeacherText:
text "It's this machine" text "It's this machine"
line "I want." line "I want."
@ -176,7 +176,7 @@ UnknownText_0x72242:
line "today." line "today."
done done
UnknownText_0x72295: CeladonGameCornerFishingGuruText:
text "I think this slot" text "I think this slot"
line "machine will pay" line "machine will pay"
cont "out…" cont "out…"
@ -185,7 +185,7 @@ UnknownText_0x72295:
line "among machines." line "among machines."
done done
UnknownText_0x722dc: CeladonGameCornerFisherText1:
text "Gahahaha!" text "Gahahaha!"
para "The coins just" para "The coins just"
@ -198,7 +198,7 @@ UnknownText_0x722dc:
line "with you!" line "with you!"
done done
UnknownText_0x72345: CeladonGameCornerFisherText2:
text "Gahahaha!" text "Gahahaha!"
para "It makes me feel" para "It makes me feel"
@ -208,7 +208,7 @@ UnknownText_0x72345:
line "people!" line "people!"
done done
UnknownText_0x7238a: CeladonGameCornerFisherNoCoinCaseText:
text "Hey, you don't" text "Hey, you don't"
line "have a COIN CASE." line "have a COIN CASE."
@ -217,7 +217,7 @@ UnknownText_0x7238a:
cont "coins, kid?" cont "coins, kid?"
done done
UnknownText_0x723d9: CeladonGameCornerFisherFullCoinCaseText:
text "Hey, your COIN" text "Hey, your COIN"
line "CASE is full, kid." line "CASE is full, kid."
@ -241,7 +241,7 @@ CeladonGymGuyText:
line "enough coins yet…" line "enough coins yet…"
done done
UnknownText_0x724ad: CeladonGameCornerGrampsText:
text "Hmmm… The odds are" text "Hmmm… The odds are"
line "surely better for" line "surely better for"
@ -249,7 +249,7 @@ UnknownText_0x724ad:
line "but… What to do?" line "but… What to do?"
done done
UnknownText_0x724f3: CeladonGameCornerPoster1Text:
text "Hey!" text "Hey!"
para "Underneath this" para "Underneath this"
@ -258,7 +258,7 @@ UnknownText_0x724f3:
para "There's nothing!" para "There's nothing!"
done done
UnknownText_0x72521: CeladonGameCornerPoster2Text:
text "Hey!" text "Hey!"
para "Underneath this" para "Underneath this"
@ -267,7 +267,7 @@ UnknownText_0x72521:
para "There's nothing!" para "There's nothing!"
done done
UnknownText_0x7254f: CeladonGameCornerLighterText:
text "There's a lighter" text "There's a lighter"
line "here." line "here."
done done
@ -295,53 +295,53 @@ CeladonGameCorner_MapEventHeader:
.Signposts: .Signposts:
db 38 db 38
signpost 6, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 6, 1, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 7, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 7, 1, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 8, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 8, 1, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 9, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 9, 1, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 10, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 10, 1, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 11, 1, SIGNPOST_LEFT, MapCeladonGameCornerSignpost11Script signpost 11, 1, SIGNPOST_LEFT, CeladonGameCornerCardFlipScript
signpost 6, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 6, 6, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 7, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 7, 6, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 8, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 8, 6, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 9, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost9Script signpost 9, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost9Script
signpost 10, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script signpost 10, 6, SIGNPOST_READ, CeladonGameCornerCardFlipScript
signpost 11, 6, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost11Script signpost 11, 6, SIGNPOST_RIGHT, CeladonGameCornerCardFlipScript
signpost 6, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 6, 7, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 7, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 7, 7, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 8, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 8, 7, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 9, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 9, 7, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 10, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost16Script signpost 10, 7, SIGNPOST_READ, CeladonGameCornerSlotMachineScript
signpost 11, 7, SIGNPOST_LEFT, MapCeladonGameCornerSignpost35Script signpost 11, 7, SIGNPOST_LEFT, CeladonGameCornerLuckySlotMachineScript
signpost 6, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 6, 12, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 7, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 7, 12, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 8, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 8, 12, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 9, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 9, 12, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 10, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 10, 12, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 11, 12, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost35Script signpost 11, 12, SIGNPOST_RIGHT, CeladonGameCornerLuckySlotMachineScript
signpost 6, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 6, 13, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 7, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 7, 13, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 8, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 8, 13, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 9, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 9, 13, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 10, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 10, 13, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 11, 13, SIGNPOST_LEFT, MapCeladonGameCornerSignpost35Script signpost 11, 13, SIGNPOST_LEFT, CeladonGameCornerLuckySlotMachineScript
signpost 6, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 6, 18, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 7, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 7, 18, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 8, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost32Script signpost 8, 18, SIGNPOST_READ, CeladonGameCornerLighterScript
signpost 9, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 9, 18, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 10, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script signpost 10, 18, SIGNPOST_READ, CeladonGameCornerLuckySlotMachineScript
signpost 11, 18, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost35Script signpost 11, 18, SIGNPOST_RIGHT, CeladonGameCornerLuckySlotMachineScript
signpost 0, 15, SIGNPOST_READ, MapCeladonGameCornerSignpost36Script signpost 0, 15, SIGNPOST_READ, CeladonGameCornerPoster1Script
signpost 0, 9, SIGNPOST_READ, MapCeladonGameCornerSignpost37Script signpost 0, 9, SIGNPOST_READ, CeladonGameCornerPoster2Script
.PersonEvents: .PersonEvents:
db 9 db 9
person_event SPRITE_CLERK, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, ClerkScript_0x7211d, -1 person_event SPRITE_CLERK, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonGameCornerClerkScript, -1
person_event SPRITE_RECEPTIONIST, 2, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonGameCornerReceptionistScript, -1 person_event SPRITE_RECEPTIONIST, 2, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonGameCornerReceptionistScript, -1
person_event SPRITE_POKEFAN_M, 10, 14, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, PokefanMScript_0x72123, -1 person_event SPRITE_POKEFAN_M, 10, 14, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonGameCornerPokefanMScript, -1
person_event SPRITE_TEACHER, 7, 17, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, TeacherScript_0x7212e, -1 person_event SPRITE_TEACHER, 7, 17, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeladonGameCornerTeacherScript, -1
person_event SPRITE_FISHING_GURU, 7, 11, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, FishingGuruScript_0x72139, -1 person_event SPRITE_FISHING_GURU, 7, 11, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonGameCornerFishingGuruScript, -1
person_event SPRITE_FISHER, 10, 8, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, DAY, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, FisherScript_0x72144, -1 person_event SPRITE_FISHER, 10, 8, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, DAY, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonGameCornerFisherScript, -1
person_event SPRITE_FISHER, 10, 8, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, NITE, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, FisherScript_0x72144, -1 person_event SPRITE_FISHER, 10, 8, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, NITE, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonGameCornerFisherScript, -1
person_event SPRITE_GYM_GUY, 3, 11, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonGymGuyScript, -1 person_event SPRITE_GYM_GUY, 3, 11, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonGymGuyScript, -1
person_event SPRITE_GRAMPS, 8, 2, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, GrampsScript_0x72190, -1 person_event SPRITE_GRAMPS, 8, 2, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonGameCornerGrampsScript, -1

View File

@ -50,9 +50,9 @@ UnknownScript_0x72aae:
end end
TrainerLassMichelle: TrainerLassMichelle:
trainer EVENT_BEAT_LASS_MICHELLE, LASS, MICHELLE, LassMichelleSeenText, LassMichelleBeatenText, 0, LassMichelleScript trainer EVENT_BEAT_LASS_MICHELLE, LASS, MICHELLE, LassMichelleSeenText, LassMichelleBeatenText, 0, .Script
LassMichelleScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassMichelleAfterBattleText writetext LassMichelleAfterBattleText
@ -61,9 +61,9 @@ LassMichelleScript:
end end
TrainerPicnickerTanya: TrainerPicnickerTanya:
trainer EVENT_BEAT_PICNICKER_TANYA, PICNICKER, TANYA, PicnickerTanyaSeenText, PicnickerTanyaBeatenText, 0, PicnickerTanyaScript trainer EVENT_BEAT_PICNICKER_TANYA, PICNICKER, TANYA, PicnickerTanyaSeenText, PicnickerTanyaBeatenText, 0, .Script
PicnickerTanyaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerTanyaAfterBattleText writetext PicnickerTanyaAfterBattleText
@ -72,9 +72,9 @@ PicnickerTanyaScript:
end end
TrainerBeautyJulia: TrainerBeautyJulia:
trainer EVENT_BEAT_BEAUTY_JULIA, BEAUTY, JULIA, BeautyJuliaSeenText, BeautyJuliaBeatenText, 0, BeautyJuliaScript trainer EVENT_BEAT_BEAUTY_JULIA, BEAUTY, JULIA, BeautyJuliaSeenText, BeautyJuliaBeatenText, 0, .Script
BeautyJuliaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautyJuliaAfterBattleText writetext BeautyJuliaAfterBattleText
@ -83,9 +83,9 @@ BeautyJuliaScript:
end end
TrainerTwinsJoandzoe1: TrainerTwinsJoandzoe1:
trainer EVENT_BEAT_TWINS_JO_AND_ZOE, TWINS, JOANDZOE1, TwinsJoandzoe1SeenText, TwinsJoandzoe1BeatenText, 0, TwinsJoandzoe1Script trainer EVENT_BEAT_TWINS_JO_AND_ZOE, TWINS, JOANDZOE1, TwinsJoandzoe1SeenText, TwinsJoandzoe1BeatenText, 0, .Script
TwinsJoandzoe1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsJoandzoe1AfterBattleText writetext TwinsJoandzoe1AfterBattleText
@ -94,9 +94,9 @@ TwinsJoandzoe1Script:
end end
TrainerTwinsJoandzoe2: TrainerTwinsJoandzoe2:
trainer EVENT_BEAT_TWINS_JO_AND_ZOE, TWINS, JOANDZOE2, TwinsJoandzoe2SeenText, TwinsJoandzoe2BeatenText, 0, TwinsJoandzoe2Script trainer EVENT_BEAT_TWINS_JO_AND_ZOE, TWINS, JOANDZOE2, TwinsJoandzoe2SeenText, TwinsJoandzoe2BeatenText, 0, .Script
TwinsJoandzoe2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsJoandzoe2AfterBattleText writetext TwinsJoandzoe2AfterBattleText

View File

@ -18,18 +18,18 @@ CeruleanCity_MapScriptHeader:
setflag ENGINE_FLYPOINT_CERULEAN setflag ENGINE_FLYPOINT_CERULEAN
return return
CooltrainerMScript_0x184009: CeruleanCityCooltrainerMScript:
faceplayer faceplayer
opentext opentext
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x184017 iftrue .ReturnedMachinePart
writetext UnknownText_0x1840bc writetext CeruleanCityCooltrainerMText1
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x184017: .ReturnedMachinePart:
writetext UnknownText_0x184144 writetext CeruleanCityCooltrainerMText2
waitbutton waitbutton
closetext closetext
end end
@ -45,15 +45,15 @@ CeruleanCitySlowbro:
closetext closetext
end end
CooltrainerFScript_0x18402a: CeruleanCityCooltrainerFScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x1841fa writetext CeruleanCityCooltrainerFText1
waitbutton waitbutton
closetext closetext
spriteface CERULEANCITY_COOLTRAINER_F, LEFT spriteface CERULEANCITY_COOLTRAINER_F, LEFT
opentext opentext
writetext UnknownText_0x184229 writetext CeruleanCityCooltrainerFText2
waitbutton waitbutton
closetext closetext
opentext opentext
@ -62,41 +62,41 @@ CooltrainerFScript_0x18402a:
waitbutton waitbutton
closetext closetext
opentext opentext
writetext UnknownText_0x18424b writetext CeruleanCityCooltrainerFText3
waitbutton waitbutton
closetext closetext
end end
FisherScript_0x18404a: CeruleanCityFisherScript:
faceplayer faceplayer
opentext opentext
checkevent EVENT_RETURNED_MACHINE_PART checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x184058 iftrue .ReturnedMachinePart
checkevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM checkevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
iftrue UnknownScript_0x18405e iftrue .MetCeruleanRocket
UnknownScript_0x184058: .ReturnedMachinePart:
writetext UnknownText_0x18424e writetext CeruleanCityFisherText
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x18405e: .MetCeruleanRocket:
writetext UnknownText_0x184275 writetext CeruleanCityFisherRocketTipText
waitbutton waitbutton
closetext closetext
end end
YoungsterScript_0x184064: CeruleanCityYoungsterScript:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x1842a9 writetext CeruleanCityYoungsterText1
waitbutton waitbutton
closetext closetext
checkevent EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY checkevent EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY
iffalse UnknownScript_0x184072 iffalse .BerserkGenePingsItemfinder
end end
UnknownScript_0x184072: .BerserkGenePingsItemfinder:
waitsfx waitsfx
playsound SFX_SECOND_PART_OF_ITEMFINDER playsound SFX_SECOND_PART_OF_ITEMFINDER
waitsfx waitsfx
@ -117,7 +117,7 @@ UnknownScript_0x184072:
showemote EMOTE_SHOCK, CERULEANCITY_YOUNGSTER, 15 showemote EMOTE_SHOCK, CERULEANCITY_YOUNGSTER, 15
spriteface CERULEANCITY_YOUNGSTER, LEFT spriteface CERULEANCITY_YOUNGSTER, LEFT
opentext opentext
writetext UnknownText_0x1842ee writetext CeruleanCityYoungsterText2
waitbutton waitbutton
closetext closetext
end end
@ -149,7 +149,7 @@ CeruleanCityMartSign:
CeruleanCityHiddenBerserkGene: CeruleanCityHiddenBerserkGene:
dwb EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY, BERSERK_GENE dwb EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY, BERSERK_GENE
UnknownText_0x1840bc: CeruleanCityCooltrainerMText1:
text "KANTO's POWER" text "KANTO's POWER"
line "PLANT?" line "PLANT?"
@ -164,7 +164,7 @@ UnknownText_0x1840bc:
cont "some sort there." cont "some sort there."
done done
UnknownText_0x184144: CeruleanCityCooltrainerMText2:
text "You're collecting" text "You're collecting"
line "every single kind" line "every single kind"
cont "of #MON?" cont "of #MON?"
@ -186,34 +186,34 @@ CeruleanCitySlowbroText:
text "SLOWBRO: Yarah?" text "SLOWBRO: Yarah?"
done done
UnknownText_0x1841fa: CeruleanCityCooltrainerFText1:
text "My SLOWBRO and I" text "My SLOWBRO and I"
line "make an awesome" line "make an awesome"
cont "combination!" cont "combination!"
done done
UnknownText_0x184229: CeruleanCityCooltrainerFText2:
text "SLOWBRO, show me" text "SLOWBRO, show me"
line "your CONFUSION!" line "your CONFUSION!"
done done
UnknownText_0x18424b: CeruleanCityCooltrainerFText3:
text "…" text "…"
done done
UnknownText_0x18424e: CeruleanCityFisherText:
text "I'm a huge fan of" text "I'm a huge fan of"
line "CERULEAN GYM's" line "CERULEAN GYM's"
cont "MISTY." cont "MISTY."
done done
UnknownText_0x184275: CeruleanCityFisherRocketTipText:
text "I saw this shady" text "I saw this shady"
line "guy go off toward" line "guy go off toward"
cont "CERULEAN's CAPE." cont "CERULEAN's CAPE."
done done
UnknownText_0x1842a9: CeruleanCityYoungsterText1:
text "There used to be a" text "There used to be a"
line "cave here that had" line "cave here that had"
@ -221,7 +221,7 @@ UnknownText_0x1842a9:
line "#MON in it." line "#MON in it."
done done
UnknownText_0x1842ee: CeruleanCityYoungsterText2:
text "Ayuh?" text "Ayuh?"
para "My ITEMFINDER is" para "My ITEMFINDER is"
@ -305,9 +305,9 @@ CeruleanCity_MapEventHeader:
.PersonEvents: .PersonEvents:
db 6 db 6
person_event SPRITE_COOLTRAINER_M, 23, 15, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CooltrainerMScript_0x184009, -1 person_event SPRITE_COOLTRAINER_M, 23, 15, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeruleanCityCooltrainerMScript, -1
person_event SPRITE_SUPER_NERD, 15, 23, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeruleanCitySuperNerdScript, -1 person_event SPRITE_SUPER_NERD, 15, 23, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeruleanCitySuperNerdScript, -1
person_event SPRITE_SLOWPOKE, 24, 20, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, CeruleanCitySlowbro, -1 person_event SPRITE_SLOWPOKE, 24, 20, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, CeruleanCitySlowbro, -1
person_event SPRITE_COOLTRAINER_F, 24, 21, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CooltrainerFScript_0x18402a, -1 person_event SPRITE_COOLTRAINER_F, 24, 21, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeruleanCityCooltrainerFScript, -1
person_event SPRITE_FISHER, 26, 30, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, FisherScript_0x18404a, -1 person_event SPRITE_FISHER, 26, 30, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeruleanCityFisherScript, -1
person_event SPRITE_YOUNGSTER, 12, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, YoungsterScript_0x184064, -1 person_event SPRITE_YOUNGSTER, 12, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 1, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeruleanCityYoungsterScript, -1

View File

@ -86,9 +86,9 @@ MistyScript_0x188432:
end end
TrainerSwimmerfDiana: TrainerSwimmerfDiana:
trainer EVENT_BEAT_SWIMMERF_DIANA, SWIMMERF, DIANA, SwimmerfDianaSeenText, SwimmerfDianaBeatenText, 0, SwimmerfDianaScript trainer EVENT_BEAT_SWIMMERF_DIANA, SWIMMERF, DIANA, SwimmerfDianaSeenText, SwimmerfDianaBeatenText, 0, .Script
SwimmerfDianaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfDianaAfterBattleText writetext SwimmerfDianaAfterBattleText
@ -97,9 +97,9 @@ SwimmerfDianaScript:
end end
TrainerSwimmerfBriana: TrainerSwimmerfBriana:
trainer EVENT_BEAT_SWIMMERF_BRIANA, SWIMMERF, BRIANA, SwimmerfBrianaSeenText, SwimmerfBrianaBeatenText, 0, SwimmerfBrianaScript trainer EVENT_BEAT_SWIMMERF_BRIANA, SWIMMERF, BRIANA, SwimmerfBrianaSeenText, SwimmerfBrianaBeatenText, 0, .Script
SwimmerfBrianaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfBrianaAfterBattleText writetext SwimmerfBrianaAfterBattleText
@ -108,9 +108,9 @@ SwimmerfBrianaScript:
end end
TrainerSwimmermParker: TrainerSwimmermParker:
trainer EVENT_BEAT_SWIMMERM_PARKER, SWIMMERM, PARKER, SwimmermParkerSeenText, SwimmermParkerBeatenText, 0, SwimmermParkerScript trainer EVENT_BEAT_SWIMMERM_PARKER, SWIMMERM, PARKER, SwimmermParkerSeenText, SwimmermParkerBeatenText, 0, .Script
SwimmermParkerScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermParkerAfterBattleText writetext SwimmermParkerAfterBattleText

View File

@ -17,9 +17,9 @@ DanceTheatre_MapScriptHeader:
db 0 db 0
TrainerKimono_girlNaoko2: TrainerKimono_girlNaoko2:
trainer EVENT_BEAT_KIMONO_GIRL_NAOKO, KIMONO_GIRL, NAOKO2, Kimono_girlNaoko2SeenText, Kimono_girlNaoko2BeatenText, 0, Kimono_girlNaoko2Script trainer EVENT_BEAT_KIMONO_GIRL_NAOKO, KIMONO_GIRL, NAOKO2, Kimono_girlNaoko2SeenText, Kimono_girlNaoko2BeatenText, 0, .Script
Kimono_girlNaoko2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Kimono_girlNaoko2AfterBattleText writetext Kimono_girlNaoko2AfterBattleText
@ -28,9 +28,9 @@ Kimono_girlNaoko2Script:
end end
TrainerKimono_girlSayo: TrainerKimono_girlSayo:
trainer EVENT_BEAT_KIMONO_GIRL_SAYO, KIMONO_GIRL, SAYO, Kimono_girlSayoSeenText, Kimono_girlSayoBeatenText, 0, Kimono_girlSayoScript trainer EVENT_BEAT_KIMONO_GIRL_SAYO, KIMONO_GIRL, SAYO, Kimono_girlSayoSeenText, Kimono_girlSayoBeatenText, 0, .Script
Kimono_girlSayoScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Kimono_girlSayoAfterBattleText writetext Kimono_girlSayoAfterBattleText
@ -39,9 +39,9 @@ Kimono_girlSayoScript:
end end
TrainerKimono_girlZuki: TrainerKimono_girlZuki:
trainer EVENT_BEAT_KIMONO_GIRL_ZUKI, KIMONO_GIRL, ZUKI, Kimono_girlZukiSeenText, Kimono_girlZukiBeatenText, 0, Kimono_girlZukiScript trainer EVENT_BEAT_KIMONO_GIRL_ZUKI, KIMONO_GIRL, ZUKI, Kimono_girlZukiSeenText, Kimono_girlZukiBeatenText, 0, .Script
Kimono_girlZukiScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Kimono_girlZukiAfterBattleText writetext Kimono_girlZukiAfterBattleText
@ -50,9 +50,9 @@ Kimono_girlZukiScript:
end end
TrainerKimono_girlKuni: TrainerKimono_girlKuni:
trainer EVENT_BEAT_KIMONO_GIRL_KUNI, KIMONO_GIRL, KUNI, Kimono_girlKuniSeenText, Kimono_girlKuniBeatenText, 0, Kimono_girlKuniScript trainer EVENT_BEAT_KIMONO_GIRL_KUNI, KIMONO_GIRL, KUNI, Kimono_girlKuniSeenText, Kimono_girlKuniBeatenText, 0, .Script
Kimono_girlKuniScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Kimono_girlKuniAfterBattleText writetext Kimono_girlKuniAfterBattleText
@ -61,9 +61,9 @@ Kimono_girlKuniScript:
end end
TrainerKimono_girlMiki: TrainerKimono_girlMiki:
trainer EVENT_BEAT_KIMONO_GIRL_MIKI, KIMONO_GIRL, MIKI, Kimono_girlMikiSeenText, Kimono_girlMikiBeatenText, 0, Kimono_girlMikiScript trainer EVENT_BEAT_KIMONO_GIRL_MIKI, KIMONO_GIRL, MIKI, Kimono_girlMikiSeenText, Kimono_girlMikiBeatenText, 0, .Script
Kimono_girlMikiScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Kimono_girlMikiAfterBattleText writetext Kimono_girlMikiAfterBattleText

View File

@ -10,20 +10,20 @@ DarkCaveBlackthornEntrance_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
PharmacistScript_0x18c720: DarkCaveBlackthornEntrancePharmacistScript:
faceplayer faceplayer
opentext opentext
checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
iftrue UnknownScript_0x18c735 iftrue .GotBlackglasses
writetext UnknownText_0x18c73f writetext DarkCaveBlackthornEntrancePharmacistText1
buttonsound buttonsound
verbosegiveitem BLACKGLASSES verbosegiveitem BLACKGLASSES
iffalse UnknownScript_0x18c739 iffalse .PackFull
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
UnknownScript_0x18c735: .GotBlackglasses:
writetext UnknownText_0x18c80c writetext DarkCaveBlackthornEntrancePharmacistText2
waitbutton waitbutton
UnknownScript_0x18c739: .PackFull:
closetext closetext
end end
@ -33,7 +33,7 @@ DarkCaveBlackthornEntranceRevive:
DarkCaveBlackthornEntranceTMSnore: DarkCaveBlackthornEntranceTMSnore:
itemball TM_SNORE itemball TM_SNORE
UnknownText_0x18c73f: DarkCaveBlackthornEntrancePharmacistText1:
text "Whoa! You startled" text "Whoa! You startled"
line "me there!" line "me there!"
@ -55,7 +55,7 @@ UnknownText_0x18c73f:
cont "you saw me, OK?" cont "you saw me, OK?"
done done
UnknownText_0x18c80c: DarkCaveBlackthornEntrancePharmacistText2:
text "BLACKGLASSES ups" text "BLACKGLASSES ups"
line "the power of dark-" line "the power of dark-"
cont "type moves." cont "type moves."
@ -78,6 +78,6 @@ DarkCaveBlackthornEntrance_MapEventHeader:
.PersonEvents: .PersonEvents:
db 3 db 3
person_event SPRITE_PHARMACIST, 3, 7, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, PharmacistScript_0x18c720, -1 person_event SPRITE_PHARMACIST, 3, 7, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, DarkCaveBlackthornEntrancePharmacistScript, -1
person_event SPRITE_POKE_BALL, 24, 21, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceRevive, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_REVIVE person_event SPRITE_POKE_BALL, 24, 21, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceRevive, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_REVIVE
person_event SPRITE_POKE_BALL, 22, 7, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceTMSnore, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_TM_SNORE person_event SPRITE_POKE_BALL, 22, 7, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, DarkCaveBlackthornEntranceTMSnore, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_TM_SNORE

View File

@ -84,9 +84,9 @@ DragonsDenB1F_ClairTrigger:
end end
TrainerCooltrainermDarin: TrainerCooltrainermDarin:
trainer EVENT_BEAT_COOLTRAINERM_DARIN, COOLTRAINERM, DARIN, CooltrainermDarinSeenText, CooltrainermDarinBeatenText, 0, CooltrainermDarinScript trainer EVENT_BEAT_COOLTRAINERM_DARIN, COOLTRAINERM, DARIN, CooltrainermDarinSeenText, CooltrainermDarinBeatenText, 0, .Script
CooltrainermDarinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermDarinAfterBattleText writetext CooltrainermDarinAfterBattleText
@ -95,9 +95,9 @@ CooltrainermDarinScript:
end end
TrainerCooltrainerfCara: TrainerCooltrainerfCara:
trainer EVENT_BEAT_COOLTRAINERF_CARA, COOLTRAINERF, CARA, CooltrainerfCaraSeenText, CooltrainerfCaraBeatenText, 0, CooltrainerfCaraScript trainer EVENT_BEAT_COOLTRAINERF_CARA, COOLTRAINERF, CARA, CooltrainerfCaraSeenText, CooltrainerfCaraBeatenText, 0, .Script
CooltrainerfCaraScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfCaraAfterBattleText writetext CooltrainerfCaraAfterBattleText
@ -106,9 +106,9 @@ CooltrainerfCaraScript:
end end
TrainerTwinsLeaandpia1: TrainerTwinsLeaandpia1:
trainer EVENT_BEAT_TWINS_LEA_AND_PIA, TWINS, LEAANDPIA1, TwinsLeaandpia1SeenText, TwinsLeaandpia1BeatenText, 0, TwinsLeaandpia1Script trainer EVENT_BEAT_TWINS_LEA_AND_PIA, TWINS, LEAANDPIA1, TwinsLeaandpia1SeenText, TwinsLeaandpia1BeatenText, 0, .Script
TwinsLeaandpia1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsLeaandpia1AfterBattleText writetext TwinsLeaandpia1AfterBattleText
@ -117,9 +117,9 @@ TwinsLeaandpia1Script:
end end
TrainerTwinsLeaandpia2: TrainerTwinsLeaandpia2:
trainer EVENT_BEAT_TWINS_LEA_AND_PIA, TWINS, LEAANDPIA1, TwinsLeaandpia2SeenText, TwinsLeaandpia2BeatenText, 0, TwinsLeaandpia2Script trainer EVENT_BEAT_TWINS_LEA_AND_PIA, TWINS, LEAANDPIA1, TwinsLeaandpia2SeenText, TwinsLeaandpia2BeatenText, 0, .Script
TwinsLeaandpia2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsLeaandpia2AfterBattleText writetext TwinsLeaandpia2AfterBattleText

View File

@ -41,19 +41,19 @@ AcademyEarl:
EarlsPokemonAcademyYoungster1Script: EarlsPokemonAcademyYoungster1Script:
jumptextfaceplayer EarlsPokemonAcademyYoungster1Text jumptextfaceplayer EarlsPokemonAcademyYoungster1Text
GameboyKidScript_0x68a86: EarlsPokemonAcademyGameboyKid1Script:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x68dda writetext EarlsPokemonAcademyGameboyKid1Text
waitbutton waitbutton
closetext closetext
spriteface EARLSPOKEMONACADEMY_GAMEBOY_KID1, DOWN spriteface EARLSPOKEMONACADEMY_GAMEBOY_KID1, DOWN
end end
GameboyKidScript_0x68a91: EarlsPokemonAcademyGameboyKid2Script:
faceplayer faceplayer
opentext opentext
writetext UnknownText_0x68e07 writetext EarlsPokemonAcademyGameboyKid2Text
waitbutton waitbutton
closetext closetext
spriteface EARLSPOKEMONACADEMY_GAMEBOY_KID2, DOWN spriteface EARLSPOKEMONACADEMY_GAMEBOY_KID2, DOWN
@ -241,13 +241,13 @@ EarlsPokemonAcademyYoungster1Text:
cont "blackboard too." cont "blackboard too."
done done
UnknownText_0x68dda: EarlsPokemonAcademyGameboyKid1Text:
text "I traded my best" text "I traded my best"
line "#MON to the" line "#MON to the"
cont "guy beside me." cont "guy beside me."
done done
UnknownText_0x68e07: EarlsPokemonAcademyGameboyKid2Text:
text "Huh? The #MON I" text "Huh? The #MON I"
line "just got is hold-" line "just got is hold-"
cont "ing something!" cont "ing something!"
@ -435,7 +435,7 @@ EarlsPokemonAcademy_MapEventHeader:
db 6 db 6
person_event SPRITE_FISHER, 2, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, AcademyEarl, EVENT_EARLS_ACADEMY_EARL person_event SPRITE_FISHER, 2, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, AcademyEarl, EVENT_EARLS_ACADEMY_EARL
person_event SPRITE_YOUNGSTER, 5, 2, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyYoungster1Script, -1 person_event SPRITE_YOUNGSTER, 5, 2, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyYoungster1Script, -1
person_event SPRITE_GAMEBOY_KID, 11, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, GameboyKidScript_0x68a86, -1 person_event SPRITE_GAMEBOY_KID, 11, 3, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyGameboyKid1Script, -1
person_event SPRITE_GAMEBOY_KID, 11, 4, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, GameboyKidScript_0x68a91, -1 person_event SPRITE_GAMEBOY_KID, 11, 4, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyGameboyKid2Script, -1
person_event SPRITE_YOUNGSTER, 7, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyYoungster2Script, -1 person_event SPRITE_YOUNGSTER, 7, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, EarlsPokemonAcademyYoungster2Script, -1
person_event SPRITE_POKEDEX, 4, 2, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AcademyNotebook, -1 person_event SPRITE_POKEDEX, 4, 2, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, AcademyNotebook, -1

View File

@ -98,9 +98,9 @@ EcruteakGymClosed:
end end
TrainerSageJeffrey: TrainerSageJeffrey:
trainer EVENT_BEAT_SAGE_JEFFREY, SAGE, JEFFREY, SageJeffreySeenText, SageJeffreyBeatenText, 0, SageJeffreyScript trainer EVENT_BEAT_SAGE_JEFFREY, SAGE, JEFFREY, SageJeffreySeenText, SageJeffreyBeatenText, 0, .Script
SageJeffreyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageJeffreyAfterBattleText writetext SageJeffreyAfterBattleText
@ -109,9 +109,9 @@ SageJeffreyScript:
end end
TrainerSagePing: TrainerSagePing:
trainer EVENT_BEAT_SAGE_PING, SAGE, PING, SagePingSeenText, SagePingBeatenText, 0, SagePingScript trainer EVENT_BEAT_SAGE_PING, SAGE, PING, SagePingSeenText, SagePingBeatenText, 0, .Script
SagePingScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SagePingAfterBattleText writetext SagePingAfterBattleText
@ -120,9 +120,9 @@ SagePingScript:
end end
TrainerMediumMartha: TrainerMediumMartha:
trainer EVENT_BEAT_MEDIUM_MARTHA, MEDIUM, MARTHA, MediumMarthaSeenText, MediumMarthaBeatenText, 0, MediumMarthaScript trainer EVENT_BEAT_MEDIUM_MARTHA, MEDIUM, MARTHA, MediumMarthaSeenText, MediumMarthaBeatenText, 0, .Script
MediumMarthaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext MediumMarthaAfterBattleText writetext MediumMarthaAfterBattleText
@ -131,9 +131,9 @@ MediumMarthaScript:
end end
TrainerMediumGrace: TrainerMediumGrace:
trainer EVENT_BEAT_MEDIUM_GRACE, MEDIUM, GRACE, MediumGraceSeenText, MediumGraceBeatenText, 0, MediumGraceScript trainer EVENT_BEAT_MEDIUM_GRACE, MEDIUM, GRACE, MediumGraceSeenText, MediumGraceBeatenText, 0, .Script
MediumGraceScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext MediumGraceAfterBattleText writetext MediumGraceAfterBattleText

View File

@ -94,9 +94,9 @@ UnknownScript_0x767a0:
end end
TrainerSailorJeff: TrainerSailorJeff:
trainer EVENT_BEAT_SAILOR_JEFF, SAILOR, JEFF, SailorJeffSeenText, SailorJeffBeatenText, 0, SailorJeffScript trainer EVENT_BEAT_SAILOR_JEFF, SAILOR, JEFF, SailorJeffSeenText, SailorJeffBeatenText, 0, .Script
SailorJeffScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorJeffAfterBattleText writetext SailorJeffAfterBattleText
@ -105,9 +105,9 @@ SailorJeffScript:
end end
TrainerPicnickerDebra: TrainerPicnickerDebra:
trainer EVENT_BEAT_PICNICKER_DEBRA, PICNICKER, DEBRA, PicnickerDebraSeenText, PicnickerDebraBeatenText, 0, PicnickerDebraScript trainer EVENT_BEAT_PICNICKER_DEBRA, PICNICKER, DEBRA, PicnickerDebraSeenText, PicnickerDebraBeatenText, 0, .Script
PicnickerDebraScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerDebraAfterBattleText writetext PicnickerDebraAfterBattleText
@ -116,9 +116,9 @@ PicnickerDebraScript:
end end
TrainerJugglerFritz: TrainerJugglerFritz:
trainer EVENT_BEAT_JUGGLER_FRITZ, JUGGLER, FRITZ, JugglerFritzSeenText, JugglerFritzBeatenText, 0, JugglerFritzScript trainer EVENT_BEAT_JUGGLER_FRITZ, JUGGLER, FRITZ, JugglerFritzSeenText, JugglerFritzBeatenText, 0, .Script
JugglerFritzScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext JugglerFritzAfterBattleText writetext JugglerFritzAfterBattleText
@ -127,9 +127,9 @@ JugglerFritzScript:
end end
TrainerSailorGarrett: TrainerSailorGarrett:
trainer EVENT_BEAT_SAILOR_GARRETT, SAILOR, GARRETT, SailorGarrettSeenText, SailorGarrettBeatenText, 0, SailorGarrettScript trainer EVENT_BEAT_SAILOR_GARRETT, SAILOR, GARRETT, SailorGarrettSeenText, SailorGarrettBeatenText, 0, .Script
SailorGarrettScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorGarrettAfterBattleText writetext SailorGarrettAfterBattleText
@ -138,9 +138,9 @@ SailorGarrettScript:
end end
TrainerFisherJonah: TrainerFisherJonah:
trainer EVENT_BEAT_FISHER_JONAH, FISHER, JONAH, FisherJonahSeenText, FisherJonahBeatenText, 0, FisherJonahScript trainer EVENT_BEAT_FISHER_JONAH, FISHER, JONAH, FisherJonahSeenText, FisherJonahBeatenText, 0, .Script
FisherJonahScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherJonahAfterBattleText writetext FisherJonahAfterBattleText
@ -149,9 +149,9 @@ FisherJonahScript:
end end
TrainerBlackbeltWai: TrainerBlackbeltWai:
trainer EVENT_BEAT_BLACKBELT_WAI, BLACKBELT_T, WAI, BlackbeltWaiSeenText, BlackbeltWaiBeatenText, 0, BlackbeltWaiScript trainer EVENT_BEAT_BLACKBELT_WAI, BLACKBELT_T, WAI, BlackbeltWaiSeenText, BlackbeltWaiBeatenText, 0, .Script
BlackbeltWaiScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BlackbeltWaiAfterBattleText writetext BlackbeltWaiAfterBattleText
@ -160,9 +160,9 @@ BlackbeltWaiScript:
end end
TrainerSailorKenneth: TrainerSailorKenneth:
trainer EVENT_BEAT_SAILOR_KENNETH, SAILOR, KENNETH, SailorKennethSeenText, SailorKennethBeatenText, 0, SailorKennethScript trainer EVENT_BEAT_SAILOR_KENNETH, SAILOR, KENNETH, SailorKennethSeenText, SailorKennethBeatenText, 0, .Script
SailorKennethScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorKennethAfterBattleText writetext SailorKennethAfterBattleText
@ -171,9 +171,9 @@ SailorKennethScript:
end end
TrainerTeacherShirley: TrainerTeacherShirley:
trainer EVENT_BEAT_TEACHER_SHIRLEY, TEACHER, SHIRLEY, TeacherShirleySeenText, TeacherShirleyBeatenText, 0, TeacherShirleyScript trainer EVENT_BEAT_TEACHER_SHIRLEY, TEACHER, SHIRLEY, TeacherShirleySeenText, TeacherShirleyBeatenText, 0, .Script
TeacherShirleyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TeacherShirleyAfterBattleText writetext TeacherShirleyAfterBattleText
@ -182,9 +182,9 @@ TeacherShirleyScript:
end end
TrainerSchoolboyNate: TrainerSchoolboyNate:
trainer EVENT_BEAT_SCHOOLBOY_NATE, SCHOOLBOY, NATE, SchoolboyNateSeenText, SchoolboyNateBeatenText, 0, SchoolboyNateScript trainer EVENT_BEAT_SCHOOLBOY_NATE, SCHOOLBOY, NATE, SchoolboyNateSeenText, SchoolboyNateBeatenText, 0, .Script
SchoolboyNateScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyNateAfterBattleText writetext SchoolboyNateAfterBattleText
@ -193,9 +193,9 @@ SchoolboyNateScript:
end end
TrainerSchoolboyRicky: TrainerSchoolboyRicky:
trainer EVENT_BEAT_SCHOOLBOY_RICKY, SCHOOLBOY, RICKY, SchoolboyRickySeenText, SchoolboyRickyBeatenText, 0, SchoolboyRickyScript trainer EVENT_BEAT_SCHOOLBOY_RICKY, SCHOOLBOY, RICKY, SchoolboyRickySeenText, SchoolboyRickyBeatenText, 0, .Script
SchoolboyRickyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyRickyAfterBattleText writetext SchoolboyRickyAfterBattleText

View File

@ -15,9 +15,9 @@ FastShipCabins_NNW_NNE_NE_MapScriptHeader:
db 0 db 0
TrainerCooltrainermSean: TrainerCooltrainermSean:
trainer EVENT_BEAT_COOLTRAINERM_SEAN, COOLTRAINERM, SEAN, CooltrainermSeanSeenText, CooltrainermSeanBeatenText, 0, CooltrainermSeanScript trainer EVENT_BEAT_COOLTRAINERM_SEAN, COOLTRAINERM, SEAN, CooltrainermSeanSeenText, CooltrainermSeanBeatenText, 0, .Script
CooltrainermSeanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermSeanAfterBattleText writetext CooltrainermSeanAfterBattleText
@ -26,9 +26,9 @@ CooltrainermSeanScript:
end end
TrainerCooltrainerfCarol: TrainerCooltrainerfCarol:
trainer EVENT_BEAT_COOLTRAINERF_CAROL, COOLTRAINERF, CAROL, CooltrainerfCarolSeenText, CooltrainerfCarolBeatenText, 0, CooltrainerfCarolScript trainer EVENT_BEAT_COOLTRAINERF_CAROL, COOLTRAINERF, CAROL, CooltrainerfCarolSeenText, CooltrainerfCarolBeatenText, 0, .Script
CooltrainerfCarolScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfCarolAfterBattleText writetext CooltrainerfCarolAfterBattleText
@ -37,9 +37,9 @@ CooltrainerfCarolScript:
end end
TrainerPokemaniacEthan: TrainerPokemaniacEthan:
trainer EVENT_BEAT_POKEMANIAC_ETHAN, POKEMANIAC, ETHAN, PokemaniacEthanSeenText, PokemaniacEthanBeatenText, 0, PokemaniacEthanScript trainer EVENT_BEAT_POKEMANIAC_ETHAN, POKEMANIAC, ETHAN, PokemaniacEthanSeenText, PokemaniacEthanBeatenText, 0, .Script
PokemaniacEthanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacEthanAfterBattleText writetext PokemaniacEthanAfterBattleText
@ -48,9 +48,9 @@ PokemaniacEthanScript:
end end
TrainerHikerNoland: TrainerHikerNoland:
trainer EVENT_BEAT_HIKER_NOLAND, HIKER, NOLAND, HikerNolandSeenText, HikerNolandBeatenText, 0, HikerNolandScript trainer EVENT_BEAT_HIKER_NOLAND, HIKER, NOLAND, HikerNolandSeenText, HikerNolandBeatenText, 0, .Script
HikerNolandScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerNolandAfterBattleText writetext HikerNolandAfterBattleText
@ -59,9 +59,9 @@ HikerNolandScript:
end end
TrainerGentlemanEdward: TrainerGentlemanEdward:
trainer EVENT_BEAT_GENTLEMAN_EDWARD, GENTLEMAN, EDWARD, GentlemanEdwardSeenText, GentlemanEdwardBeatenText, 0, GentlemanEdwardScript trainer EVENT_BEAT_GENTLEMAN_EDWARD, GENTLEMAN, EDWARD, GentlemanEdwardSeenText, GentlemanEdwardBeatenText, 0, .Script
GentlemanEdwardScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GentlemanEdwardAfterBattleText writetext GentlemanEdwardAfterBattleText
@ -70,9 +70,9 @@ GentlemanEdwardScript:
end end
TrainerBurglarCorey: TrainerBurglarCorey:
trainer EVENT_BEAT_BURGLAR_COREY, BURGLAR, COREY, BurglarCoreySeenText, BurglarCoreyBeatenText, 0, BurglarCoreyScript trainer EVENT_BEAT_BURGLAR_COREY, BURGLAR, COREY, BurglarCoreySeenText, BurglarCoreyBeatenText, 0, .Script
BurglarCoreyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BurglarCoreyAfterBattleText writetext BurglarCoreyAfterBattleText

View File

@ -141,9 +141,9 @@ TwinScript_0x75f6d:
end end
TrainerPokefanmColin: TrainerPokefanmColin:
trainer EVENT_BEAT_POKEFANM_COLIN, POKEFANM, COLIN, PokefanmColinSeenText, PokefanmColinBeatenText, 0, PokefanmColinScript trainer EVENT_BEAT_POKEFANM_COLIN, POKEFANM, COLIN, PokefanmColinSeenText, PokefanmColinBeatenText, 0, .Script
PokefanmColinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmColinAfterBattleText writetext PokefanmColinAfterBattleText
@ -152,9 +152,9 @@ PokefanmColinScript:
end end
TrainerTwinsMegandpeg1: TrainerTwinsMegandpeg1:
trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG1, TwinsMegandpeg1SeenText, TwinsMegandpeg1BeatenText, 0, TwinsMegandpeg1Script trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG1, TwinsMegandpeg1SeenText, TwinsMegandpeg1BeatenText, 0, .Script
TwinsMegandpeg1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsMegandpeg1AfterBattleText writetext TwinsMegandpeg1AfterBattleText
@ -163,9 +163,9 @@ TwinsMegandpeg1Script:
end end
TrainerTwinsMegandpeg2: TrainerTwinsMegandpeg2:
trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG2, TwinsMegandpeg2SeenText, TwinsMegandpeg2BeatenText, 0, TwinsMegandpeg2Script trainer EVENT_BEAT_TWINS_MEG_AND_PEG, TWINS, MEGANDPEG2, TwinsMegandpeg2SeenText, TwinsMegandpeg2BeatenText, 0, .Script
TwinsMegandpeg2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsMegandpeg2AfterBattleText writetext TwinsMegandpeg2AfterBattleText
@ -174,9 +174,9 @@ TwinsMegandpeg2Script:
end end
TrainerPsychicRodney: TrainerPsychicRodney:
trainer EVENT_BEAT_PSYCHIC_RODNEY, PSYCHIC_T, RODNEY, PsychicRodneySeenText, PsychicRodneyBeatenText, 0, PsychicRodneyScript trainer EVENT_BEAT_PSYCHIC_RODNEY, PSYCHIC_T, RODNEY, PsychicRodneySeenText, PsychicRodneyBeatenText, 0, .Script
PsychicRodneyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicRodneyAfterBattleText writetext PsychicRodneyAfterBattleText
@ -185,9 +185,9 @@ PsychicRodneyScript:
end end
TrainerPokefanmJeremy: TrainerPokefanmJeremy:
trainer EVENT_BEAT_POKEFANM_JEREMY, POKEFANM, JEREMY, PokefanmJeremySeenText, PokefanmJeremyBeatenText, 0, PokefanmJeremyScript trainer EVENT_BEAT_POKEFANM_JEREMY, POKEFANM, JEREMY, PokefanmJeremySeenText, PokefanmJeremyBeatenText, 0, .Script
PokefanmJeremyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmJeremyAfterBattleText writetext PokefanmJeremyAfterBattleText
@ -196,9 +196,9 @@ PokefanmJeremyScript:
end end
TrainerPokefanfGeorgia: TrainerPokefanfGeorgia:
trainer EVENT_BEAT_POKEFANF_GEORGIA, POKEFANF, GEORGIA, PokefanfGeorgiaSeenText, PokefanfGeorgiaBeatenText, 0, PokefanfGeorgiaScript trainer EVENT_BEAT_POKEFANF_GEORGIA, POKEFANF, GEORGIA, PokefanfGeorgiaSeenText, PokefanfGeorgiaBeatenText, 0, .Script
PokefanfGeorgiaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanfGeorgiaAfterBattleText writetext PokefanfGeorgiaAfterBattleText
@ -207,9 +207,9 @@ PokefanfGeorgiaScript:
end end
TrainerSupernerdShawn: TrainerSupernerdShawn:
trainer EVENT_BEAT_SUPER_NERD_SHAWN, SUPER_NERD, SHAWN, SupernerdShawnSeenText, SupernerdShawnBeatenText, 0, SupernerdShawnScript trainer EVENT_BEAT_SUPER_NERD_SHAWN, SUPER_NERD, SHAWN, SupernerdShawnSeenText, SupernerdShawnBeatenText, 0, .Script
SupernerdShawnScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdShawnAfterBattleText writetext SupernerdShawnAfterBattleText

View File

@ -12,9 +12,9 @@ FastShipCabins_SW_SSW_NW_MapScriptHeader:
db 0 db 0
TrainerFirebreatherLyle: TrainerFirebreatherLyle:
trainer EVENT_BEAT_FIREBREATHER_LYLE, FIREBREATHER, LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, FirebreatherLyleScript trainer EVENT_BEAT_FIREBREATHER_LYLE, FIREBREATHER, LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
FirebreatherLyleScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherLyleAfterBattleText writetext FirebreatherLyleAfterBattleText
@ -23,9 +23,9 @@ FirebreatherLyleScript:
end end
TrainerBug_catcherKen: TrainerBug_catcherKen:
trainer EVENT_BEAT_BUG_CATCHER_KEN, BUG_CATCHER, KEN, Bug_catcherKenSeenText, Bug_catcherKenBeatenText, 0, Bug_catcherKenScript trainer EVENT_BEAT_BUG_CATCHER_KEN, BUG_CATCHER, KEN, Bug_catcherKenSeenText, Bug_catcherKenBeatenText, 0, .Script
Bug_catcherKenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherKenAfterBattleText writetext Bug_catcherKenAfterBattleText
@ -34,9 +34,9 @@ Bug_catcherKenScript:
end end
TrainerBeautyCassie: TrainerBeautyCassie:
trainer EVENT_BEAT_BEAUTY_CASSIE, BEAUTY, CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, BeautyCassieScript trainer EVENT_BEAT_BEAUTY_CASSIE, BEAUTY, CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
BeautyCassieScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautyCassieAfterBattleText writetext BeautyCassieAfterBattleText
@ -45,9 +45,9 @@ BeautyCassieScript:
end end
TrainerGuitaristClyde: TrainerGuitaristClyde:
trainer EVENT_BEAT_GUITARIST_CLYDE, GUITARIST, CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, GuitaristClydeScript trainer EVENT_BEAT_GUITARIST_CLYDE, GUITARIST, CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
GuitaristClydeScript: .Script:
end_if_just_battled end_if_just_battled
special Mobile_DummyReturnFalse special Mobile_DummyReturnFalse
iftrue .mobile iftrue .mobile

View File

@ -62,8 +62,8 @@ GoldenrodDeptStoreElevator_MapEventHeader:
.Warps: .Warps:
db 2 db 2
warp_def $3, $1, 255, GOLDENROD_DEPT_STORE_1F warp_def $3, $1, -1, GOLDENROD_DEPT_STORE_1F
warp_def $3, $2, 255, GOLDENROD_DEPT_STORE_1F warp_def $3, $2, -1, GOLDENROD_DEPT_STORE_1F
.XYTriggers: .XYTriggers:
db 0 db 0

View File

@ -93,9 +93,9 @@ GoldenrodGymTriggerRockets:
jumpstd radiotowerrockets jumpstd radiotowerrockets
TrainerLassCarrie: TrainerLassCarrie:
trainer EVENT_BEAT_LASS_CARRIE, LASS, CARRIE, LassCarrieSeenText, LassCarrieBeatenText, 0, LassCarrieScript trainer EVENT_BEAT_LASS_CARRIE, LASS, CARRIE, LassCarrieSeenText, LassCarrieBeatenText, 0, .Script
LassCarrieScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassCarrieAfterBattleText writetext LassCarrieAfterBattleText
@ -117,9 +117,9 @@ WhitneyCriesScript:
end end
TrainerLassBridget: TrainerLassBridget:
trainer EVENT_BEAT_LASS_BRIDGET, LASS, BRIDGET, LassBridgetSeenText, LassBridgetBeatenText, 0, LassBridgetScript trainer EVENT_BEAT_LASS_BRIDGET, LASS, BRIDGET, LassBridgetSeenText, LassBridgetBeatenText, 0, .Script
LassBridgetScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassBridgetAfterBattleText writetext LassBridgetAfterBattleText
@ -128,9 +128,9 @@ LassBridgetScript:
end end
TrainerBeautyVictoria: TrainerBeautyVictoria:
trainer EVENT_BEAT_BEAUTY_VICTORIA, BEAUTY, VICTORIA, BeautyVictoriaSeenText, BeautyVictoriaBeatenText, 0, BeautyVictoriaScript trainer EVENT_BEAT_BEAUTY_VICTORIA, BEAUTY, VICTORIA, BeautyVictoriaSeenText, BeautyVictoriaBeatenText, 0, .Script
BeautyVictoriaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautyVictoriaAfterBattleText writetext BeautyVictoriaAfterBattleText
@ -139,9 +139,9 @@ BeautyVictoriaScript:
end end
TrainerBeautySamantha: TrainerBeautySamantha:
trainer EVENT_BEAT_BEAUTY_SAMANTHA, BEAUTY, SAMANTHA, BeautySamanthaSeenText, BeautySamanthaBeatenText, 0, BeautySamanthaScript trainer EVENT_BEAT_BEAUTY_SAMANTHA, BEAUTY, SAMANTHA, BeautySamanthaSeenText, BeautySamanthaBeatenText, 0, .Script
BeautySamanthaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BeautySamanthaAfterBattleText writetext BeautySamanthaAfterBattleText

View File

@ -388,9 +388,9 @@ IlexForestHeadbuttGuyScript:
end end
TrainerBug_catcherWayne: TrainerBug_catcherWayne:
trainer EVENT_BEAT_BUG_CATCHER_WAYNE, BUG_CATCHER, WAYNE, Bug_catcherWayneSeenText, Bug_catcherWayneBeatenText, 0, Bug_catcherWayneScript trainer EVENT_BEAT_BUG_CATCHER_WAYNE, BUG_CATCHER, WAYNE, Bug_catcherWayneSeenText, Bug_catcherWayneBeatenText, 0, .Script
Bug_catcherWayneScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherWayneAfterBattleText writetext Bug_catcherWayneAfterBattleText

View File

@ -146,9 +146,9 @@ UnknownScript_0x700b8:
end end
TrainerFisherAndre: TrainerFisherAndre:
trainer EVENT_BEAT_FISHER_ANDRE, FISHER, ANDRE, FisherAndreSeenText, FisherAndreBeatenText, 0, FisherAndreScript trainer EVENT_BEAT_FISHER_ANDRE, FISHER, ANDRE, FisherAndreSeenText, FisherAndreBeatenText, 0, .Script
FisherAndreScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherAndreAfterBattleText writetext FisherAndreAfterBattleText
@ -157,9 +157,9 @@ FisherAndreScript:
end end
TrainerFisherRaymond: TrainerFisherRaymond:
trainer EVENT_BEAT_FISHER_RAYMOND, FISHER, RAYMOND, FisherRaymondSeenText, FisherRaymondBeatenText, 0, FisherRaymondScript trainer EVENT_BEAT_FISHER_RAYMOND, FISHER, RAYMOND, FisherRaymondSeenText, FisherRaymondBeatenText, 0, .Script
FisherRaymondScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherRaymondAfterBattleText writetext FisherRaymondAfterBattleText
@ -168,9 +168,9 @@ FisherRaymondScript:
end end
TrainerCooltrainermAaron: TrainerCooltrainermAaron:
trainer EVENT_BEAT_COOLTRAINERM_AARON, COOLTRAINERM, AARON, CooltrainermAaronSeenText, CooltrainermAaronBeatenText, 0, CooltrainermAaronScript trainer EVENT_BEAT_COOLTRAINERM_AARON, COOLTRAINERM, AARON, CooltrainermAaronSeenText, CooltrainermAaronBeatenText, 0, .Script
CooltrainermAaronScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermAaronAfterBattleText writetext CooltrainermAaronAfterBattleText
@ -179,9 +179,9 @@ CooltrainermAaronScript:
end end
TrainerCooltrainerfLois: TrainerCooltrainerfLois:
trainer EVENT_BEAT_COOLTRAINERF_LOIS, COOLTRAINERF, LOIS, CooltrainerfLoisSeenText, CooltrainerfLoisBeatenText, 0, CooltrainerfLoisScript trainer EVENT_BEAT_COOLTRAINERF_LOIS, COOLTRAINERF, LOIS, CooltrainerfLoisSeenText, CooltrainerfLoisBeatenText, 0, .Script
CooltrainerfLoisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfLoisAfterBattleText writetext CooltrainerfLoisAfterBattleText

View File

@ -71,9 +71,9 @@ MahoganyGymTriggerRockets:
jumpstd radiotowerrockets jumpstd radiotowerrockets
TrainerSkierRoxanne: TrainerSkierRoxanne:
trainer EVENT_BEAT_SKIER_ROXANNE, SKIER, ROXANNE, SkierRoxanneSeenText, SkierRoxanneBeatenText, 0, SkierRoxanneScript trainer EVENT_BEAT_SKIER_ROXANNE, SKIER, ROXANNE, SkierRoxanneSeenText, SkierRoxanneBeatenText, 0, .Script
SkierRoxanneScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SkierRoxanneAfterBattleText writetext SkierRoxanneAfterBattleText
@ -82,9 +82,9 @@ SkierRoxanneScript:
end end
TrainerSkierClarissa: TrainerSkierClarissa:
trainer EVENT_BEAT_SKIER_CLARISSA, SKIER, CLARISSA, SkierClarissaSeenText, SkierClarissaBeatenText, 0, SkierClarissaScript trainer EVENT_BEAT_SKIER_CLARISSA, SKIER, CLARISSA, SkierClarissaSeenText, SkierClarissaBeatenText, 0, .Script
SkierClarissaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SkierClarissaAfterBattleText writetext SkierClarissaAfterBattleText
@ -93,9 +93,9 @@ SkierClarissaScript:
end end
TrainerBoarderRonald: TrainerBoarderRonald:
trainer EVENT_BEAT_BOARDER_RONALD, BOARDER, RONALD, BoarderRonaldSeenText, BoarderRonaldBeatenText, 0, BoarderRonaldScript trainer EVENT_BEAT_BOARDER_RONALD, BOARDER, RONALD, BoarderRonaldSeenText, BoarderRonaldBeatenText, 0, .Script
BoarderRonaldScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BoarderRonaldAfterBattleText writetext BoarderRonaldAfterBattleText
@ -104,9 +104,9 @@ BoarderRonaldScript:
end end
TrainerBoarderBrad: TrainerBoarderBrad:
trainer EVENT_BEAT_BOARDER_BRAD, BOARDER, BRAD, BoarderBradSeenText, BoarderBradBeatenText, 0, BoarderBradScript trainer EVENT_BEAT_BOARDER_BRAD, BOARDER, BRAD, BoarderBradSeenText, BoarderBradBeatenText, 0, .Script
BoarderBradScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BoarderBradAfterBattleText writetext BoarderBradAfterBattleText
@ -115,9 +115,9 @@ BoarderBradScript:
end end
TrainerBoarderDouglas: TrainerBoarderDouglas:
trainer EVENT_BEAT_BOARDER_DOUGLAS, BOARDER, DOUGLAS, BoarderDouglasSeenText, BoarderDouglasBeatenText, 0, BoarderDouglasScript trainer EVENT_BEAT_BOARDER_DOUGLAS, BOARDER, DOUGLAS, BoarderDouglasSeenText, BoarderDouglasBeatenText, 0, .Script
BoarderDouglasScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BoarderDouglasAfterBattleText writetext BoarderDouglasAfterBattleText

View File

@ -18,9 +18,9 @@ MountMortar1FInside_MapScriptHeader:
db 0 db 0
TrainerPokemaniacMiller: TrainerPokemaniacMiller:
trainer EVENT_BEAT_POKEMANIAC_MILLER, POKEMANIAC, MILLER, PokemaniacMillerSeenText, PokemaniacMillerBeatenText, 0, PokemaniacMillerScript trainer EVENT_BEAT_POKEMANIAC_MILLER, POKEMANIAC, MILLER, PokemaniacMillerSeenText, PokemaniacMillerBeatenText, 0, .Script
PokemaniacMillerScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacMillerAfterBattleText writetext PokemaniacMillerAfterBattleText
@ -29,9 +29,9 @@ PokemaniacMillerScript:
end end
TrainerSupernerdMarkus: TrainerSupernerdMarkus:
trainer EVENT_BEAT_SUPER_NERD_MARKUS, SUPER_NERD, MARKUS, SupernerdMarkusSeenText, SupernerdMarkusBeatenText, 0, SupernerdMarkusScript trainer EVENT_BEAT_SUPER_NERD_MARKUS, SUPER_NERD, MARKUS, SupernerdMarkusSeenText, SupernerdMarkusBeatenText, 0, .Script
SupernerdMarkusScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdMarkusAfterBattleText writetext SupernerdMarkusAfterBattleText

View File

@ -15,9 +15,9 @@ MountMortar2FInside_MapScriptHeader:
db 0 db 0
TrainerSupernerdHugh: TrainerSupernerdHugh:
trainer EVENT_BEAT_SUPER_NERD_HUGH, SUPER_NERD, HUGH, SupernerdHughSeenText, SupernerdHughBeatenText, 0, SupernerdHughScript trainer EVENT_BEAT_SUPER_NERD_HUGH, SUPER_NERD, HUGH, SupernerdHughSeenText, SupernerdHughBeatenText, 0, .Script
SupernerdHughScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdHughAfterBattleText writetext SupernerdHughAfterBattleText

View File

@ -72,9 +72,9 @@ GameboyKidScript_0x5c037:
end end
TrainerSchoolboyJack1: TrainerSchoolboyJack1:
trainer EVENT_BEAT_SCHOOLBOY_JACK, SCHOOLBOY, JACK1, SchoolboyJack1SeenText, SchoolboyJack1BeatenText, 0, SchoolboyJack1Script trainer EVENT_BEAT_SCHOOLBOY_JACK, SCHOOLBOY, JACK1, SchoolboyJack1SeenText, SchoolboyJack1BeatenText, 0, .Script
SchoolboyJack1Script: .Script:
writecode VAR_CALLERID, PHONE_SCHOOLBOY_JACK writecode VAR_CALLERID, PHONE_SCHOOLBOY_JACK
end_if_just_battled end_if_just_battled
opentext opentext
@ -189,9 +189,9 @@ UnknownScript_0x5c114:
end end
TrainerPokefanmWilliam: TrainerPokefanmWilliam:
trainer EVENT_BEAT_POKEFANM_WILLIAM, POKEFANM, WILLIAM, PokefanmWilliamSeenText, PokefanmWilliamBeatenText, 0, PokefanmWilliamScript trainer EVENT_BEAT_POKEFANM_WILLIAM, POKEFANM, WILLIAM, PokefanmWilliamSeenText, PokefanmWilliamBeatenText, 0, .Script
PokefanmWilliamScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmWilliamAfterBattleText writetext PokefanmWilliamAfterBattleText
@ -200,9 +200,9 @@ PokefanmWilliamScript:
end end
TrainerPokefanfBeverly1: TrainerPokefanfBeverly1:
trainer EVENT_BEAT_POKEFANF_BEVERLY, POKEFANF, BEVERLY1, PokefanfBeverly1SeenText, PokefanfBeverly1BeatenText, 0, PokefanfBeverly1Script trainer EVENT_BEAT_POKEFANF_BEVERLY, POKEFANF, BEVERLY1, PokefanfBeverly1SeenText, PokefanfBeverly1BeatenText, 0, .Script
PokefanfBeverly1Script: .Script:
writecode VAR_CALLERID, PHONE_POKEFAN_BEVERLY writecode VAR_CALLERID, PHONE_POKEFAN_BEVERLY
end_if_just_battled end_if_just_battled
opentext opentext
@ -279,9 +279,9 @@ UnknownScript_0x5c1ab:
end end
TrainerLassKrise: TrainerLassKrise:
trainer EVENT_BEAT_LASS_KRISE, LASS, KRISE, LassKriseSeenText, LassKriseBeatenText, 0, LassKriseScript trainer EVENT_BEAT_LASS_KRISE, LASS, KRISE, LassKriseSeenText, LassKriseBeatenText, 0, .Script
LassKriseScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassKriseAfterBattleText writetext LassKriseAfterBattleText

View File

@ -10,9 +10,9 @@ OlivineLighthouse2F_MapScriptHeader:
db 0 db 0
TrainerGentlemanAlfred: TrainerGentlemanAlfred:
trainer EVENT_BEAT_GENTLEMAN_ALFRED, GENTLEMAN, ALFRED, GentlemanAlfredSeenText, GentlemanAlfredBeatenText, 0, GentlemanAlfredScript trainer EVENT_BEAT_GENTLEMAN_ALFRED, GENTLEMAN, ALFRED, GentlemanAlfredSeenText, GentlemanAlfredBeatenText, 0, .Script
GentlemanAlfredScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GentlemanAlfredAfterBattleText writetext GentlemanAlfredAfterBattleText
@ -21,9 +21,9 @@ GentlemanAlfredScript:
end end
TrainerSailorHuey1: TrainerSailorHuey1:
trainer EVENT_BEAT_SAILOR_HUEY, SAILOR, HUEY1, SailorHuey1SeenText, SailorHuey1BeatenText, 0, SailorHuey1Script trainer EVENT_BEAT_SAILOR_HUEY, SAILOR, HUEY1, SailorHuey1SeenText, SailorHuey1BeatenText, 0, .Script
SailorHuey1Script: .Script:
writecode VAR_CALLERID, PHONE_SAILOR_HUEY writecode VAR_CALLERID, PHONE_SAILOR_HUEY
end_if_just_battled end_if_just_battled
opentext opentext

View File

@ -12,9 +12,9 @@ OlivineLighthouse3F_MapScriptHeader:
db 0 db 0
TrainerBird_keeperTheo: TrainerBird_keeperTheo:
trainer EVENT_BEAT_BIRD_KEEPER_THEO, BIRD_KEEPER, THEO, Bird_keeperTheoSeenText, Bird_keeperTheoBeatenText, 0, Bird_keeperTheoScript trainer EVENT_BEAT_BIRD_KEEPER_THEO, BIRD_KEEPER, THEO, Bird_keeperTheoSeenText, Bird_keeperTheoBeatenText, 0, .Script
Bird_keeperTheoScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperTheoAfterBattleText writetext Bird_keeperTheoAfterBattleText
@ -23,9 +23,9 @@ Bird_keeperTheoScript:
end end
TrainerGentlemanPreston: TrainerGentlemanPreston:
trainer EVENT_BEAT_GENTLEMAN_PRESTON, GENTLEMAN, PRESTON, GentlemanPrestonSeenText, GentlemanPrestonBeatenText, 0, GentlemanPrestonScript trainer EVENT_BEAT_GENTLEMAN_PRESTON, GENTLEMAN, PRESTON, GentlemanPrestonSeenText, GentlemanPrestonBeatenText, 0, .Script
GentlemanPrestonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GentlemanPrestonAfterBattleText writetext GentlemanPrestonAfterBattleText
@ -34,9 +34,9 @@ GentlemanPrestonScript:
end end
TrainerSailorTerrell: TrainerSailorTerrell:
trainer EVENT_BEAT_SAILOR_TERRELL, SAILOR, TERRELL, SailorTerrellSeenText, SailorTerrellBeatenText, 0, SailorTerrellScript trainer EVENT_BEAT_SAILOR_TERRELL, SAILOR, TERRELL, SailorTerrellSeenText, SailorTerrellBeatenText, 0, .Script
SailorTerrellScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorTerrellAfterBattleText writetext SailorTerrellAfterBattleText

View File

@ -10,9 +10,9 @@ OlivineLighthouse4F_MapScriptHeader:
db 0 db 0
TrainerLassConnie: TrainerLassConnie:
trainer EVENT_BEAT_LASS_CONNIE, LASS, CONNIE1, LassConnie1SeenText, LassConnie1BeatenText, 0, LassConnie1Script trainer EVENT_BEAT_LASS_CONNIE, LASS, CONNIE1, LassConnie1SeenText, LassConnie1BeatenText, 0, .Script
LassConnie1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassConnie1AfterBattleText writetext LassConnie1AfterBattleText
@ -21,9 +21,9 @@ LassConnie1Script:
end end
TrainerSailorKent: TrainerSailorKent:
trainer EVENT_BEAT_SAILOR_KENT, SAILOR, KENT, SailorKentSeenText, SailorKentBeatenText, 0, SailorKentScript trainer EVENT_BEAT_SAILOR_KENT, SAILOR, KENT, SailorKentSeenText, SailorKentBeatenText, 0, .Script
SailorKentScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorKentAfterBattleText writetext SailorKentAfterBattleText

View File

@ -13,9 +13,9 @@ OlivineLighthouse5F_MapScriptHeader:
db 0 db 0
TrainerBird_keeperDenis: TrainerBird_keeperDenis:
trainer EVENT_BEAT_BIRD_KEEPER_DENIS, BIRD_KEEPER, DENIS, Bird_keeperDenisSeenText, Bird_keeperDenisBeatenText, 0, Bird_keeperDenisScript trainer EVENT_BEAT_BIRD_KEEPER_DENIS, BIRD_KEEPER, DENIS, Bird_keeperDenisSeenText, Bird_keeperDenisBeatenText, 0, .Script
Bird_keeperDenisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperDenisAfterBattleText writetext Bird_keeperDenisAfterBattleText
@ -24,9 +24,9 @@ Bird_keeperDenisScript:
end end
TrainerSailorErnest: TrainerSailorErnest:
trainer EVENT_BEAT_SAILOR_ERNEST, SAILOR, ERNEST, SailorErnestSeenText, SailorErnestBeatenText, 0, SailorErnestScript trainer EVENT_BEAT_SAILOR_ERNEST, SAILOR, ERNEST, SailorErnestSeenText, SailorErnestBeatenText, 0, .Script
SailorErnestScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorErnestAfterBattleText writetext SailorErnestAfterBattleText

View File

@ -41,9 +41,9 @@ BrockScript_0x1a2864:
end end
TrainerCamperJerry: TrainerCamperJerry:
trainer EVENT_BEAT_CAMPER_JERRY, CAMPER, JERRY, CamperJerrySeenText, CamperJerryBeatenText, 0, CamperJerryScript trainer EVENT_BEAT_CAMPER_JERRY, CAMPER, JERRY, CamperJerrySeenText, CamperJerryBeatenText, 0, .Script
CamperJerryScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperJerryAfterBattleText writetext CamperJerryAfterBattleText

View File

@ -186,9 +186,9 @@ RadioTower1FYoungsterScript:
jumptextfaceplayer RadioTower1FYoungsterText jumptextfaceplayer RadioTower1FYoungsterText
TrainerGruntM3: TrainerGruntM3:
trainer EVENT_BEAT_ROCKET_GRUNTM_3, GRUNTM, GRUNTM_3, GruntM3SeenText, GruntM3BeatenText, 0, GruntM3Script trainer EVENT_BEAT_ROCKET_GRUNTM_3, GRUNTM, GRUNTM_3, GruntM3SeenText, GruntM3BeatenText, 0, .Script
GruntM3Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM3AfterBattleText writetext GruntM3AfterBattleText

View File

@ -55,9 +55,9 @@ RadioTower2FBlackBelt2Script:
jumptextfaceplayer RadioTower2FBlackBelt2Text jumptextfaceplayer RadioTower2FBlackBelt2Text
TrainerGruntM4: TrainerGruntM4:
trainer EVENT_BEAT_ROCKET_GRUNTM_4, GRUNTM, GRUNTM_4, GruntM4SeenText, GruntM4BeatenText, 0, GruntM4Script trainer EVENT_BEAT_ROCKET_GRUNTM_4, GRUNTM, GRUNTM_4, GruntM4SeenText, GruntM4BeatenText, 0, .Script
GruntM4Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM4AfterBattleText writetext GruntM4AfterBattleText
@ -66,9 +66,9 @@ GruntM4Script:
end end
TrainerGruntM5: TrainerGruntM5:
trainer EVENT_BEAT_ROCKET_GRUNTM_5, GRUNTM, GRUNTM_5, GruntM5SeenText, GruntM5BeatenText, 0, GruntM5Script trainer EVENT_BEAT_ROCKET_GRUNTM_5, GRUNTM, GRUNTM_5, GruntM5SeenText, GruntM5BeatenText, 0, .Script
GruntM5Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM5AfterBattleText writetext GruntM5AfterBattleText
@ -77,9 +77,9 @@ GruntM5Script:
end end
TrainerGruntM6: TrainerGruntM6:
trainer EVENT_BEAT_ROCKET_GRUNTM_6, GRUNTM, GRUNTM_6, GruntM6SeenText, GruntM6BeatenText, 0, GruntM6Script trainer EVENT_BEAT_ROCKET_GRUNTM_6, GRUNTM, GRUNTM_6, GruntM6SeenText, GruntM6BeatenText, 0, .Script
GruntM6Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM6AfterBattleText writetext GruntM6AfterBattleText
@ -88,9 +88,9 @@ GruntM6Script:
end end
TrainerGruntF2: TrainerGruntF2:
trainer EVENT_BEAT_ROCKET_GRUNTF_2, GRUNTF, GRUNTF_2, GruntF2SeenText, GruntF2BeatenText, 0, GruntF2Script trainer EVENT_BEAT_ROCKET_GRUNTF_2, GRUNTF, GRUNTF_2, GruntF2SeenText, GruntF2BeatenText, 0, .Script
GruntF2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntF2AfterBattleText writetext GruntF2AfterBattleText

View File

@ -83,9 +83,9 @@ UnknownScript_0x5e5a1:
end end
TrainerGruntM7: TrainerGruntM7:
trainer EVENT_BEAT_ROCKET_GRUNTM_7, GRUNTM, GRUNTM_7, GruntM7SeenText, GruntM7BeatenText, 0, GruntM7Script trainer EVENT_BEAT_ROCKET_GRUNTM_7, GRUNTM, GRUNTM_7, GruntM7SeenText, GruntM7BeatenText, 0, .Script
GruntM7Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM7AfterBattleText writetext GruntM7AfterBattleText
@ -94,9 +94,9 @@ GruntM7Script:
end end
TrainerGruntM8: TrainerGruntM8:
trainer EVENT_BEAT_ROCKET_GRUNTM_8, GRUNTM, GRUNTM_8, GruntM8SeenText, GruntM8BeatenText, 0, GruntM8Script trainer EVENT_BEAT_ROCKET_GRUNTM_8, GRUNTM, GRUNTM_8, GruntM8SeenText, GruntM8BeatenText, 0, .Script
GruntM8Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM8AfterBattleText writetext GruntM8AfterBattleText
@ -105,9 +105,9 @@ GruntM8Script:
end end
TrainerGruntM9: TrainerGruntM9:
trainer EVENT_BEAT_ROCKET_GRUNTM_9, GRUNTM, GRUNTM_9, GruntM9SeenText, GruntM9BeatenText, 0, GruntM9Script trainer EVENT_BEAT_ROCKET_GRUNTM_9, GRUNTM, GRUNTM_9, GruntM9SeenText, GruntM9BeatenText, 0, .Script
GruntM9Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM9AfterBattleText writetext GruntM9AfterBattleText
@ -116,9 +116,9 @@ GruntM9Script:
end end
TrainerScientistMarc: TrainerScientistMarc:
trainer EVENT_BEAT_SCIENTIST_MARC, SCIENTIST, MARC, ScientistMarcSeenText, ScientistMarcBeatenText, 0, ScientistMarcScript trainer EVENT_BEAT_SCIENTIST_MARC, SCIENTIST, MARC, ScientistMarcSeenText, ScientistMarcBeatenText, 0, .Script
ScientistMarcScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext ScientistMarcAfterBattleText writetext ScientistMarcAfterBattleText

View File

@ -56,9 +56,9 @@ RadioTowerMeowth:
end end
TrainerGruntM10: TrainerGruntM10:
trainer EVENT_BEAT_ROCKET_GRUNTM_10, GRUNTM, GRUNTM_10, GruntM10SeenText, GruntM10BeatenText, 0, GruntM10Script trainer EVENT_BEAT_ROCKET_GRUNTM_10, GRUNTM, GRUNTM_10, GruntM10SeenText, GruntM10BeatenText, 0, .Script
GruntM10Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM10AfterBattleText writetext GruntM10AfterBattleText
@ -67,9 +67,9 @@ GruntM10Script:
end end
TrainerExecutivem2: TrainerExecutivem2:
trainer EVENT_BEAT_ROCKET_EXECUTIVEM_2, EXECUTIVEM, EXECUTIVEM_2, Executivem2SeenText, Executivem2BeatenText, 0, Executivem2Script trainer EVENT_BEAT_ROCKET_EXECUTIVEM_2, EXECUTIVEM, EXECUTIVEM_2, Executivem2SeenText, Executivem2BeatenText, 0, .Script
Executivem2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Executivem2AfterBattleText writetext Executivem2AfterBattleText
@ -78,9 +78,9 @@ Executivem2Script:
end end
TrainerGruntF4: TrainerGruntF4:
trainer EVENT_BEAT_ROCKET_GRUNTF_4, GRUNTF, GRUNTF_4, GruntF4SeenText, GruntF4BeatenText, 0, GruntF4Script trainer EVENT_BEAT_ROCKET_GRUNTF_4, GRUNTF, GRUNTF_4, GruntF4SeenText, GruntF4BeatenText, 0, .Script
GruntF4Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntF4AfterBattleText writetext GruntF4AfterBattleText
@ -89,9 +89,9 @@ GruntF4Script:
end end
TrainerScientistRich: TrainerScientistRich:
trainer EVENT_BEAT_SCIENTIST_RICH, SCIENTIST, RICH, ScientistRichSeenText, ScientistRichBeatenText, 0, ScientistRichScript trainer EVENT_BEAT_SCIENTIST_RICH, SCIENTIST, RICH, ScientistRichSeenText, ScientistRichBeatenText, 0, .Script
ScientistRichScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext ScientistRichAfterBattleText writetext ScientistRichAfterBattleText

View File

@ -68,9 +68,9 @@ Director:
end end
TrainerExecutivef1: TrainerExecutivef1:
trainer EVENT_BEAT_ROCKET_EXECUTIVEF_1, EXECUTIVEF, EXECUTIVEF_1, Executivef1SeenText, Executivef1BeatenText, 0, Executivef1Script trainer EVENT_BEAT_ROCKET_EXECUTIVEF_1, EXECUTIVEF, EXECUTIVEF_1, Executivef1SeenText, Executivef1BeatenText, 0, .Script
Executivef1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Executivef1AfterBattleText writetext Executivef1AfterBattleText

View File

@ -5,13 +5,13 @@ RedsHouse2F_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
MapRedsHouse2FSignpost0Script: RedsHouse2FN64Script:
jumptext UnknownText_0x19b050 jumptext RedsHouse2FN64Text
MapRedsHouse2FSignpost1Script: RedsHouse2FPCScript:
jumptext UnknownText_0x19b087 jumptext RedsHouse2FPCText
UnknownText_0x19b050: RedsHouse2FN64Text:
text "<PLAYER> played the" text "<PLAYER> played the"
line "N64." line "N64."
@ -19,7 +19,7 @@ UnknownText_0x19b050:
line "no time to lose!" line "no time to lose!"
done done
UnknownText_0x19b087: RedsHouse2FPCText:
text "It looks like it" text "It looks like it"
line "hasn't been used" line "hasn't been used"
cont "in a long time…" cont "in a long time…"
@ -38,8 +38,8 @@ RedsHouse2F_MapEventHeader:
.Signposts: .Signposts:
db 2 db 2
signpost 5, 3, SIGNPOST_READ, MapRedsHouse2FSignpost0Script signpost 5, 3, SIGNPOST_READ, RedsHouse2FN64Script
signpost 1, 0, SIGNPOST_READ, MapRedsHouse2FSignpost1Script signpost 1, 0, SIGNPOST_READ, RedsHouse2FPCScript
.PersonEvents: .PersonEvents:
db 0 db 0

View File

@ -11,9 +11,9 @@ Route1_MapScriptHeader:
db 0 db 0
TrainerSchoolboyDanny: TrainerSchoolboyDanny:
trainer EVENT_BEAT_SCHOOLBOY_DANNY, SCHOOLBOY, DANNY, SchoolboyDannySeenText, SchoolboyDannyBeatenText, 0, SchoolboyDannyScript trainer EVENT_BEAT_SCHOOLBOY_DANNY, SCHOOLBOY, DANNY, SchoolboyDannySeenText, SchoolboyDannyBeatenText, 0, .Script
SchoolboyDannyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyDannyAfterBattleText writetext SchoolboyDannyAfterBattleText
@ -22,9 +22,9 @@ SchoolboyDannyScript:
end end
TrainerCooltrainerfQuinn: TrainerCooltrainerfQuinn:
trainer EVENT_BEAT_COOLTRAINERF_QUINN, COOLTRAINERF, QUINN, CooltrainerfQuinnSeenText, CooltrainerfQuinnBeatenText, 0, CooltrainerfQuinnScript trainer EVENT_BEAT_COOLTRAINERF_QUINN, COOLTRAINERF, QUINN, CooltrainerfQuinnSeenText, CooltrainerfQuinnBeatenText, 0, .Script
CooltrainerfQuinnScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfQuinnAfterBattleText writetext CooltrainerfQuinnAfterBattleText

View File

@ -10,9 +10,9 @@ Route10South_MapScriptHeader:
db 0 db 0
TrainerHikerJim: TrainerHikerJim:
trainer EVENT_BEAT_HIKER_JIM, HIKER, JIM, HikerJimSeenText, HikerJimBeatenText, 0, HikerJimScript trainer EVENT_BEAT_HIKER_JIM, HIKER, JIM, HikerJimSeenText, HikerJimBeatenText, 0, .Script
HikerJimScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerJimAfterBattleText writetext HikerJimAfterBattleText
@ -21,9 +21,9 @@ HikerJimScript:
end end
TrainerPokefanmRobert: TrainerPokefanmRobert:
trainer EVENT_BEAT_POKEFANM_ROBERT, POKEFANM, ROBERT, PokefanmRobertSeenText, PokefanmRobertBeatenText, 0, PokefanmRobertScript trainer EVENT_BEAT_POKEFANM_ROBERT, POKEFANM, ROBERT, PokefanmRobertSeenText, PokefanmRobertBeatenText, 0, .Script
PokefanmRobertScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmRobertAfterBattleText writetext PokefanmRobertAfterBattleText

View File

@ -13,9 +13,9 @@ Route11_MapScriptHeader:
db 0 db 0
TrainerYoungsterOwen: TrainerYoungsterOwen:
trainer EVENT_BEAT_YOUNGSTER_OWEN, YOUNGSTER, OWEN, YoungsterOwenSeenText, YoungsterOwenBeatenText, 0, YoungsterOwenScript trainer EVENT_BEAT_YOUNGSTER_OWEN, YOUNGSTER, OWEN, YoungsterOwenSeenText, YoungsterOwenBeatenText, 0, .Script
YoungsterOwenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext YoungsterOwenAfterBattleText writetext YoungsterOwenAfterBattleText
@ -24,9 +24,9 @@ YoungsterOwenScript:
end end
TrainerYoungsterJason: TrainerYoungsterJason:
trainer EVENT_BEAT_YOUNGSTER_JASON, YOUNGSTER, JASON, YoungsterJasonSeenText, YoungsterJasonBeatenText, 0, YoungsterJasonScript trainer EVENT_BEAT_YOUNGSTER_JASON, YOUNGSTER, JASON, YoungsterJasonSeenText, YoungsterJasonBeatenText, 0, .Script
YoungsterJasonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext YoungsterJasonAfterBattleText writetext YoungsterJasonAfterBattleText
@ -35,9 +35,9 @@ YoungsterJasonScript:
end end
TrainerPsychicHerman: TrainerPsychicHerman:
trainer EVENT_BEAT_PSYCHIC_HERMAN, PSYCHIC_T, HERMAN, PsychicHermanSeenText, PsychicHermanBeatenText, 0, PsychicHermanScript trainer EVENT_BEAT_PSYCHIC_HERMAN, PSYCHIC_T, HERMAN, PsychicHermanSeenText, PsychicHermanBeatenText, 0, .Script
PsychicHermanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicHermanAfterBattleText writetext PsychicHermanAfterBattleText
@ -46,9 +46,9 @@ PsychicHermanScript:
end end
TrainerPsychicFidel: TrainerPsychicFidel:
trainer EVENT_BEAT_PSYCHIC_FIDEL, PSYCHIC_T, FIDEL, PsychicFidelSeenText, PsychicFidelBeatenText, 0, PsychicFidelScript trainer EVENT_BEAT_PSYCHIC_FIDEL, PSYCHIC_T, FIDEL, PsychicFidelSeenText, PsychicFidelBeatenText, 0, .Script
PsychicFidelScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicFidelAfterBattleText writetext PsychicFidelAfterBattleText

View File

@ -14,9 +14,9 @@ Route12_MapScriptHeader:
db 0 db 0
TrainerFisherKyle: TrainerFisherKyle:
trainer EVENT_BEAT_FISHER_KYLE, FISHER, KYLE, FisherKyleSeenText, FisherKyleBeatenText, 0, FisherKyleScript trainer EVENT_BEAT_FISHER_KYLE, FISHER, KYLE, FisherKyleSeenText, FisherKyleBeatenText, 0, .Script
FisherKyleScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherKyleAfterBattleText writetext FisherKyleAfterBattleText
@ -25,9 +25,9 @@ FisherKyleScript:
end end
TrainerFisherMartin: TrainerFisherMartin:
trainer EVENT_BEAT_FISHER_MARTIN, FISHER, MARTIN, FisherMartinSeenText, FisherMartinBeatenText, 0, FisherMartinScript trainer EVENT_BEAT_FISHER_MARTIN, FISHER, MARTIN, FisherMartinSeenText, FisherMartinBeatenText, 0, .Script
FisherMartinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherMartinAfterBattleText writetext FisherMartinAfterBattleText
@ -36,9 +36,9 @@ FisherMartinScript:
end end
TrainerFisherStephen: TrainerFisherStephen:
trainer EVENT_BEAT_FISHER_STEPHEN, FISHER, STEPHEN, FisherStephenSeenText, FisherStephenBeatenText, 0, FisherStephenScript trainer EVENT_BEAT_FISHER_STEPHEN, FISHER, STEPHEN, FisherStephenSeenText, FisherStephenBeatenText, 0, .Script
FisherStephenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherStephenAfterBattleText writetext FisherStephenAfterBattleText
@ -47,9 +47,9 @@ FisherStephenScript:
end end
TrainerFisherBarney: TrainerFisherBarney:
trainer EVENT_BEAT_FISHER_BARNEY, FISHER, BARNEY, FisherBarneySeenText, FisherBarneyBeatenText, 0, FisherBarneyScript trainer EVENT_BEAT_FISHER_BARNEY, FISHER, BARNEY, FisherBarneySeenText, FisherBarneyBeatenText, 0, .Script
FisherBarneyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherBarneyAfterBattleText writetext FisherBarneyAfterBattleText

View File

@ -13,9 +13,9 @@ Route13_MapScriptHeader:
db 0 db 0
TrainerPokefanmAlex: TrainerPokefanmAlex:
trainer EVENT_BEAT_POKEFANM_ALEX, POKEFANM, ALEX, PokefanmAlexSeenText, PokefanmAlexBeatenText, 0, PokefanmAlexScript trainer EVENT_BEAT_POKEFANM_ALEX, POKEFANM, ALEX, PokefanmAlexSeenText, PokefanmAlexBeatenText, 0, .Script
PokefanmAlexScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmAlexAfterBattleText writetext PokefanmAlexAfterBattleText
@ -24,9 +24,9 @@ PokefanmAlexScript:
end end
TrainerPokefanmJoshua: TrainerPokefanmJoshua:
trainer EVENT_BEAT_POKEFANM_JOSHUA, POKEFANM, JOSHUA, PokefanmJoshuaSeenText, PokefanmJoshuaBeatenText, 0, PokefanmJoshuaScript trainer EVENT_BEAT_POKEFANM_JOSHUA, POKEFANM, JOSHUA, PokefanmJoshuaSeenText, PokefanmJoshuaBeatenText, 0, .Script
PokefanmJoshuaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmJoshuaAfterBattleText writetext PokefanmJoshuaAfterBattleText
@ -35,9 +35,9 @@ PokefanmJoshuaScript:
end end
TrainerBird_keeperPerry: TrainerBird_keeperPerry:
trainer EVENT_BEAT_BIRD_KEEPER_PERRY, BIRD_KEEPER, PERRY, Bird_keeperPerrySeenText, Bird_keeperPerryBeatenText, 0, Bird_keeperPerryScript trainer EVENT_BEAT_BIRD_KEEPER_PERRY, BIRD_KEEPER, PERRY, Bird_keeperPerrySeenText, Bird_keeperPerryBeatenText, 0, .Script
Bird_keeperPerryScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperPerryAfterBattleText writetext Bird_keeperPerryAfterBattleText
@ -46,9 +46,9 @@ Bird_keeperPerryScript:
end end
TrainerBird_keeperBret: TrainerBird_keeperBret:
trainer EVENT_BEAT_BIRD_KEEPER_BRET, BIRD_KEEPER, BRET, Bird_keeperBretSeenText, Bird_keeperBretBeatenText, 0, Bird_keeperBretScript trainer EVENT_BEAT_BIRD_KEEPER_BRET, BIRD_KEEPER, BRET, Bird_keeperBretSeenText, Bird_keeperBretBeatenText, 0, .Script
Bird_keeperBretScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperBretAfterBattleText writetext Bird_keeperBretAfterBattleText
@ -57,9 +57,9 @@ Bird_keeperBretScript:
end end
TrainerHikerKenny: TrainerHikerKenny:
trainer EVENT_BEAT_HIKER_KENNY, HIKER, KENNY, HikerKennySeenText, HikerKennyBeatenText, 0, HikerKennyScript trainer EVENT_BEAT_HIKER_KENNY, HIKER, KENNY, HikerKennySeenText, HikerKennyBeatenText, 0, .Script
HikerKennyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerKennyAfterBattleText writetext HikerKennyAfterBattleText

View File

@ -20,9 +20,9 @@ Kim:
end end
TrainerPokefanmCarter: TrainerPokefanmCarter:
trainer EVENT_BEAT_POKEFANM_CARTER, POKEFANM, CARTER, PokefanmCarterSeenText, PokefanmCarterBeatenText, 0, PokefanmCarterScript trainer EVENT_BEAT_POKEFANM_CARTER, POKEFANM, CARTER, PokefanmCarterSeenText, PokefanmCarterBeatenText, 0, .Script
PokefanmCarterScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmCarterAfterBattleText writetext PokefanmCarterAfterBattleText
@ -31,9 +31,9 @@ PokefanmCarterScript:
end end
TrainerBird_keeperRoy: TrainerBird_keeperRoy:
trainer EVENT_BEAT_BIRD_KEEPER_ROY, BIRD_KEEPER, ROY, Bird_keeperRoySeenText, Bird_keeperRoyBeatenText, 0, Bird_keeperRoyScript trainer EVENT_BEAT_BIRD_KEEPER_ROY, BIRD_KEEPER, ROY, Bird_keeperRoySeenText, Bird_keeperRoyBeatenText, 0, .Script
Bird_keeperRoyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperRoyAfterBattleText writetext Bird_keeperRoyAfterBattleText
@ -42,9 +42,9 @@ Bird_keeperRoyScript:
end end
TrainerPokefanmTrevor: TrainerPokefanmTrevor:
trainer EVENT_BEAT_POKEFANM_TREVOR, POKEFANM, TREVOR, PokefanmTrevorSeenText, PokefanmTrevorBeatenText, 0, PokefanmTrevorScript trainer EVENT_BEAT_POKEFANM_TREVOR, POKEFANM, TREVOR, PokefanmTrevorSeenText, PokefanmTrevorBeatenText, 0, .Script
PokefanmTrevorScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmTrevorAfterBattleText writetext PokefanmTrevorAfterBattleText

View File

@ -15,9 +15,9 @@ Route15_MapScriptHeader:
db 0 db 0
TrainerTeacherColette: TrainerTeacherColette:
trainer EVENT_BEAT_TEACHER_COLETTE, TEACHER, COLETTE, TeacherColetteSeenText, TeacherColetteBeatenText, 0, TeacherColetteScript trainer EVENT_BEAT_TEACHER_COLETTE, TEACHER, COLETTE, TeacherColetteSeenText, TeacherColetteBeatenText, 0, .Script
TeacherColetteScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TeacherColetteAfterBattleText writetext TeacherColetteAfterBattleText
@ -26,9 +26,9 @@ TeacherColetteScript:
end end
TrainerTeacherHillary: TrainerTeacherHillary:
trainer EVENT_BEAT_TEACHER_HILLARY, TEACHER, HILLARY, TeacherHillarySeenText, TeacherHillaryBeatenText, 0, TeacherHillaryScript trainer EVENT_BEAT_TEACHER_HILLARY, TEACHER, HILLARY, TeacherHillarySeenText, TeacherHillaryBeatenText, 0, .Script
TeacherHillaryScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TeacherHillaryAfterBattleText writetext TeacherHillaryAfterBattleText
@ -37,9 +37,9 @@ TeacherHillaryScript:
end end
TrainerSchoolboyKipp: TrainerSchoolboyKipp:
trainer EVENT_BEAT_SCHOOLBOY_KIP, SCHOOLBOY, KIPP, SchoolboyKippSeenText, SchoolboyKippBeatenText, 0, SchoolboyKippScript trainer EVENT_BEAT_SCHOOLBOY_KIP, SCHOOLBOY, KIPP, SchoolboyKippSeenText, SchoolboyKippBeatenText, 0, .Script
SchoolboyKippScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyKippAfterBattleText writetext SchoolboyKippAfterBattleText
@ -48,9 +48,9 @@ SchoolboyKippScript:
end end
TrainerSchoolboyTommy: TrainerSchoolboyTommy:
trainer EVENT_BEAT_SCHOOLBOY_TOMMY, SCHOOLBOY, TOMMY, SchoolboyTommySeenText, SchoolboyTommyBeatenText, 0, SchoolboyTommyScript trainer EVENT_BEAT_SCHOOLBOY_TOMMY, SCHOOLBOY, TOMMY, SchoolboyTommySeenText, SchoolboyTommyBeatenText, 0, .Script
SchoolboyTommyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyTommyAfterBattleText writetext SchoolboyTommyAfterBattleText
@ -59,9 +59,9 @@ SchoolboyTommyScript:
end end
TrainerSchoolboyJohnny: TrainerSchoolboyJohnny:
trainer EVENT_BEAT_SCHOOLBOY_JOHNNY, SCHOOLBOY, JOHNNY, SchoolboyJohnnySeenText, SchoolboyJohnnyBeatenText, 0, SchoolboyJohnnyScript trainer EVENT_BEAT_SCHOOLBOY_JOHNNY, SCHOOLBOY, JOHNNY, SchoolboyJohnnySeenText, SchoolboyJohnnyBeatenText, 0, .Script
SchoolboyJohnnyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyJohnnyAfterBattleText writetext SchoolboyJohnnyAfterBattleText
@ -70,9 +70,9 @@ SchoolboyJohnnyScript:
end end
TrainerSchoolboyBilly: TrainerSchoolboyBilly:
trainer EVENT_BEAT_SCHOOLBOY_BILLY, SCHOOLBOY, BILLY, SchoolboyBillySeenText, SchoolboyBillyBeatenText, 0, SchoolboyBillyScript trainer EVENT_BEAT_SCHOOLBOY_BILLY, SCHOOLBOY, BILLY, SchoolboyBillySeenText, SchoolboyBillyBeatenText, 0, .Script
SchoolboyBillyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyBillyAfterBattleText writetext SchoolboyBillyAfterBattleText

View File

@ -18,9 +18,9 @@ Route17_MapScriptHeader:
return return
TrainerBikerCharles: TrainerBikerCharles:
trainer EVENT_BEAT_BIKER_CHARLES, BIKER, CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, BikerCharlesScript trainer EVENT_BEAT_BIKER_CHARLES, BIKER, CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, .Script
BikerCharlesScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerCharlesAfterBattleText writetext BikerCharlesAfterBattleText
@ -29,9 +29,9 @@ BikerCharlesScript:
end end
TrainerBikerRiley: TrainerBikerRiley:
trainer EVENT_BEAT_BIKER_RILEY, BIKER, RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, BikerRileyScript trainer EVENT_BEAT_BIKER_RILEY, BIKER, RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, .Script
BikerRileyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerRileyAfterBattleText writetext BikerRileyAfterBattleText
@ -40,9 +40,9 @@ BikerRileyScript:
end end
TrainerBikerJoel: TrainerBikerJoel:
trainer EVENT_BEAT_BIKER_JOEL, BIKER, JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, BikerJoelScript trainer EVENT_BEAT_BIKER_JOEL, BIKER, JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, .Script
BikerJoelScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerJoelAfterBattleText writetext BikerJoelAfterBattleText
@ -51,9 +51,9 @@ BikerJoelScript:
end end
TrainerBikerGlenn: TrainerBikerGlenn:
trainer EVENT_BEAT_BIKER_GLENN, BIKER, GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, BikerGlennScript trainer EVENT_BEAT_BIKER_GLENN, BIKER, GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, .Script
BikerGlennScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerGlennAfterBattleText writetext BikerGlennAfterBattleText

View File

@ -10,9 +10,9 @@ Route18_MapScriptHeader:
db 0 db 0
TrainerBird_keeperBoris: TrainerBird_keeperBoris:
trainer EVENT_BEAT_BIRD_KEEPER_BORIS, BIRD_KEEPER, BORIS, Bird_keeperBorisSeenText, Bird_keeperBorisBeatenText, 0, Bird_keeperBorisScript trainer EVENT_BEAT_BIRD_KEEPER_BORIS, BIRD_KEEPER, BORIS, Bird_keeperBorisSeenText, Bird_keeperBorisBeatenText, 0, .Script
Bird_keeperBorisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperBorisAfterBattleText writetext Bird_keeperBorisAfterBattleText
@ -21,9 +21,9 @@ Bird_keeperBorisScript:
end end
TrainerBird_keeperBob: TrainerBird_keeperBob:
trainer EVENT_BEAT_BIRD_KEEPER_BOB, BIRD_KEEPER, BOB, Bird_keeperBobSeenText, Bird_keeperBobBeatenText, 0, Bird_keeperBobScript trainer EVENT_BEAT_BIRD_KEEPER_BOB, BIRD_KEEPER, BOB, Bird_keeperBobSeenText, Bird_keeperBobBeatenText, 0, .Script
Bird_keeperBobScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperBobAfterBattleText writetext Bird_keeperBobAfterBattleText

View File

@ -27,9 +27,9 @@ Route19_MapScriptHeader:
return return
TrainerSwimmerfDawn: TrainerSwimmerfDawn:
trainer EVENT_BEAT_SWIMMERF_DAWN, SWIMMERF, DAWN, SwimmerfDawnSeenText, SwimmerfDawnBeatenText, 0, SwimmerfDawnScript trainer EVENT_BEAT_SWIMMERF_DAWN, SWIMMERF, DAWN, SwimmerfDawnSeenText, SwimmerfDawnBeatenText, 0, .Script
SwimmerfDawnScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfDawnAfterBattleText writetext SwimmerfDawnAfterBattleText
@ -38,9 +38,9 @@ SwimmerfDawnScript:
end end
TrainerSwimmermHarold: TrainerSwimmermHarold:
trainer EVENT_BEAT_SWIMMERM_HAROLD, SWIMMERM, HAROLD, SwimmermHaroldSeenText, SwimmermHaroldBeatenText, 0, SwimmermHaroldScript trainer EVENT_BEAT_SWIMMERM_HAROLD, SWIMMERM, HAROLD, SwimmermHaroldSeenText, SwimmermHaroldBeatenText, 0, .Script
SwimmermHaroldScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermHaroldAfterBattleText writetext SwimmermHaroldAfterBattleText
@ -49,9 +49,9 @@ SwimmermHaroldScript:
end end
TrainerSwimmermJerome: TrainerSwimmermJerome:
trainer EVENT_BEAT_SWIMMERM_JEROME, SWIMMERM, JEROME, SwimmermJeromeSeenText, SwimmermJeromeBeatenText, 0, SwimmermJeromeScript trainer EVENT_BEAT_SWIMMERM_JEROME, SWIMMERM, JEROME, SwimmermJeromeSeenText, SwimmermJeromeBeatenText, 0, .Script
SwimmermJeromeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermJeromeAfterBattleText writetext SwimmermJeromeAfterBattleText
@ -60,9 +60,9 @@ SwimmermJeromeScript:
end end
TrainerSwimmermTucker: TrainerSwimmermTucker:
trainer EVENT_BEAT_SWIMMERM_TUCKER, SWIMMERM, TUCKER, SwimmermTuckerSeenText, SwimmermTuckerBeatenText, 0, SwimmermTuckerScript trainer EVENT_BEAT_SWIMMERM_TUCKER, SWIMMERM, TUCKER, SwimmermTuckerSeenText, SwimmermTuckerBeatenText, 0, .Script
SwimmermTuckerScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermTuckerAfterBattleText writetext SwimmermTuckerAfterBattleText

View File

@ -16,9 +16,9 @@ Route2_MapScriptHeader:
db 0 db 0
TrainerBug_catcherRob: TrainerBug_catcherRob:
trainer EVENT_BEAT_BUG_CATCHER_ROB, BUG_CATCHER, ROB, Bug_catcherRobSeenText, Bug_catcherRobBeatenText, 0, Bug_catcherRobScript trainer EVENT_BEAT_BUG_CATCHER_ROB, BUG_CATCHER, ROB, Bug_catcherRobSeenText, Bug_catcherRobBeatenText, 0, .Script
Bug_catcherRobScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherRobAfterBattleText writetext Bug_catcherRobAfterBattleText
@ -27,9 +27,9 @@ Bug_catcherRobScript:
end end
TrainerBug_catcherEd: TrainerBug_catcherEd:
trainer EVENT_BEAT_BUG_CATCHER_ED, BUG_CATCHER, ED, Bug_catcherEdSeenText, Bug_catcherEdBeatenText, 0, Bug_catcherEdScript trainer EVENT_BEAT_BUG_CATCHER_ED, BUG_CATCHER, ED, Bug_catcherEdSeenText, Bug_catcherEdBeatenText, 0, .Script
Bug_catcherEdScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherEdAfterBattleText writetext Bug_catcherEdAfterBattleText
@ -38,9 +38,9 @@ Bug_catcherEdScript:
end end
TrainerBug_catcherDoug: TrainerBug_catcherDoug:
trainer EVENT_BEAT_BUG_CATCHER_DOUG, BUG_CATCHER, DOUG, Bug_catcherDougSeenText, Bug_catcherDougBeatenText, 0, Bug_catcherDougScript trainer EVENT_BEAT_BUG_CATCHER_DOUG, BUG_CATCHER, DOUG, Bug_catcherDougSeenText, Bug_catcherDougBeatenText, 0, .Script
Bug_catcherDougScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bug_catcherDougAfterBattleText writetext Bug_catcherDougAfterBattleText

View File

@ -16,9 +16,9 @@ Route20_MapScriptHeader:
return return
TrainerSwimmerfNicole: TrainerSwimmerfNicole:
trainer EVENT_BEAT_SWIMMERF_NICOLE, SWIMMERF, NICOLE, SwimmerfNicoleSeenText, SwimmerfNicoleBeatenText, 0, SwimmerfNicoleScript trainer EVENT_BEAT_SWIMMERF_NICOLE, SWIMMERF, NICOLE, SwimmerfNicoleSeenText, SwimmerfNicoleBeatenText, 0, .Script
SwimmerfNicoleScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfNicoleAfterBattleText writetext SwimmerfNicoleAfterBattleText
@ -27,9 +27,9 @@ SwimmerfNicoleScript:
end end
TrainerSwimmerfLori: TrainerSwimmerfLori:
trainer EVENT_BEAT_SWIMMERF_LORI, SWIMMERF, LORI, SwimmerfLoriSeenText, SwimmerfLoriBeatenText, 0, SwimmerfLoriScript trainer EVENT_BEAT_SWIMMERF_LORI, SWIMMERF, LORI, SwimmerfLoriSeenText, SwimmerfLoriBeatenText, 0, .Script
SwimmerfLoriScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfLoriAfterBattleText writetext SwimmerfLoriAfterBattleText
@ -38,9 +38,9 @@ SwimmerfLoriScript:
end end
TrainerSwimmermCameron: TrainerSwimmermCameron:
trainer EVENT_BEAT_SWIMMERM_CAMERON, SWIMMERM, CAMERON, SwimmermCameronSeenText, SwimmermCameronBeatenText, 0, SwimmermCameronScript trainer EVENT_BEAT_SWIMMERM_CAMERON, SWIMMERM, CAMERON, SwimmermCameronSeenText, SwimmermCameronBeatenText, 0, .Script
SwimmermCameronScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermCameronAfterBattleText writetext SwimmermCameronAfterBattleText

View File

@ -11,9 +11,9 @@ Route21_MapScriptHeader:
db 0 db 0
TrainerSwimmermSeth: TrainerSwimmermSeth:
trainer EVENT_BEAT_SWIMMERM_SETH, SWIMMERM, SETH, SwimmermSethSeenText, SwimmermSethBeatenText, 0, SwimmermSethScript trainer EVENT_BEAT_SWIMMERM_SETH, SWIMMERM, SETH, SwimmermSethSeenText, SwimmermSethBeatenText, 0, .Script
SwimmermSethScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermSethAfterBattleText writetext SwimmermSethAfterBattleText
@ -22,9 +22,9 @@ SwimmermSethScript:
end end
TrainerSwimmerfNikki: TrainerSwimmerfNikki:
trainer EVENT_BEAT_SWIMMERF_NIKKI, SWIMMERF, NIKKI, SwimmerfNikkiSeenText, SwimmerfNikkiBeatenText, 0, SwimmerfNikkiScript trainer EVENT_BEAT_SWIMMERF_NIKKI, SWIMMERF, NIKKI, SwimmerfNikkiSeenText, SwimmerfNikkiBeatenText, 0, .Script
SwimmerfNikkiScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfNikkiAfterBattleText writetext SwimmerfNikkiAfterBattleText
@ -33,9 +33,9 @@ SwimmerfNikkiScript:
end end
TrainerFisherArnold: TrainerFisherArnold:
trainer EVENT_BEAT_FISHER_ARNOLD, FISHER, ARNOLD, FisherArnoldSeenText, FisherArnoldBeatenText, 0, FisherArnoldScript trainer EVENT_BEAT_FISHER_ARNOLD, FISHER, ARNOLD, FisherArnoldSeenText, FisherArnoldBeatenText, 0, .Script
FisherArnoldScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherArnoldAfterBattleText writetext FisherArnoldAfterBattleText

View File

@ -79,9 +79,9 @@ UnknownScript_0x19eee0:
end end
TrainerSchoolboyDudley: TrainerSchoolboyDudley:
trainer EVENT_BEAT_SCHOOLBOY_DUDLEY, SCHOOLBOY, DUDLEY, SchoolboyDudleySeenText, SchoolboyDudleyBeatenText, 0, SchoolboyDudleyScript trainer EVENT_BEAT_SCHOOLBOY_DUDLEY, SCHOOLBOY, DUDLEY, SchoolboyDudleySeenText, SchoolboyDudleyBeatenText, 0, .Script
SchoolboyDudleyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyDudleyAfterBattleText writetext SchoolboyDudleyAfterBattleText
@ -90,9 +90,9 @@ SchoolboyDudleyScript:
end end
TrainerLassEllen: TrainerLassEllen:
trainer EVENT_BEAT_LASS_ELLEN, LASS, ELLEN, LassEllenSeenText, LassEllenBeatenText, 0, LassEllenScript trainer EVENT_BEAT_LASS_ELLEN, LASS, ELLEN, LassEllenSeenText, LassEllenBeatenText, 0, .Script
LassEllenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassEllenAfterBattleText writetext LassEllenAfterBattleText
@ -101,9 +101,9 @@ LassEllenScript:
end end
TrainerSchoolboyJoe: TrainerSchoolboyJoe:
trainer EVENT_BEAT_SCHOOLBOY_JOE, SCHOOLBOY, JOE, SchoolboyJoeSeenText, SchoolboyJoeBeatenText, 0, SchoolboyJoeScript trainer EVENT_BEAT_SCHOOLBOY_JOE, SCHOOLBOY, JOE, SchoolboyJoeSeenText, SchoolboyJoeBeatenText, 0, .Script
SchoolboyJoeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SchoolboyJoeAfterBattleText writetext SchoolboyJoeAfterBattleText
@ -112,9 +112,9 @@ SchoolboyJoeScript:
end end
TrainerLassLaura: TrainerLassLaura:
trainer EVENT_BEAT_LASS_LAURA, LASS, LAURA, LassLauraSeenText, LassLauraBeatenText, 0, LassLauraScript trainer EVENT_BEAT_LASS_LAURA, LASS, LAURA, LassLauraSeenText, LassLauraBeatenText, 0, .Script
LassLauraScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassLauraAfterBattleText writetext LassLauraAfterBattleText
@ -123,9 +123,9 @@ LassLauraScript:
end end
TrainerCamperLloyd: TrainerCamperLloyd:
trainer EVENT_BEAT_CAMPER_LLOYD, CAMPER, LLOYD, CamperLloydSeenText, CamperLloydBeatenText, 0, CamperLloydScript trainer EVENT_BEAT_CAMPER_LLOYD, CAMPER, LLOYD, CamperLloydSeenText, CamperLloydBeatenText, 0, .Script
CamperLloydScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperLloydAfterBattleText writetext CamperLloydAfterBattleText
@ -134,9 +134,9 @@ CamperLloydScript:
end end
TrainerLassShannon: TrainerLassShannon:
trainer EVENT_BEAT_LASS_SHANNON, LASS, SHANNON, LassShannonSeenText, LassShannonBeatenText, 0, LassShannonScript trainer EVENT_BEAT_LASS_SHANNON, LASS, SHANNON, LassShannonSeenText, LassShannonBeatenText, 0, .Script
LassShannonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext LassShannonAfterBattleText writetext LassShannonAfterBattleText
@ -145,9 +145,9 @@ LassShannonScript:
end end
TrainerSupernerdPat: TrainerSupernerdPat:
trainer EVENT_BEAT_SUPER_NERD_PAT, SUPER_NERD, PAT, SupernerdPatSeenText, SupernerdPatBeatenText, 0, SupernerdPatScript trainer EVENT_BEAT_SUPER_NERD_PAT, SUPER_NERD, PAT, SupernerdPatSeenText, SupernerdPatBeatenText, 0, .Script
SupernerdPatScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdPatAfterBattleText writetext SupernerdPatAfterBattleText

View File

@ -16,9 +16,9 @@ Route26_MapScriptHeader:
db 0 db 0
TrainerCooltrainermJake: TrainerCooltrainermJake:
trainer EVENT_BEAT_COOLTRAINERM_JAKE, COOLTRAINERM, JAKE, CooltrainermJakeSeenText, CooltrainermJakeBeatenText, 0, CooltrainermJakeScript trainer EVENT_BEAT_COOLTRAINERM_JAKE, COOLTRAINERM, JAKE, CooltrainermJakeSeenText, CooltrainermJakeBeatenText, 0, .Script
CooltrainermJakeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermJakeAfterBattleText writetext CooltrainermJakeAfterBattleText
@ -27,9 +27,9 @@ CooltrainermJakeScript:
end end
TrainerCooltrainermGaven3: TrainerCooltrainermGaven3:
trainer EVENT_BEAT_COOLTRAINERM_GAVEN, COOLTRAINERM, GAVEN3, CooltrainermGaven3SeenText, CooltrainermGaven3BeatenText, 0, CooltrainermGaven3Script trainer EVENT_BEAT_COOLTRAINERM_GAVEN, COOLTRAINERM, GAVEN3, CooltrainermGaven3SeenText, CooltrainermGaven3BeatenText, 0, .Script
CooltrainermGaven3Script: .Script:
writecode VAR_CALLERID, PHONE_COOLTRAINERM_GAVEN writecode VAR_CALLERID, PHONE_COOLTRAINERM_GAVEN
end_if_just_battled end_if_just_battled
opentext opentext
@ -120,9 +120,9 @@ UnknownScript_0x1a4dd7:
end end
TrainerCooltrainerfJoyce: TrainerCooltrainerfJoyce:
trainer EVENT_BEAT_COOLTRAINERF_JOYCE, COOLTRAINERF, JOYCE, CooltrainerfJoyceSeenText, CooltrainerfJoyceBeatenText, 0, CooltrainerfJoyceScript trainer EVENT_BEAT_COOLTRAINERF_JOYCE, COOLTRAINERF, JOYCE, CooltrainerfJoyceSeenText, CooltrainerfJoyceBeatenText, 0, .Script
CooltrainerfJoyceScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfJoyceAfterBattleText writetext CooltrainerfJoyceAfterBattleText
@ -131,9 +131,9 @@ CooltrainerfJoyceScript:
end end
TrainerCooltrainerfBeth1: TrainerCooltrainerfBeth1:
trainer EVENT_BEAT_COOLTRAINERF_BETH, COOLTRAINERF, BETH1, CooltrainerfBeth1SeenText, CooltrainerfBeth1BeatenText, 0, CooltrainerfBeth1Script trainer EVENT_BEAT_COOLTRAINERF_BETH, COOLTRAINERF, BETH1, CooltrainerfBeth1SeenText, CooltrainerfBeth1BeatenText, 0, .Script
CooltrainerfBeth1Script: .Script:
writecode VAR_CALLERID, PHONE_COOLTRAINERF_BETH writecode VAR_CALLERID, PHONE_COOLTRAINERF_BETH
end_if_just_battled end_if_just_battled
opentext opentext
@ -224,9 +224,9 @@ UnknownScript_0x1a4e93:
end end
TrainerPsychicRichard: TrainerPsychicRichard:
trainer EVENT_BEAT_PSYCHIC_RICHARD, PSYCHIC_T, RICHARD, PsychicRichardSeenText, PsychicRichardBeatenText, 0, PsychicRichardScript trainer EVENT_BEAT_PSYCHIC_RICHARD, PSYCHIC_T, RICHARD, PsychicRichardSeenText, PsychicRichardBeatenText, 0, .Script
PsychicRichardScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicRichardAfterBattleText writetext PsychicRichardAfterBattleText
@ -235,9 +235,9 @@ PsychicRichardScript:
end end
TrainerFisherScott: TrainerFisherScott:
trainer EVENT_BEAT_FISHER_SCOTT, FISHER, SCOTT, FisherScottSeenText, FisherScottBeatenText, 0, FisherScottScript trainer EVENT_BEAT_FISHER_SCOTT, FISHER, SCOTT, FisherScottSeenText, FisherScottBeatenText, 0, .Script
FisherScottScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherScottAfterBattleText writetext FisherScottAfterBattleText

View File

@ -49,9 +49,9 @@ Route27FisherScript:
jumptextfaceplayer Route27FisherText jumptextfaceplayer Route27FisherText
TrainerPsychicGilbert: TrainerPsychicGilbert:
trainer EVENT_BEAT_PSYCHIC_GILBERT, PSYCHIC_T, GILBERT, PsychicGilbertSeenText, PsychicGilbertBeatenText, 0, PsychicGilbertScript trainer EVENT_BEAT_PSYCHIC_GILBERT, PSYCHIC_T, GILBERT, PsychicGilbertSeenText, PsychicGilbertBeatenText, 0, .Script
PsychicGilbertScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicGilbertAfterBattleText writetext PsychicGilbertAfterBattleText
@ -60,9 +60,9 @@ PsychicGilbertScript:
end end
TrainerBird_keeperJose2: TrainerBird_keeperJose2:
trainer EVENT_BEAT_BIRD_KEEPER_JOSE2, BIRD_KEEPER, JOSE2, Bird_keeperJose2SeenText, Bird_keeperJose2BeatenText, 0, Bird_keeperJose2Script trainer EVENT_BEAT_BIRD_KEEPER_JOSE2, BIRD_KEEPER, JOSE2, Bird_keeperJose2SeenText, Bird_keeperJose2BeatenText, 0, .Script
Bird_keeperJose2Script: .Script:
writecode VAR_CALLERID, PHONE_BIRDKEEPER_JOSE writecode VAR_CALLERID, PHONE_BIRDKEEPER_JOSE
end_if_just_battled end_if_just_battled
opentext opentext
@ -173,9 +173,9 @@ UnknownScript_0x1a0977:
end end
TrainerCooltrainermBlake: TrainerCooltrainermBlake:
trainer EVENT_BEAT_COOLTRAINERM_BLAKE, COOLTRAINERM, BLAKE, CooltrainermBlakeSeenText, CooltrainermBlakeBeatenText, 0, CooltrainermBlakeScript trainer EVENT_BEAT_COOLTRAINERM_BLAKE, COOLTRAINERM, BLAKE, CooltrainermBlakeSeenText, CooltrainermBlakeBeatenText, 0, .Script
CooltrainermBlakeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermBlakeAfterBattleText writetext CooltrainermBlakeAfterBattleText
@ -184,9 +184,9 @@ CooltrainermBlakeScript:
end end
TrainerCooltrainermBrian: TrainerCooltrainermBrian:
trainer EVENT_BEAT_COOLTRAINERM_BRIAN, COOLTRAINERM, BRIAN, CooltrainermBrianSeenText, CooltrainermBrianBeatenText, 0, CooltrainermBrianScript trainer EVENT_BEAT_COOLTRAINERM_BRIAN, COOLTRAINERM, BRIAN, CooltrainermBrianSeenText, CooltrainermBrianBeatenText, 0, .Script
CooltrainermBrianScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermBrianAfterBattleText writetext CooltrainermBrianAfterBattleText
@ -195,9 +195,9 @@ CooltrainermBrianScript:
end end
TrainerCooltrainerfReena: TrainerCooltrainerfReena:
trainer EVENT_BEAT_COOLTRAINERF_REENA, COOLTRAINERF, REENA1, CooltrainerfReena1SeenText, CooltrainerfReena1BeatenText, 0, CooltrainerfReena1Script trainer EVENT_BEAT_COOLTRAINERF_REENA, COOLTRAINERF, REENA1, CooltrainerfReena1SeenText, CooltrainerfReena1BeatenText, 0, .Script
CooltrainerfReena1Script: .Script:
writecode VAR_CALLERID, PHONE_COOLTRAINERF_REENA writecode VAR_CALLERID, PHONE_COOLTRAINERF_REENA
end_if_just_battled end_if_just_battled
opentext opentext
@ -288,9 +288,9 @@ UnknownScript_0x1a0a47:
end end
TrainerCooltrainerfMegan: TrainerCooltrainerfMegan:
trainer EVENT_BEAT_COOLTRAINERF_MEGAN, COOLTRAINERF, MEGAN, CooltrainerfMeganSeenText, CooltrainerfMeganBeatenText, 0, CooltrainerfMeganScript trainer EVENT_BEAT_COOLTRAINERF_MEGAN, COOLTRAINERF, MEGAN, CooltrainerfMeganSeenText, CooltrainerfMeganBeatenText, 0, .Script
CooltrainerfMeganScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfMeganAfterBattleText writetext CooltrainerfMeganAfterBattleText

View File

@ -12,9 +12,9 @@ Route3_MapScriptHeader:
db 0 db 0
TrainerFirebreatherOtis: TrainerFirebreatherOtis:
trainer EVENT_BEAT_FIREBREATHER_OTIS, FIREBREATHER, OTIS, FirebreatherOtisSeenText, FirebreatherOtisBeatenText, 0, FirebreatherOtisScript trainer EVENT_BEAT_FIREBREATHER_OTIS, FIREBREATHER, OTIS, FirebreatherOtisSeenText, FirebreatherOtisBeatenText, 0, .Script
FirebreatherOtisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherOtisAfterBattleText writetext FirebreatherOtisAfterBattleText
@ -23,9 +23,9 @@ FirebreatherOtisScript:
end end
TrainerYoungsterWarren: TrainerYoungsterWarren:
trainer EVENT_BEAT_YOUNGSTER_WARREN, YOUNGSTER, WARREN, YoungsterWarrenSeenText, YoungsterWarrenBeatenText, 0, YoungsterWarrenScript trainer EVENT_BEAT_YOUNGSTER_WARREN, YOUNGSTER, WARREN, YoungsterWarrenSeenText, YoungsterWarrenBeatenText, 0, .Script
YoungsterWarrenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext YoungsterWarrenAfterBattleText writetext YoungsterWarrenAfterBattleText
@ -34,9 +34,9 @@ YoungsterWarrenScript:
end end
TrainerYoungsterJimmy: TrainerYoungsterJimmy:
trainer EVENT_BEAT_YOUNGSTER_JIMMY, YOUNGSTER, JIMMY, YoungsterJimmySeenText, YoungsterJimmyBeatenText, 0, YoungsterJimmyScript trainer EVENT_BEAT_YOUNGSTER_JIMMY, YOUNGSTER, JIMMY, YoungsterJimmySeenText, YoungsterJimmyBeatenText, 0, .Script
YoungsterJimmyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext YoungsterJimmyAfterBattleText writetext YoungsterJimmyAfterBattleText
@ -45,9 +45,9 @@ YoungsterJimmyScript:
end end
TrainerFirebreatherBurt: TrainerFirebreatherBurt:
trainer EVENT_BEAT_FIREBREATHER_BURT, FIREBREATHER, BURT, FirebreatherBurtSeenText, FirebreatherBurtBeatenText, 0, FirebreatherBurtScript trainer EVENT_BEAT_FIREBREATHER_BURT, FIREBREATHER, BURT, FirebreatherBurtSeenText, FirebreatherBurtBeatenText, 0, .Script
FirebreatherBurtScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherBurtAfterBattleText writetext FirebreatherBurtAfterBattleText

View File

@ -19,9 +19,9 @@ Route35_MapScriptHeader:
db 0 db 0
TrainerBird_keeperBryan: TrainerBird_keeperBryan:
trainer EVENT_BEAT_BIRD_KEEPER_BRYAN, BIRD_KEEPER, BRYAN, Bird_keeperBryanSeenText, Bird_keeperBryanBeatenText, 0, Bird_keeperBryanScript trainer EVENT_BEAT_BIRD_KEEPER_BRYAN, BIRD_KEEPER, BRYAN, Bird_keeperBryanSeenText, Bird_keeperBryanBeatenText, 0, .Script
Bird_keeperBryanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperBryanAfterBattleText writetext Bird_keeperBryanAfterBattleText
@ -30,9 +30,9 @@ Bird_keeperBryanScript:
end end
TrainerJugglerIrwin: TrainerJugglerIrwin:
trainer EVENT_BEAT_JUGGLER_IRWIN, JUGGLER, IRWIN1, JugglerIrwin1SeenText, JugglerIrwin1BeatenText, 0, JugglerIrwin1Script trainer EVENT_BEAT_JUGGLER_IRWIN, JUGGLER, IRWIN1, JugglerIrwin1SeenText, JugglerIrwin1BeatenText, 0, .Script
JugglerIrwin1Script: .Script:
writecode VAR_CALLERID, PHONE_JUGGLER_IRWIN writecode VAR_CALLERID, PHONE_JUGGLER_IRWIN
end_if_just_battled end_if_just_battled
opentext opentext
@ -85,9 +85,9 @@ UnknownScript_0x19c91b:
end end
TrainerCamperIvan: TrainerCamperIvan:
trainer EVENT_BEAT_CAMPER_IVAN, CAMPER, IVAN, CamperIvanSeenText, CamperIvanBeatenText, 0, CamperIvanScript trainer EVENT_BEAT_CAMPER_IVAN, CAMPER, IVAN, CamperIvanSeenText, CamperIvanBeatenText, 0, .Script
CamperIvanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperIvanAfterBattleText writetext CamperIvanAfterBattleText
@ -96,9 +96,9 @@ CamperIvanScript:
end end
TrainerCamperElliot: TrainerCamperElliot:
trainer EVENT_BEAT_CAMPER_ELLIOT, CAMPER, ELLIOT, CamperElliotSeenText, CamperElliotBeatenText, 0, CamperElliotScript trainer EVENT_BEAT_CAMPER_ELLIOT, CAMPER, ELLIOT, CamperElliotSeenText, CamperElliotBeatenText, 0, .Script
CamperElliotScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperElliotAfterBattleText writetext CamperElliotAfterBattleText
@ -107,9 +107,9 @@ CamperElliotScript:
end end
TrainerPicnickerBrooke: TrainerPicnickerBrooke:
trainer EVENT_BEAT_PICNICKER_BROOKE, PICNICKER, BROOKE, PicnickerBrookeSeenText, PicnickerBrookeBeatenText, 0, PicnickerBrookeScript trainer EVENT_BEAT_PICNICKER_BROOKE, PICNICKER, BROOKE, PicnickerBrookeSeenText, PicnickerBrookeBeatenText, 0, .Script
PicnickerBrookeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerBrookeAfterBattleText writetext PicnickerBrookeAfterBattleText
@ -118,9 +118,9 @@ PicnickerBrookeScript:
end end
TrainerPicnickerKim: TrainerPicnickerKim:
trainer EVENT_BEAT_PICNICKER_KIM, PICNICKER, KIM, PicnickerKimSeenText, PicnickerKimBeatenText, 0, PicnickerKimScript trainer EVENT_BEAT_PICNICKER_KIM, PICNICKER, KIM, PicnickerKimSeenText, PicnickerKimBeatenText, 0, .Script
PicnickerKimScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerKimAfterBattleText writetext PicnickerKimAfterBattleText
@ -129,9 +129,9 @@ PicnickerKimScript:
end end
TrainerBug_catcherArnie1: TrainerBug_catcherArnie1:
trainer EVENT_BEAT_BUG_CATCHER_ARNIE, BUG_CATCHER, ARNIE1, Bug_catcherArnie1SeenText, Bug_catcherArnie1BeatenText, 0, Bug_catcherArnie1Script trainer EVENT_BEAT_BUG_CATCHER_ARNIE, BUG_CATCHER, ARNIE1, Bug_catcherArnie1SeenText, Bug_catcherArnie1BeatenText, 0, .Script
Bug_catcherArnie1Script: .Script:
writecode VAR_CALLERID, PHONE_BUG_CATCHER_ARNIE writecode VAR_CALLERID, PHONE_BUG_CATCHER_ARNIE
end_if_just_battled end_if_just_battled
opentext opentext
@ -226,9 +226,9 @@ UnknownScript_0x19ca2f:
end end
TrainerFirebreatherWalt: TrainerFirebreatherWalt:
trainer EVENT_BEAT_FIREBREATHER_WALT, FIREBREATHER, WALT, FirebreatherWaltSeenText, FirebreatherWaltBeatenText, 0, FirebreatherWaltScript trainer EVENT_BEAT_FIREBREATHER_WALT, FIREBREATHER, WALT, FirebreatherWaltSeenText, FirebreatherWaltBeatenText, 0, .Script
FirebreatherWaltScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherWaltAfterBattleText writetext FirebreatherWaltAfterBattleText

View File

@ -310,7 +310,7 @@ TrainerPsychicMark:
.Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x19471e writetext PsychicMarkAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@ -553,7 +553,7 @@ PsychicMarkBeatenText:
text "I misread you!" text "I misread you!"
done done
UnknownText_0x19471e: PsychicMarkAfterBattleText:
text "I'd be strong if" text "I'd be strong if"
line "only I could tell" line "only I could tell"

View File

@ -26,9 +26,9 @@ Route37_MapScriptHeader:
return return
TrainerTwinsAnnandanne1: TrainerTwinsAnnandanne1:
trainer EVENT_BEAT_TWINS_ANN_AND_ANNE, TWINS, ANNANDANNE1, TwinsAnnandanne1SeenText, TwinsAnnandanne1BeatenText, 0, TwinsAnnandanne1Script trainer EVENT_BEAT_TWINS_ANN_AND_ANNE, TWINS, ANNANDANNE1, TwinsAnnandanne1SeenText, TwinsAnnandanne1BeatenText, 0, .Script
TwinsAnnandanne1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsAnnandanne1AfterBattleText writetext TwinsAnnandanne1AfterBattleText
@ -37,9 +37,9 @@ TwinsAnnandanne1Script:
end end
TrainerTwinsAnnandanne2: TrainerTwinsAnnandanne2:
trainer EVENT_BEAT_TWINS_ANN_AND_ANNE, TWINS, ANNANDANNE2, TwinsAnnandanne2SeenText, TwinsAnnandanne2BeatenText, 0, TwinsAnnandanne2Script trainer EVENT_BEAT_TWINS_ANN_AND_ANNE, TWINS, ANNANDANNE2, TwinsAnnandanne2SeenText, TwinsAnnandanne2BeatenText, 0, .Script
TwinsAnnandanne2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext TwinsAnnandanne2AfterBattleText writetext TwinsAnnandanne2AfterBattleText
@ -48,9 +48,9 @@ TwinsAnnandanne2Script:
end end
TrainerPsychicGreg: TrainerPsychicGreg:
trainer EVENT_BEAT_PSYCHIC_GREG, PSYCHIC_T, GREG, PsychicGregSeenText, PsychicGregBeatenText, 0, PsychicGregScript trainer EVENT_BEAT_PSYCHIC_GREG, PSYCHIC_T, GREG, PsychicGregSeenText, PsychicGregBeatenText, 0, .Script
PsychicGregScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicGregAfterBattleText writetext PsychicGregAfterBattleText

View File

@ -15,31 +15,31 @@ Route38_MapScriptHeader:
db 0 db 0
TrainerBird_keeperToby: TrainerBird_keeperToby:
trainer EVENT_BEAT_BIRD_KEEPER_TOBY, BIRD_KEEPER, TOBY, Bird_keeperTobySeenText, Bird_keeperTobyBeatenText, 0, .script trainer EVENT_BEAT_BIRD_KEEPER_TOBY, BIRD_KEEPER, TOBY, Bird_keeperTobySeenText, Bird_keeperTobyBeatenText, 0, .Script
.script .Script
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x1a1f86 writetext Bird_keeperTobyAfterBattleText
waitbutton waitbutton
closetext closetext
end end
TrainerSailorHarry: TrainerSailorHarry:
trainer EVENT_BEAT_SAILOR_HARRY, SAILOR, HARRY, SailorHarrySeenText, SailorHarryBeatenText, 0, .script trainer EVENT_BEAT_SAILOR_HARRY, SAILOR, HARRY, SailorHarrySeenText, SailorHarryBeatenText, 0, .Script
.script .Script
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x1a220c writetext SailorHarryAfterBattleText
waitbutton waitbutton
closetext closetext
end end
TrainerLassDana1: TrainerLassDana1:
trainer EVENT_BEAT_LASS_DANA, LASS, DANA1, LassDana1SeenText, LassDana1BeatenText, 0, .script trainer EVENT_BEAT_LASS_DANA, LASS, DANA1, LassDana1SeenText, LassDana1BeatenText, 0, .Script
.script .Script
writecode VAR_CALLERID, PHONE_LASS_DANA writecode VAR_CALLERID, PHONE_LASS_DANA
end_if_just_battled end_if_just_battled
opentext opentext
@ -175,9 +175,9 @@ TrainerLassDana1:
end end
TrainerSchoolboyChad1: TrainerSchoolboyChad1:
trainer EVENT_BEAT_SCHOOLBOY_CHAD, SCHOOLBOY, CHAD1, SchoolboyChad1SeenText, SchoolboyChad1BeatenText, 0, .script trainer EVENT_BEAT_SCHOOLBOY_CHAD, SCHOOLBOY, CHAD1, SchoolboyChad1SeenText, SchoolboyChad1BeatenText, 0, .Script
.script .Script
writecode VAR_CALLERID, PHONE_SCHOOLBOY_CHAD writecode VAR_CALLERID, PHONE_SCHOOLBOY_CHAD
end_if_just_battled end_if_just_battled
opentext opentext
@ -292,23 +292,23 @@ TrainerSchoolboyChad1:
end end
TrainerBeautyValerie: TrainerBeautyValerie:
trainer EVENT_BEAT_BEAUTY_VALERIE, BEAUTY, VALERIE, BeautyValerieSeenText, BeautyValerieBeatenText, 0, .script trainer EVENT_BEAT_BEAUTY_VALERIE, BEAUTY, VALERIE, BeautyValerieSeenText, BeautyValerieBeatenText, 0, .Script
.script .Script
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x1a2185 writetext BeautyValerieAfterBattleText
waitbutton waitbutton
closetext closetext
end end
TrainerBeautyOlivia: TrainerBeautyOlivia:
trainer EVENT_BEAT_BEAUTY_OLIVIA, BEAUTY, OLIVIA, BeautyOliviaSeenText, BeautyOliviaBeatenText, 0, .script trainer EVENT_BEAT_BEAUTY_OLIVIA, BEAUTY, OLIVIA, BeautyOliviaSeenText, BeautyOliviaBeatenText, 0, .Script
.script .Script
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x1a229a writetext BeautyOliviaAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@ -333,7 +333,7 @@ Bird_keeperTobyBeatenText:
line "flying away now." line "flying away now."
done done
UnknownText_0x1a1f86: Bird_keeperTobyAfterBattleText:
text "I plan to train in" text "I plan to train in"
line "CIANWOOD CITY to" line "CIANWOOD CITY to"
@ -400,7 +400,7 @@ BeautyValerieBeatenText:
line "see your #MON!" line "see your #MON!"
done done
UnknownText_0x1a2185: BeautyValerieAfterBattleText:
text "When I see #-" text "When I see #-"
line "MON, it seems to" line "MON, it seems to"
cont "soothe my nerves." cont "soothe my nerves."
@ -419,7 +419,7 @@ SailorHarryBeatenText:
line "world class!" line "world class!"
done done
UnknownText_0x1a220c: SailorHarryAfterBattleText:
text "All kinds of peo-" text "All kinds of peo-"
line "ple around the" line "ple around the"
@ -438,7 +438,7 @@ BeautyOliviaBeatenText:
line "MILK every day." line "MILK every day."
done done
UnknownText_0x1a229a: BeautyOliviaAfterBattleText:
text "MOOMOO MILK is" text "MOOMOO MILK is"
line "good for beauty" line "good for beauty"

View File

@ -26,9 +26,9 @@ Route39Miltank:
end end
TrainerPokefanmDerek1: TrainerPokefanmDerek1:
trainer EVENT_BEAT_POKEFANM_DEREK, POKEFANM, DEREK1, PokefanmDerek1SeenText, PokefanmDerek1BeatenText, 0, PokefanmDerek1Script trainer EVENT_BEAT_POKEFANM_DEREK, POKEFANM, DEREK1, PokefanmDerek1SeenText, PokefanmDerek1BeatenText, 0, .Script
PokefanmDerek1Script: .Script:
writecode VAR_CALLERID, PHONE_POKEFANM_DEREK writecode VAR_CALLERID, PHONE_POKEFANM_DEREK
end_if_just_battled end_if_just_battled
opentext opentext
@ -105,9 +105,9 @@ PackIsFull:
end end
TrainerPokefanfRuth: TrainerPokefanfRuth:
trainer EVENT_BEAT_POKEFANF_RUTH, POKEFANF, RUTH, PokefanfRuthSeenText, PokefanfRuthBeatenText, 0, PokefanfRuthScript trainer EVENT_BEAT_POKEFANF_RUTH, POKEFANF, RUTH, PokefanfRuthSeenText, PokefanfRuthBeatenText, 0, .Script
PokefanfRuthScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanfRuthAfterBattleText writetext PokefanfRuthAfterBattleText
@ -116,9 +116,9 @@ PokefanfRuthScript:
end end
TrainerSailorEugene: TrainerSailorEugene:
trainer EVENT_BEAT_SAILOR_EUGENE, SAILOR, EUGENE, SailorEugeneSeenText, SailorEugeneBeatenText, 0, SailorEugeneScript trainer EVENT_BEAT_SAILOR_EUGENE, SAILOR, EUGENE, SailorEugeneSeenText, SailorEugeneBeatenText, 0, .Script
SailorEugeneScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SailorEugeneAfterBattleText writetext SailorEugeneAfterBattleText
@ -127,9 +127,9 @@ SailorEugeneScript:
end end
TrainerPsychicNorman: TrainerPsychicNorman:
trainer EVENT_BEAT_PSYCHIC_NORMAN, PSYCHIC_T, NORMAN, PsychicNormanSeenText, PsychicNormanBeatenText, 0, PsychicNormanScript trainer EVENT_BEAT_PSYCHIC_NORMAN, PSYCHIC_T, NORMAN, PsychicNormanSeenText, PsychicNormanBeatenText, 0, .Script
PsychicNormanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicNormanAfterBattleText writetext PsychicNormanAfterBattleText

View File

@ -12,9 +12,9 @@ Route4_MapScriptHeader:
db 0 db 0
TrainerBird_keeperHank: TrainerBird_keeperHank:
trainer EVENT_BEAT_BIRD_KEEPER_HANK, BIRD_KEEPER, HANK, Bird_keeperHankSeenText, Bird_keeperHankBeatenText, 0, Bird_keeperHankScript trainer EVENT_BEAT_BIRD_KEEPER_HANK, BIRD_KEEPER, HANK, Bird_keeperHankSeenText, Bird_keeperHankBeatenText, 0, .Script
Bird_keeperHankScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperHankAfterBattleText writetext Bird_keeperHankAfterBattleText
@ -23,9 +23,9 @@ Bird_keeperHankScript:
end end
TrainerPicnickerHope: TrainerPicnickerHope:
trainer EVENT_BEAT_PICNICKER_HOPE, PICNICKER, HOPE, PicnickerHopeSeenText, PicnickerHopeBeatenText, 0, PicnickerHopeScript trainer EVENT_BEAT_PICNICKER_HOPE, PICNICKER, HOPE, PicnickerHopeSeenText, PicnickerHopeBeatenText, 0, .Script
PicnickerHopeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerHopeAfterBattleText writetext PicnickerHopeAfterBattleText
@ -34,9 +34,9 @@ PicnickerHopeScript:
end end
TrainerPicnickerSharon: TrainerPicnickerSharon:
trainer EVENT_BEAT_PICNICKER_SHARON, PICNICKER, SHARON, PicnickerSharonSeenText, PicnickerSharonBeatenText, 0, PicnickerSharonScript trainer EVENT_BEAT_PICNICKER_SHARON, PICNICKER, SHARON, PicnickerSharonSeenText, PicnickerSharonBeatenText, 0, .Script
PicnickerSharonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerSharonAfterBattleText writetext PicnickerSharonAfterBattleText

View File

@ -32,9 +32,9 @@ Route40_MapScriptHeader:
return return
TrainerSwimmerfElaine: TrainerSwimmerfElaine:
trainer EVENT_BEAT_SWIMMERF_ELAINE, SWIMMERF, ELAINE, SwimmerfElaineSeenText, SwimmerfElaineBeatenText, 0, SwimmerfElaineScript trainer EVENT_BEAT_SWIMMERF_ELAINE, SWIMMERF, ELAINE, SwimmerfElaineSeenText, SwimmerfElaineBeatenText, 0, .Script
SwimmerfElaineScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfElaineAfterBattleText writetext SwimmerfElaineAfterBattleText
@ -43,9 +43,9 @@ SwimmerfElaineScript:
end end
TrainerSwimmerfPaula: TrainerSwimmerfPaula:
trainer EVENT_BEAT_SWIMMERF_PAULA, SWIMMERF, PAULA, SwimmerfPaulaSeenText, SwimmerfPaulaBeatenText, 0, SwimmerfPaulaScript trainer EVENT_BEAT_SWIMMERF_PAULA, SWIMMERF, PAULA, SwimmerfPaulaSeenText, SwimmerfPaulaBeatenText, 0, .Script
SwimmerfPaulaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfPaulaAfterBattleText writetext SwimmerfPaulaAfterBattleText
@ -54,9 +54,9 @@ SwimmerfPaulaScript:
end end
TrainerSwimmermSimon: TrainerSwimmermSimon:
trainer EVENT_BEAT_SWIMMERM_SIMON, SWIMMERM, SIMON, SwimmermSimonSeenText, SwimmermSimonBeatenText, 0, SwimmermSimonScript trainer EVENT_BEAT_SWIMMERM_SIMON, SWIMMERM, SIMON, SwimmermSimonSeenText, SwimmermSimonBeatenText, 0, .Script
SwimmermSimonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermSimonAfterBattleText writetext SwimmermSimonAfterBattleText
@ -65,9 +65,9 @@ SwimmermSimonScript:
end end
TrainerSwimmermRandall: TrainerSwimmermRandall:
trainer EVENT_BEAT_SWIMMERM_RANDALL, SWIMMERM, RANDALL, SwimmermRandallSeenText, SwimmermRandallBeatenText, 0, SwimmermRandallScript trainer EVENT_BEAT_SWIMMERM_RANDALL, SWIMMERM, RANDALL, SwimmermRandallSeenText, SwimmermRandallBeatenText, 0, .Script
SwimmermRandallScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermRandallAfterBattleText writetext SwimmermRandallAfterBattleText

View File

@ -18,9 +18,9 @@ Route41_MapScriptHeader:
db 0 db 0
TrainerSwimmerfKaylee: TrainerSwimmerfKaylee:
trainer EVENT_BEAT_SWIMMERF_KAYLEE, SWIMMERF, KAYLEE, SwimmerfKayleeSeenText, SwimmerfKayleeBeatenText, 0, SwimmerfKayleeScript trainer EVENT_BEAT_SWIMMERF_KAYLEE, SWIMMERF, KAYLEE, SwimmerfKayleeSeenText, SwimmerfKayleeBeatenText, 0, .Script
SwimmerfKayleeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfKayleeAfterBattleText writetext SwimmerfKayleeAfterBattleText
@ -29,9 +29,9 @@ SwimmerfKayleeScript:
end end
TrainerSwimmerfSusie: TrainerSwimmerfSusie:
trainer EVENT_BEAT_SWIMMERF_SUSIE, SWIMMERF, SUSIE, SwimmerfSusieSeenText, SwimmerfSusieBeatenText, 0, SwimmerfSusieScript trainer EVENT_BEAT_SWIMMERF_SUSIE, SWIMMERF, SUSIE, SwimmerfSusieSeenText, SwimmerfSusieBeatenText, 0, .Script
SwimmerfSusieScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfSusieAfterBattleText writetext SwimmerfSusieAfterBattleText
@ -40,9 +40,9 @@ SwimmerfSusieScript:
end end
TrainerSwimmerfDenise: TrainerSwimmerfDenise:
trainer EVENT_BEAT_SWIMMERF_DENISE, SWIMMERF, DENISE, SwimmerfDeniseSeenText, SwimmerfDeniseBeatenText, 0, SwimmerfDeniseScript trainer EVENT_BEAT_SWIMMERF_DENISE, SWIMMERF, DENISE, SwimmerfDeniseSeenText, SwimmerfDeniseBeatenText, 0, .Script
SwimmerfDeniseScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfDeniseAfterBattleText writetext SwimmerfDeniseAfterBattleText
@ -51,9 +51,9 @@ SwimmerfDeniseScript:
end end
TrainerSwimmerfKara: TrainerSwimmerfKara:
trainer EVENT_BEAT_SWIMMERF_KARA, SWIMMERF, KARA, SwimmerfKaraSeenText, SwimmerfKaraBeatenText, 0, SwimmerfKaraScript trainer EVENT_BEAT_SWIMMERF_KARA, SWIMMERF, KARA, SwimmerfKaraSeenText, SwimmerfKaraBeatenText, 0, .Script
SwimmerfKaraScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfKaraAfterBattleText writetext SwimmerfKaraAfterBattleText
@ -62,9 +62,9 @@ SwimmerfKaraScript:
end end
TrainerSwimmerfWendy: TrainerSwimmerfWendy:
trainer EVENT_BEAT_SWIMMERF_WENDY, SWIMMERF, WENDY, SwimmerfWendySeenText, SwimmerfWendyBeatenText, 0, SwimmerfWendyScript trainer EVENT_BEAT_SWIMMERF_WENDY, SWIMMERF, WENDY, SwimmerfWendySeenText, SwimmerfWendyBeatenText, 0, .Script
SwimmerfWendyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmerfWendyAfterBattleText writetext SwimmerfWendyAfterBattleText
@ -73,9 +73,9 @@ SwimmerfWendyScript:
end end
TrainerSwimmermCharlie: TrainerSwimmermCharlie:
trainer EVENT_BEAT_SWIMMERM_CHARLIE, SWIMMERM, CHARLIE, SwimmermCharlieSeenText, SwimmermCharlieBeatenText, 0, SwimmermCharlieScript trainer EVENT_BEAT_SWIMMERM_CHARLIE, SWIMMERM, CHARLIE, SwimmermCharlieSeenText, SwimmermCharlieBeatenText, 0, .Script
SwimmermCharlieScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermCharlieAfterBattleText writetext SwimmermCharlieAfterBattleText
@ -84,9 +84,9 @@ SwimmermCharlieScript:
end end
TrainerSwimmermGeorge: TrainerSwimmermGeorge:
trainer EVENT_BEAT_SWIMMERM_GEORGE, SWIMMERM, GEORGE, SwimmermGeorgeSeenText, SwimmermGeorgeBeatenText, 0, SwimmermGeorgeScript trainer EVENT_BEAT_SWIMMERM_GEORGE, SWIMMERM, GEORGE, SwimmermGeorgeSeenText, SwimmermGeorgeBeatenText, 0, .Script
SwimmermGeorgeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermGeorgeAfterBattleText writetext SwimmermGeorgeAfterBattleText
@ -95,9 +95,9 @@ SwimmermGeorgeScript:
end end
TrainerSwimmermBerke: TrainerSwimmermBerke:
trainer EVENT_BEAT_SWIMMERM_BERKE, SWIMMERM, BERKE, SwimmermBerkeSeenText, SwimmermBerkeBeatenText, 0, SwimmermBerkeScript trainer EVENT_BEAT_SWIMMERM_BERKE, SWIMMERM, BERKE, SwimmermBerkeSeenText, SwimmermBerkeBeatenText, 0, .Script
SwimmermBerkeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermBerkeAfterBattleText writetext SwimmermBerkeAfterBattleText
@ -106,9 +106,9 @@ SwimmermBerkeScript:
end end
TrainerSwimmermKirk: TrainerSwimmermKirk:
trainer EVENT_BEAT_SWIMMERM_KIRK, SWIMMERM, KIRK, SwimmermKirkSeenText, SwimmermKirkBeatenText, 0, SwimmermKirkScript trainer EVENT_BEAT_SWIMMERM_KIRK, SWIMMERM, KIRK, SwimmermKirkSeenText, SwimmermKirkBeatenText, 0, .Script
SwimmermKirkScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermKirkAfterBattleText writetext SwimmermKirkAfterBattleText
@ -117,9 +117,9 @@ SwimmermKirkScript:
end end
TrainerSwimmermMathew: TrainerSwimmermMathew:
trainer EVENT_BEAT_SWIMMERM_MATHEW, SWIMMERM, MATHEW, SwimmermMathewSeenText, SwimmermMathewBeatenText, 0, SwimmermMathewScript trainer EVENT_BEAT_SWIMMERM_MATHEW, SWIMMERM, MATHEW, SwimmermMathewSeenText, SwimmermMathewBeatenText, 0, .Script
SwimmermMathewScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SwimmermMathewAfterBattleText writetext SwimmermMathewAfterBattleText

View File

@ -37,9 +37,9 @@ Route42SuicuneScript:
end end
TrainerFisherTully1: TrainerFisherTully1:
trainer EVENT_BEAT_FISHER_TULLY, FISHER, TULLY1, FisherTully1SeenText, FisherTully1BeatenText, 0, FisherTully1Script trainer EVENT_BEAT_FISHER_TULLY, FISHER, TULLY1, FisherTully1SeenText, FisherTully1BeatenText, 0, .Script
FisherTully1Script: .Script:
writecode VAR_CALLERID, PHONE_FISHER_TULLY writecode VAR_CALLERID, PHONE_FISHER_TULLY
end_if_just_battled end_if_just_battled
opentext opentext
@ -163,9 +163,9 @@ UnknownScript_0x1a9311:
end end
TrainerPokemaniacShane: TrainerPokemaniacShane:
trainer EVENT_BEAT_POKEMANIAC_SHANE, POKEMANIAC, SHANE, PokemaniacShaneSeenText, PokemaniacShaneBeatenText, 0, PokemaniacShaneScript trainer EVENT_BEAT_POKEMANIAC_SHANE, POKEMANIAC, SHANE, PokemaniacShaneSeenText, PokemaniacShaneBeatenText, 0, .Script
PokemaniacShaneScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacShaneAfterBattleText writetext PokemaniacShaneAfterBattleText
@ -174,9 +174,9 @@ PokemaniacShaneScript:
end end
TrainerHikerBenjamin: TrainerHikerBenjamin:
trainer EVENT_BEAT_HIKER_BENJAMIN, HIKER, BENJAMIN, HikerBenjaminSeenText, HikerBenjaminBeatenText, 0, HikerBenjaminScript trainer EVENT_BEAT_HIKER_BENJAMIN, HIKER, BENJAMIN, HikerBenjaminSeenText, HikerBenjaminBeatenText, 0, .Script
HikerBenjaminScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerBenjaminAfterBattleText writetext HikerBenjaminAfterBattleText

View File

@ -27,9 +27,9 @@ Route43_MapScriptHeader:
return return
TrainerCamperSpencer: TrainerCamperSpencer:
trainer EVENT_BEAT_CAMPER_SPENCER, CAMPER, SPENCER, CamperSpencerSeenText, CamperSpencerBeatenText, 0, CamperSpencerScript trainer EVENT_BEAT_CAMPER_SPENCER, CAMPER, SPENCER, CamperSpencerSeenText, CamperSpencerBeatenText, 0, .Script
CamperSpencerScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperSpencerAfterBattleText writetext CamperSpencerAfterBattleText
@ -38,9 +38,9 @@ CamperSpencerScript:
end end
TrainerPokemaniacBen: TrainerPokemaniacBen:
trainer EVENT_BEAT_POKEMANIAC_BEN, POKEMANIAC, BEN, PokemaniacBenSeenText, PokemaniacBenBeatenText, 0, PokemaniacBenScript trainer EVENT_BEAT_POKEMANIAC_BEN, POKEMANIAC, BEN, PokemaniacBenSeenText, PokemaniacBenBeatenText, 0, .Script
PokemaniacBenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacBenAfterBattleText writetext PokemaniacBenAfterBattleText
@ -49,9 +49,9 @@ PokemaniacBenScript:
end end
TrainerPokemaniacBrent1: TrainerPokemaniacBrent1:
trainer EVENT_BEAT_POKEMANIAC_BRENT, POKEMANIAC, BRENT1, PokemaniacBrent1SeenText, PokemaniacBrent1BeatenText, 0, PokemaniacBrent1Script trainer EVENT_BEAT_POKEMANIAC_BRENT, POKEMANIAC, BRENT1, PokemaniacBrent1SeenText, PokemaniacBrent1BeatenText, 0, .Script
PokemaniacBrent1Script: .Script:
writecode VAR_CALLERID, PHONE_POKEMANIAC_BRENT writecode VAR_CALLERID, PHONE_POKEMANIAC_BRENT
end_if_just_battled end_if_just_battled
opentext opentext
@ -154,9 +154,9 @@ UnknownScript_0x19d144:
end end
TrainerPokemaniacRon: TrainerPokemaniacRon:
trainer EVENT_BEAT_POKEMANIAC_RON, POKEMANIAC, RON, PokemaniacRonSeenText, PokemaniacRonBeatenText, 0, PokemaniacRonScript trainer EVENT_BEAT_POKEMANIAC_RON, POKEMANIAC, RON, PokemaniacRonSeenText, PokemaniacRonBeatenText, 0, .Script
PokemaniacRonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacRonAfterBattleText writetext PokemaniacRonAfterBattleText
@ -165,9 +165,9 @@ PokemaniacRonScript:
end end
TrainerFisherMarvin: TrainerFisherMarvin:
trainer EVENT_BEAT_FISHER_MARVIN, FISHER, MARVIN, FisherMarvinSeenText, FisherMarvinBeatenText, 0, FisherMarvinScript trainer EVENT_BEAT_FISHER_MARVIN, FISHER, MARVIN, FisherMarvinSeenText, FisherMarvinBeatenText, 0, .Script
FisherMarvinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherMarvinAfterBattleText writetext FisherMarvinAfterBattleText
@ -176,9 +176,9 @@ FisherMarvinScript:
end end
TrainerPicnickerTiffany3: TrainerPicnickerTiffany3:
trainer EVENT_BEAT_PICNICKER_TIFFANY, PICNICKER, TIFFANY3, PicnickerTiffany3SeenText, PicnickerTiffany3BeatenText, 0, PicnickerTiffany3Script trainer EVENT_BEAT_PICNICKER_TIFFANY, PICNICKER, TIFFANY3, PicnickerTiffany3SeenText, PicnickerTiffany3BeatenText, 0, .Script
PicnickerTiffany3Script: .Script:
writecode VAR_CALLERID, PHONE_PICNICKER_TIFFANY writecode VAR_CALLERID, PHONE_PICNICKER_TIFFANY
end_if_just_battled end_if_just_battled
opentext opentext

View File

@ -19,9 +19,9 @@ Route44_MapScriptHeader:
db 0 db 0
TrainerBird_keeperVance1: TrainerBird_keeperVance1:
trainer EVENT_BEAT_BIRD_KEEPER_VANCE, BIRD_KEEPER, VANCE1, Bird_keeperVance1SeenText, Bird_keeperVance1BeatenText, 0, Bird_keeperVance1Script trainer EVENT_BEAT_BIRD_KEEPER_VANCE, BIRD_KEEPER, VANCE1, Bird_keeperVance1SeenText, Bird_keeperVance1BeatenText, 0, .Script
Bird_keeperVance1Script: .Script:
writecode VAR_CALLERID, PHONE_BIRDKEEPER_VANCE writecode VAR_CALLERID, PHONE_BIRDKEEPER_VANCE
end_if_just_battled end_if_just_battled
opentext opentext
@ -150,9 +150,9 @@ UnknownScript_0x19d90a:
end end
TrainerPsychicPhil: TrainerPsychicPhil:
trainer EVENT_BEAT_PSYCHIC_PHIL, PSYCHIC_T, PHIL, PsychicPhilSeenText, PsychicPhilBeatenText, 0, PsychicPhilScript trainer EVENT_BEAT_PSYCHIC_PHIL, PSYCHIC_T, PHIL, PsychicPhilSeenText, PsychicPhilBeatenText, 0, .Script
PsychicPhilScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicPhilAfterBattleText writetext PsychicPhilAfterBattleText
@ -161,9 +161,9 @@ PsychicPhilScript:
end end
TrainerFisherWilton1: TrainerFisherWilton1:
trainer EVENT_BEAT_FISHER_WILTON, FISHER, WILTON1, FisherWilton1SeenText, FisherWilton1BeatenText, 0, FisherWilton1Script trainer EVENT_BEAT_FISHER_WILTON, FISHER, WILTON1, FisherWilton1SeenText, FisherWilton1BeatenText, 0, .Script
FisherWilton1Script: .Script:
writecode VAR_CALLERID, PHONE_FISHER_WILTON writecode VAR_CALLERID, PHONE_FISHER_WILTON
end_if_just_battled end_if_just_battled
opentext opentext
@ -256,9 +256,9 @@ UnknownScript_0x19d9e7:
jump UnknownScript_0x19d8ff jump UnknownScript_0x19d8ff
TrainerFisherEdgar: TrainerFisherEdgar:
trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, FisherEdgarScript trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, .Script
FisherEdgarScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FisherEdgarAfterBattleText writetext FisherEdgarAfterBattleText
@ -267,9 +267,9 @@ FisherEdgarScript:
end end
TrainerCooltrainerfCybil: TrainerCooltrainerfCybil:
trainer EVENT_BEAT_COOLTRAINERF_CYBIL, COOLTRAINERF, CYBIL, CooltrainerfCybilSeenText, CooltrainerfCybilBeatenText, 0, CooltrainerfCybilScript trainer EVENT_BEAT_COOLTRAINERF_CYBIL, COOLTRAINERF, CYBIL, CooltrainerfCybilSeenText, CooltrainerfCybilBeatenText, 0, .Script
CooltrainerfCybilScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfCybilAfterBattleText writetext CooltrainerfCybilAfterBattleText
@ -278,9 +278,9 @@ CooltrainerfCybilScript:
end end
TrainerPokemaniacZach: TrainerPokemaniacZach:
trainer EVENT_BEAT_POKEMANIAC_ZACH, POKEMANIAC, ZACH, PokemaniacZachSeenText, PokemaniacZachBeatenText, 0, PokemaniacZachScript trainer EVENT_BEAT_POKEMANIAC_ZACH, POKEMANIAC, ZACH, PokemaniacZachSeenText, PokemaniacZachBeatenText, 0, .Script
PokemaniacZachScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacZachAfterBattleText writetext PokemaniacZachAfterBattleText
@ -289,9 +289,9 @@ PokemaniacZachScript:
end end
TrainerCooltrainermAllen: TrainerCooltrainermAllen:
trainer EVENT_BEAT_COOLTRAINERM_ALLEN, COOLTRAINERM, ALLEN, CooltrainermAllenSeenText, CooltrainermAllenBeatenText, 0, CooltrainermAllenScript trainer EVENT_BEAT_COOLTRAINERM_ALLEN, COOLTRAINERM, ALLEN, CooltrainermAllenSeenText, CooltrainermAllenBeatenText, 0, .Script
CooltrainermAllenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermAllenAfterBattleText writetext CooltrainermAllenAfterBattleText

View File

@ -21,9 +21,9 @@ Route45_MapScriptHeader:
db 0 db 0
TrainerBlackbeltKenji: TrainerBlackbeltKenji:
trainer EVENT_BEAT_BLACKBELT_KENJI, BLACKBELT_T, KENJI3, BlackbeltKenji3SeenText, BlackbeltKenji3BeatenText, 0, BlackbeltKenji3Script trainer EVENT_BEAT_BLACKBELT_KENJI, BLACKBELT_T, KENJI3, BlackbeltKenji3SeenText, BlackbeltKenji3BeatenText, 0, .Script
BlackbeltKenji3Script: .Script:
writecode VAR_CALLERID, PHONE_BLACKBELT_KENJI writecode VAR_CALLERID, PHONE_BLACKBELT_KENJI
end_if_just_battled end_if_just_battled
opentext opentext
@ -125,9 +125,9 @@ UnknownScript_0x19e146:
end end
TrainerHikerErik: TrainerHikerErik:
trainer EVENT_BEAT_HIKER_ERIK, HIKER, ERIK, HikerErikSeenText, HikerErikBeatenText, 0, HikerErikScript trainer EVENT_BEAT_HIKER_ERIK, HIKER, ERIK, HikerErikSeenText, HikerErikBeatenText, 0, .Script
HikerErikScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerErikAfterBattleText writetext HikerErikAfterBattleText
@ -136,9 +136,9 @@ HikerErikScript:
end end
TrainerHikerMichael: TrainerHikerMichael:
trainer EVENT_BEAT_HIKER_MICHAEL, HIKER, MICHAEL, HikerMichaelSeenText, HikerMichaelBeatenText, 0, HikerMichaelScript trainer EVENT_BEAT_HIKER_MICHAEL, HIKER, MICHAEL, HikerMichaelSeenText, HikerMichaelBeatenText, 0, .Script
HikerMichaelScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerMichaelAfterBattleText writetext HikerMichaelAfterBattleText
@ -147,9 +147,9 @@ HikerMichaelScript:
end end
TrainerHikerParry: TrainerHikerParry:
trainer EVENT_BEAT_HIKER_PARRY, HIKER, PARRY3, HikerParry3SeenText, HikerParry3BeatenText, 0, HikerParry3Script trainer EVENT_BEAT_HIKER_PARRY, HIKER, PARRY3, HikerParry3SeenText, HikerParry3BeatenText, 0, .Script
HikerParry3Script: .Script:
writecode VAR_CALLERID, PHONE_HIKER_PARRY writecode VAR_CALLERID, PHONE_HIKER_PARRY
end_if_just_battled end_if_just_battled
opentext opentext
@ -233,9 +233,9 @@ UnknownScript_0x19e219:
jump UnknownScript_0x19e127 jump UnknownScript_0x19e127
TrainerHikerTimothy: TrainerHikerTimothy:
trainer EVENT_BEAT_HIKER_TIMOTHY, HIKER, TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, HikerTimothyScript trainer EVENT_BEAT_HIKER_TIMOTHY, HIKER, TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, .Script
HikerTimothyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerTimothyAfterBattleText writetext HikerTimothyAfterBattleText
@ -244,9 +244,9 @@ HikerTimothyScript:
end end
TrainerCooltrainermRyan: TrainerCooltrainermRyan:
trainer EVENT_BEAT_COOLTRAINERM_RYAN, COOLTRAINERM, RYAN, CooltrainermRyanSeenText, CooltrainermRyanBeatenText, 0, CooltrainermRyanScript trainer EVENT_BEAT_COOLTRAINERM_RYAN, COOLTRAINERM, RYAN, CooltrainermRyanSeenText, CooltrainermRyanBeatenText, 0, .Script
CooltrainermRyanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermRyanAfterBattleText writetext CooltrainermRyanAfterBattleText
@ -255,9 +255,9 @@ CooltrainermRyanScript:
end end
TrainerCooltrainerfKelly: TrainerCooltrainerfKelly:
trainer EVENT_BEAT_COOLTRAINERF_KELLY, COOLTRAINERF, KELLY, CooltrainerfKellySeenText, CooltrainerfKellyBeatenText, 0, CooltrainerfKellyScript trainer EVENT_BEAT_COOLTRAINERF_KELLY, COOLTRAINERF, KELLY, CooltrainerfKellySeenText, CooltrainerfKellyBeatenText, 0, .Script
CooltrainerfKellyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfKellyAfterBattleText writetext CooltrainerfKellyAfterBattleText

View File

@ -14,9 +14,9 @@ Route46_MapScriptHeader:
db 0 db 0
TrainerCamperTed: TrainerCamperTed:
trainer EVENT_BEAT_CAMPER_TED, CAMPER, TED, CamperTedSeenText, CamperTedBeatenText, 0, CamperTedScript trainer EVENT_BEAT_CAMPER_TED, CAMPER, TED, CamperTedSeenText, CamperTedBeatenText, 0, .Script
CamperTedScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperTedAfterBattleText writetext CamperTedAfterBattleText
@ -25,9 +25,9 @@ CamperTedScript:
end end
TrainerPicnickerErin1: TrainerPicnickerErin1:
trainer EVENT_BEAT_PICNICKER_ERIN, PICNICKER, ERIN1, PicnickerErin1SeenText, PicnickerErin1BeatenText, 0, PicnickerErin1Script trainer EVENT_BEAT_PICNICKER_ERIN, PICNICKER, ERIN1, PicnickerErin1SeenText, PicnickerErin1BeatenText, 0, .Script
PicnickerErin1Script: .Script:
writecode VAR_CALLERID, PHONE_PICNICKER_ERIN writecode VAR_CALLERID, PHONE_PICNICKER_ERIN
end_if_just_battled end_if_just_battled
opentext opentext
@ -148,9 +148,9 @@ UnknownScript_0x1a9772:
end end
TrainerHikerBailey: TrainerHikerBailey:
trainer EVENT_BEAT_HIKER_BAILEY, HIKER, BAILEY, HikerBaileySeenText, HikerBaileyBeatenText, 0, HikerBaileyScript trainer EVENT_BEAT_HIKER_BAILEY, HIKER, BAILEY, HikerBaileySeenText, HikerBaileyBeatenText, 0, .Script
HikerBaileyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerBaileyAfterBattleText writetext HikerBaileyAfterBattleText

View File

@ -11,9 +11,9 @@ Route6_MapScriptHeader:
db 0 db 0
TrainerPokefanmRex: TrainerPokefanmRex:
trainer EVENT_BEAT_POKEFANM_REX, POKEFANM, REX, PokefanmRexSeenText, PokefanmRexBeatenText, 0, PokefanmRexScript trainer EVENT_BEAT_POKEFANM_REX, POKEFANM, REX, PokefanmRexSeenText, PokefanmRexBeatenText, 0, .Script
PokefanmRexScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmRexAfterBattleText writetext PokefanmRexAfterBattleText
@ -22,9 +22,9 @@ PokefanmRexScript:
end end
TrainerPokefanmAllan: TrainerPokefanmAllan:
trainer EVENT_BEAT_POKEFANM_ALLAN, POKEFANM, ALLAN, PokefanmAllanSeenText, PokefanmAllanBeatenText, 0, PokefanmAllanScript trainer EVENT_BEAT_POKEFANM_ALLAN, POKEFANM, ALLAN, PokefanmAllanSeenText, PokefanmAllanBeatenText, 0, .Script
PokefanmAllanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokefanmAllanAfterBattleText writetext PokefanmAllanAfterBattleText

View File

@ -14,9 +14,9 @@ Route8_MapScriptHeader:
db 0 db 0
TrainerBikerDwayne: TrainerBikerDwayne:
trainer EVENT_BEAT_BIKER_DWAYNE, BIKER, DWAYNE, BikerDwayneSeenText, BikerDwayneBeatenText, 0, BikerDwayneScript trainer EVENT_BEAT_BIKER_DWAYNE, BIKER, DWAYNE, BikerDwayneSeenText, BikerDwayneBeatenText, 0, .Script
BikerDwayneScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerDwayneAfterBattleText writetext BikerDwayneAfterBattleText
@ -25,9 +25,9 @@ BikerDwayneScript:
end end
TrainerBikerHarris: TrainerBikerHarris:
trainer EVENT_BEAT_BIKER_HARRIS, BIKER, HARRIS, BikerHarrisSeenText, BikerHarrisBeatenText, 0, BikerHarrisScript trainer EVENT_BEAT_BIKER_HARRIS, BIKER, HARRIS, BikerHarrisSeenText, BikerHarrisBeatenText, 0, .Script
BikerHarrisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerHarrisAfterBattleText writetext BikerHarrisAfterBattleText
@ -36,9 +36,9 @@ BikerHarrisScript:
end end
TrainerBikerZeke: TrainerBikerZeke:
trainer EVENT_BEAT_BIKER_ZEKE, BIKER, ZEKE, BikerZekeSeenText, BikerZekeBeatenText, 0, BikerZekeScript trainer EVENT_BEAT_BIKER_ZEKE, BIKER, ZEKE, BikerZekeSeenText, BikerZekeBeatenText, 0, .Script
BikerZekeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BikerZekeAfterBattleText writetext BikerZekeAfterBattleText
@ -47,9 +47,9 @@ BikerZekeScript:
end end
TrainerSupernerdSam: TrainerSupernerdSam:
trainer EVENT_BEAT_SUPER_NERD_SAM, SUPER_NERD, SAM, SupernerdSamSeenText, SupernerdSamBeatenText, 0, SupernerdSamScript trainer EVENT_BEAT_SUPER_NERD_SAM, SUPER_NERD, SAM, SupernerdSamSeenText, SupernerdSamBeatenText, 0, .Script
SupernerdSamScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdSamAfterBattleText writetext SupernerdSamAfterBattleText
@ -58,9 +58,9 @@ SupernerdSamScript:
end end
TrainerSupernerdTom: TrainerSupernerdTom:
trainer EVENT_BEAT_SUPER_NERD_TOM, SUPER_NERD, TOM, SupernerdTomSeenText, SupernerdTomBeatenText, 0, SupernerdTomScript trainer EVENT_BEAT_SUPER_NERD_TOM, SUPER_NERD, TOM, SupernerdTomSeenText, SupernerdTomBeatenText, 0, .Script
SupernerdTomScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdTomAfterBattleText writetext SupernerdTomAfterBattleText

View File

@ -14,9 +14,9 @@ Route9_MapScriptHeader:
db 0 db 0
TrainerCamperDean: TrainerCamperDean:
trainer EVENT_BEAT_CAMPER_DEAN, CAMPER, DEAN, CamperDeanSeenText, CamperDeanBeatenText, 0, CamperDeanScript trainer EVENT_BEAT_CAMPER_DEAN, CAMPER, DEAN, CamperDeanSeenText, CamperDeanBeatenText, 0, .Script
CamperDeanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperDeanAfterBattleText writetext CamperDeanAfterBattleText
@ -25,9 +25,9 @@ CamperDeanScript:
end end
TrainerPicnickerHeidi: TrainerPicnickerHeidi:
trainer EVENT_BEAT_PICNICKER_HEIDI, PICNICKER, HEIDI, PicnickerHeidiSeenText, PicnickerHeidiBeatenText, 0, PicnickerHeidiScript trainer EVENT_BEAT_PICNICKER_HEIDI, PICNICKER, HEIDI, PicnickerHeidiSeenText, PicnickerHeidiBeatenText, 0, .Script
PicnickerHeidiScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerHeidiAfterBattleText writetext PicnickerHeidiAfterBattleText
@ -36,9 +36,9 @@ PicnickerHeidiScript:
end end
TrainerCamperSid: TrainerCamperSid:
trainer EVENT_BEAT_CAMPER_SID, CAMPER, SID, CamperSidSeenText, CamperSidBeatenText, 0, CamperSidScript trainer EVENT_BEAT_CAMPER_SID, CAMPER, SID, CamperSidSeenText, CamperSidBeatenText, 0, .Script
CamperSidScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CamperSidAfterBattleText writetext CamperSidAfterBattleText
@ -47,9 +47,9 @@ CamperSidScript:
end end
TrainerPicnickerEdna: TrainerPicnickerEdna:
trainer EVENT_BEAT_PICNICKER_EDNA, PICNICKER, EDNA, PicnickerEdnaSeenText, PicnickerEdnaBeatenText, 0, PicnickerEdnaScript trainer EVENT_BEAT_PICNICKER_EDNA, PICNICKER, EDNA, PicnickerEdnaSeenText, PicnickerEdnaBeatenText, 0, .Script
PicnickerEdnaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PicnickerEdnaAfterBattleText writetext PicnickerEdnaAfterBattleText
@ -58,9 +58,9 @@ PicnickerEdnaScript:
end end
TrainerHikerTim: TrainerHikerTim:
trainer EVENT_BEAT_HIKER_TIM, HIKER, TIM, HikerTimSeenText, HikerTimBeatenText, 0, HikerTimScript trainer EVENT_BEAT_HIKER_TIM, HIKER, TIM, HikerTimSeenText, HikerTimBeatenText, 0, .Script
HikerTimScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerTimAfterBattleText writetext HikerTimAfterBattleText
@ -69,9 +69,9 @@ HikerTimScript:
end end
TrainerHikerSidney: TrainerHikerSidney:
trainer EVENT_BEAT_HIKER_SIDNEY, HIKER, SIDNEY, HikerSidneySeenText, HikerSidneyBeatenText, 0, HikerSidneyScript trainer EVENT_BEAT_HIKER_SIDNEY, HIKER, SIDNEY, HikerSidneySeenText, HikerSidneyBeatenText, 0, .Script
HikerSidneyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerSidneyAfterBattleText writetext HikerSidneyAfterBattleText

View File

@ -102,9 +102,9 @@ YoungsterScript_0x5807e:
end end
TrainerPsychicNathan: TrainerPsychicNathan:
trainer EVENT_BEAT_PSYCHIC_NATHAN, PSYCHIC_T, NATHAN, PsychicNathanSeenText, PsychicNathanBeatenText, 0, PsychicNathanScript trainer EVENT_BEAT_PSYCHIC_NATHAN, PSYCHIC_T, NATHAN, PsychicNathanSeenText, PsychicNathanBeatenText, 0, .Script
PsychicNathanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicNathanAfterBattleText writetext PsychicNathanAfterBattleText
@ -114,12 +114,12 @@ PsychicNathanScript:
TrainerSuperNerdStan: TrainerSuperNerdStan:
trainer EVENT_BEAT_SUPER_NERD_STAN, SUPER_NERD, STAN, UnknownText_0x581e5, UnknownText_0x58217, 0, UnknownScript_0x580a9 trainer EVENT_BEAT_SUPER_NERD_STAN, SUPER_NERD, STAN, UnknownText_0x581e5, UnknownText_0x58217, 0, .Script
UnknownScript_0x580a9: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext UnknownText_0x58250 writetext SuperNerdStanAfterBattleText
waitbutton waitbutton
closetext closetext
end end
@ -194,7 +194,7 @@ UnknownText_0x58217:
line "understanding…" line "understanding…"
done done
UnknownText_0x58250: SuperNerdStanAfterBattleText:
text "The RUINS are from" text "The RUINS are from"
line "about 1500 years" line "about 1500 years"
cont "ago." cont "ago."

View File

@ -47,9 +47,9 @@ SabrinaScript_0x189c2e:
end end
TrainerMediumRebecca: TrainerMediumRebecca:
trainer EVENT_BEAT_MEDIUM_REBECCA, MEDIUM, REBECCA, MediumRebeccaSeenText, MediumRebeccaBeatenText, 0, MediumRebeccaScript trainer EVENT_BEAT_MEDIUM_REBECCA, MEDIUM, REBECCA, MediumRebeccaSeenText, MediumRebeccaBeatenText, 0, .Script
MediumRebeccaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext MediumRebeccaAfterBattleText writetext MediumRebeccaAfterBattleText
@ -58,9 +58,9 @@ MediumRebeccaScript:
end end
TrainerPsychicFranklin: TrainerPsychicFranklin:
trainer EVENT_BEAT_PSYCHIC_FRANKLIN, PSYCHIC_T, FRANKLIN, PsychicFranklinSeenText, PsychicFranklinBeatenText, 0, PsychicFranklinScript trainer EVENT_BEAT_PSYCHIC_FRANKLIN, PSYCHIC_T, FRANKLIN, PsychicFranklinSeenText, PsychicFranklinBeatenText, 0, .Script
PsychicFranklinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicFranklinAfterBattleText writetext PsychicFranklinAfterBattleText
@ -69,9 +69,9 @@ PsychicFranklinScript:
end end
TrainerMediumDoris: TrainerMediumDoris:
trainer EVENT_BEAT_MEDIUM_DORIS, MEDIUM, DORIS, MediumDorisSeenText, MediumDorisBeatenText, 0, MediumDorisScript trainer EVENT_BEAT_MEDIUM_DORIS, MEDIUM, DORIS, MediumDorisSeenText, MediumDorisBeatenText, 0, .Script
MediumDorisScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext MediumDorisAfterBattleText writetext MediumDorisAfterBattleText
@ -80,9 +80,9 @@ MediumDorisScript:
end end
TrainerPsychicJared: TrainerPsychicJared:
trainer EVENT_BEAT_PSYCHIC_JARED, PSYCHIC_T, JARED, PsychicJaredSeenText, PsychicJaredBeatenText, 0, PsychicJaredScript trainer EVENT_BEAT_PSYCHIC_JARED, PSYCHIC_T, JARED, PsychicJaredSeenText, PsychicJaredBeatenText, 0, .Script
PsychicJaredScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PsychicJaredAfterBattleText writetext PsychicJaredAfterBattleText

View File

@ -20,9 +20,9 @@ SlowpokeWellB1FKurtScript:
jumptextfaceplayer SlowpokeWellB1FKurtText jumptextfaceplayer SlowpokeWellB1FKurtText
TrainerGruntM29: TrainerGruntM29:
trainer EVENT_BEAT_ROCKET_GRUNTM_29, GRUNTM, GRUNTM_29, GruntM29SeenText, GruntM29BeatenText, 0, GruntM29Script trainer EVENT_BEAT_ROCKET_GRUNTM_29, GRUNTM, GRUNTM_29, GruntM29SeenText, GruntM29BeatenText, 0, .Script
GruntM29Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM29AfterBattleText writetext GruntM29AfterBattleText
@ -31,9 +31,9 @@ GruntM29Script:
end end
TrainerGruntM1: TrainerGruntM1:
trainer EVENT_BEAT_ROCKET_GRUNTM_1, GRUNTM, GRUNTM_1, GruntM1SeenText, GruntM1BeatenText, 0, GruntM1Script trainer EVENT_BEAT_ROCKET_GRUNTM_1, GRUNTM, GRUNTM_1, GruntM1SeenText, GruntM1BeatenText, 0, .Script
GruntM1Script: .Script:
opentext opentext
writetext TrainerGruntM1WhenTalkText writetext TrainerGruntM1WhenTalkText
waitbutton waitbutton
@ -74,9 +74,9 @@ GruntM1Script:
end end
TrainerGruntM2: TrainerGruntM2:
trainer EVENT_BEAT_ROCKET_GRUNTM_2, GRUNTM, GRUNTM_2, GruntM2SeenText, GruntM2BeatenText, 0, GruntM2Script trainer EVENT_BEAT_ROCKET_GRUNTM_2, GRUNTM, GRUNTM_2, GruntM2SeenText, GruntM2BeatenText, 0, .Script
GruntM2Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM2AfterBattleText writetext GruntM2AfterBattleText
@ -85,9 +85,9 @@ GruntM2Script:
end end
TrainerGruntF1: TrainerGruntF1:
trainer EVENT_BEAT_ROCKET_GRUNTF_1, GRUNTF, GRUNTF_1, GruntF1SeenText, GruntF1BeatenText, 0, GruntF1Script trainer EVENT_BEAT_ROCKET_GRUNTF_1, GRUNTF, GRUNTF_1, GruntF1SeenText, GruntF1BeatenText, 0, .Script
GruntF1Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntF1AfterBattleText writetext GruntF1AfterBattleText

View File

@ -26,9 +26,9 @@ SproutTower1FTeacherScript:
jumptextfaceplayer SproutTower1FTeacherText jumptextfaceplayer SproutTower1FTeacherText
TrainerSageChow: TrainerSageChow:
trainer EVENT_BEAT_SAGE_CHOW, SAGE, CHOW, SageChowSeenText, SageChowBeatenText, 0, SageChowScript trainer EVENT_BEAT_SAGE_CHOW, SAGE, CHOW, SageChowSeenText, SageChowBeatenText, 0, .Script
SageChowScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageChowAfterBattleText writetext SageChowAfterBattleText

View File

@ -11,9 +11,9 @@ SproutTower2F_MapScriptHeader:
db 0 db 0
TrainerSageNico: TrainerSageNico:
trainer EVENT_BEAT_SAGE_NICO, SAGE, NICO, SageNicoSeenText, SageNicoBeatenText, 0, SageNicoScript trainer EVENT_BEAT_SAGE_NICO, SAGE, NICO, SageNicoSeenText, SageNicoBeatenText, 0, .Script
SageNicoScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageNicoAfterBattleText writetext SageNicoAfterBattleText
@ -22,9 +22,9 @@ SageNicoScript:
end end
TrainerSageEdmond: TrainerSageEdmond:
trainer EVENT_BEAT_SAGE_EDMOND, SAGE, EDMOND, SageEdmondSeenText, SageEdmondBeatenText, 0, SageEdmondScript trainer EVENT_BEAT_SAGE_EDMOND, SAGE, EDMOND, SageEdmondSeenText, SageEdmondBeatenText, 0, .Script
SageEdmondScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageEdmondAfterBattleText writetext SageEdmondAfterBattleText

View File

@ -93,9 +93,9 @@ UnknownScript_0x1849d1:
end end
TrainerSageJin: TrainerSageJin:
trainer EVENT_BEAT_SAGE_JIN, SAGE, JIN, SageJinSeenText, SageJinBeatenText, 0, SageJinScript trainer EVENT_BEAT_SAGE_JIN, SAGE, JIN, SageJinSeenText, SageJinBeatenText, 0, .Script
SageJinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageJinAfterBattleText writetext SageJinAfterBattleText
@ -104,9 +104,9 @@ SageJinScript:
end end
TrainerSageTroy: TrainerSageTroy:
trainer EVENT_BEAT_SAGE_TROY, SAGE, TROY, SageTroySeenText, SageTroyBeatenText, 0, SageTroyScript trainer EVENT_BEAT_SAGE_TROY, SAGE, TROY, SageTroySeenText, SageTroyBeatenText, 0, .Script
SageTroyScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageTroyAfterBattleText writetext SageTroyAfterBattleText
@ -115,9 +115,9 @@ SageTroyScript:
end end
TrainerSageNeal: TrainerSageNeal:
trainer EVENT_BEAT_SAGE_NEAL, SAGE, NEAL, SageNealSeenText, SageNealBeatenText, 0, SageNealScript trainer EVENT_BEAT_SAGE_NEAL, SAGE, NEAL, SageNealSeenText, SageNealBeatenText, 0, .Script
SageNealScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SageNealAfterBattleText writetext SageNealAfterBattleText

View File

@ -481,9 +481,9 @@ NoExplodingTrap:
end end
TrainerScientistJed: TrainerScientistJed:
trainer EVENT_BEAT_SCIENTIST_JED, SCIENTIST, JED, ScientistJedSeenText, ScientistJedBeatenText, 0, ScientistJedScript trainer EVENT_BEAT_SCIENTIST_JED, SCIENTIST, JED, ScientistJedSeenText, ScientistJedBeatenText, 0, .Script
ScientistJedScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext ScientistJedAfterBattleText writetext ScientistJedAfterBattleText
@ -492,9 +492,9 @@ ScientistJedScript:
end end
TrainerGruntM16: TrainerGruntM16:
trainer EVENT_BEAT_ROCKET_GRUNTM_16, GRUNTM, GRUNTM_16, GruntM16SeenText, GruntM16BeatenText, 0, GruntM16Script trainer EVENT_BEAT_ROCKET_GRUNTM_16, GRUNTM, GRUNTM_16, GruntM16SeenText, GruntM16BeatenText, 0, .Script
GruntM16Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM16AfterBattleText writetext GruntM16AfterBattleText

View File

@ -189,9 +189,9 @@ UnknownScript_0x6d0be:
end end
TrainerGruntM17: TrainerGruntM17:
trainer EVENT_BEAT_ROCKET_GRUNTM_17, GRUNTM, GRUNTM_17, GruntM17SeenText, GruntM17BeatenText, 0, GruntM17Script trainer EVENT_BEAT_ROCKET_GRUNTM_17, GRUNTM, GRUNTM_17, GruntM17SeenText, GruntM17BeatenText, 0, .Script
GruntM17Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM17AfterBattleText writetext GruntM17AfterBattleText
@ -200,9 +200,9 @@ GruntM17Script:
end end
TrainerGruntM18: TrainerGruntM18:
trainer EVENT_BEAT_ROCKET_GRUNTM_18, GRUNTM, GRUNTM_18, GruntM18SeenText, GruntM18BeatenText, 0, GruntM18Script trainer EVENT_BEAT_ROCKET_GRUNTM_18, GRUNTM, GRUNTM_18, GruntM18SeenText, GruntM18BeatenText, 0, .Script
GruntM18Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM18AfterBattleText writetext GruntM18AfterBattleText
@ -211,9 +211,9 @@ GruntM18Script:
end end
TrainerGruntM19: TrainerGruntM19:
trainer EVENT_BEAT_ROCKET_GRUNTM_19, GRUNTM, GRUNTM_19, GruntM19SeenText, GruntM19BeatenText, 0, GruntM19Script trainer EVENT_BEAT_ROCKET_GRUNTM_19, GRUNTM, GRUNTM_19, GruntM19SeenText, GruntM19BeatenText, 0, .Script
GruntM19Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM19AfterBattleText writetext GruntM19AfterBattleText

View File

@ -152,9 +152,9 @@ GruntM28Script:
end end
TrainerScientistRoss: TrainerScientistRoss:
trainer EVENT_BEAT_SCIENTIST_ROSS, SCIENTIST, ROSS, ScientistRossSeenText, ScientistRossBeatenText, 0, ScientistRossScript trainer EVENT_BEAT_SCIENTIST_ROSS, SCIENTIST, ROSS, ScientistRossSeenText, ScientistRossBeatenText, 0, .Script
ScientistRossScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext ScientistRossAfterBattleText writetext ScientistRossAfterBattleText
@ -163,9 +163,9 @@ ScientistRossScript:
end end
TrainerScientistMitch: TrainerScientistMitch:
trainer EVENT_BEAT_SCIENTIST_MITCH, SCIENTIST, MITCH, ScientistMitchSeenText, ScientistMitchBeatenText, 0, ScientistMitchScript trainer EVENT_BEAT_SCIENTIST_MITCH, SCIENTIST, MITCH, ScientistMitchSeenText, ScientistMitchBeatenText, 0, .Script
ScientistMitchScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext ScientistMitchAfterBattleText writetext ScientistMitchAfterBattleText

View File

@ -11,11 +11,13 @@ TinTower9F_MapScriptHeader:
TinTower9FHPUp: TinTower9FHPUp:
itemball HP_UP itemball HP_UP
UnknownText_0x185b8a: ; unused
TinTower9FUnusedHoOhText:
text "HO-OH: Shaoooh!" text "HO-OH: Shaoooh!"
done done
UnknownText_0x185b9b: ; unused
TinTower9FUnusedLugiaText:
text "LUGIA: Gyaaan!" text "LUGIA: Gyaaan!"
done done

View File

@ -206,9 +206,9 @@ UndergroundSilverBattleScript:
end end
TrainerGruntM11: TrainerGruntM11:
trainer EVENT_BEAT_ROCKET_GRUNTM_11, GRUNTM, GRUNTM_11, GruntM11SeenText, GruntM11BeatenText, 0, GruntM11Script trainer EVENT_BEAT_ROCKET_GRUNTM_11, GRUNTM, GRUNTM_11, GruntM11SeenText, GruntM11BeatenText, 0, .Script
GruntM11Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM11AfterBattleText writetext GruntM11AfterBattleText
@ -217,9 +217,9 @@ GruntM11Script:
end end
TrainerGruntM25: TrainerGruntM25:
trainer EVENT_BEAT_ROCKET_GRUNTM_25, GRUNTM, GRUNTM_25, GruntM25SeenText, GruntM25BeatenText, 0, GruntM25Script trainer EVENT_BEAT_ROCKET_GRUNTM_25, GRUNTM, GRUNTM_25, GruntM25SeenText, GruntM25BeatenText, 0, .Script
GruntM25Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM25AfterBattleText writetext GruntM25AfterBattleText
@ -228,9 +228,9 @@ GruntM25Script:
end end
TrainerBurglarDuncan: TrainerBurglarDuncan:
trainer EVENT_BEAT_BURGLAR_DUNCAN, BURGLAR, DUNCAN, BurglarDuncanSeenText, BurglarDuncanBeatenText, 0, BurglarDuncanScript trainer EVENT_BEAT_BURGLAR_DUNCAN, BURGLAR, DUNCAN, BurglarDuncanSeenText, BurglarDuncanBeatenText, 0, .Script
BurglarDuncanScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BurglarDuncanAfterBattleText writetext BurglarDuncanAfterBattleText
@ -239,9 +239,9 @@ BurglarDuncanScript:
end end
TrainerBurglarEddie: TrainerBurglarEddie:
trainer EVENT_BEAT_BURGLAR_EDDIE, BURGLAR, EDDIE, BurglarEddieSeenText, BurglarEddieBeatenText, 0, BurglarEddieScript trainer EVENT_BEAT_BURGLAR_EDDIE, BURGLAR, EDDIE, BurglarEddieSeenText, BurglarEddieBeatenText, 0, .Script
BurglarEddieScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext BurglarEddieAfterBattleText writetext BurglarEddieAfterBattleText
@ -250,9 +250,9 @@ BurglarEddieScript:
end end
TrainerGruntM13: TrainerGruntM13:
trainer EVENT_BEAT_ROCKET_GRUNTM_13, GRUNTM, GRUNTM_13, GruntM13SeenText, GruntM13BeatenText, 0, GruntM13Script trainer EVENT_BEAT_ROCKET_GRUNTM_13, GRUNTM, GRUNTM_13, GruntM13SeenText, GruntM13BeatenText, 0, .Script
GruntM13Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM13AfterBattleText writetext GruntM13AfterBattleText
@ -261,9 +261,9 @@ GruntM13Script:
end end
TrainerGruntF3: TrainerGruntF3:
trainer EVENT_BEAT_ROCKET_GRUNTF_3, GRUNTF, GRUNTF_3, GruntF3SeenText, GruntF3BeatenText, 0, GruntF3Script trainer EVENT_BEAT_ROCKET_GRUNTF_3, GRUNTF, GRUNTF_3, GruntF3SeenText, GruntF3BeatenText, 0, .Script
GruntF3Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntF3AfterBattleText writetext GruntF3AfterBattleText

View File

@ -36,9 +36,9 @@ UndergroundWarehouse_MapScriptHeader:
return return
TrainerGruntM24: TrainerGruntM24:
trainer EVENT_BEAT_ROCKET_GRUNTM_24, GRUNTM, GRUNTM_24, GruntM24SeenText, GruntM24BeatenText, 0, GruntM24Script trainer EVENT_BEAT_ROCKET_GRUNTM_24, GRUNTM, GRUNTM_24, GruntM24SeenText, GruntM24BeatenText, 0, .Script
GruntM24Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM24AfterBattleText writetext GruntM24AfterBattleText
@ -47,9 +47,9 @@ GruntM24Script:
end end
TrainerGruntM14: TrainerGruntM14:
trainer EVENT_BEAT_ROCKET_GRUNTM_14, GRUNTM, GRUNTM_14, GruntM14SeenText, GruntM14BeatenText, 0, GruntM14Script trainer EVENT_BEAT_ROCKET_GRUNTM_14, GRUNTM, GRUNTM_14, GruntM14SeenText, GruntM14BeatenText, 0, .Script
GruntM14Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM14AfterBattleText writetext GruntM14AfterBattleText
@ -58,9 +58,9 @@ GruntM14Script:
end end
TrainerGruntM15: TrainerGruntM15:
trainer EVENT_BEAT_ROCKET_GRUNTM_15, GRUNTM, GRUNTM_15, GruntM15SeenText, GruntM15BeatenText, 0, GruntM15Script trainer EVENT_BEAT_ROCKET_GRUNTM_15, GRUNTM, GRUNTM_15, GruntM15SeenText, GruntM15BeatenText, 0, .Script
GruntM15Script: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GruntM15AfterBattleText writetext GruntM15AfterBattleText

View File

@ -17,9 +17,9 @@ UnionCave1F_MapScriptHeader:
db 0 db 0
TrainerPokemaniacLarry: TrainerPokemaniacLarry:
trainer EVENT_BEAT_POKEMANIAC_LARRY, POKEMANIAC, LARRY, PokemaniacLarrySeenText, PokemaniacLarryBeatenText, 0, PokemaniacLarryScript trainer EVENT_BEAT_POKEMANIAC_LARRY, POKEMANIAC, LARRY, PokemaniacLarrySeenText, PokemaniacLarryBeatenText, 0, .Script
PokemaniacLarryScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacLarryAfterBattleText writetext PokemaniacLarryAfterBattleText
@ -28,9 +28,9 @@ PokemaniacLarryScript:
end end
TrainerHikerRussell: TrainerHikerRussell:
trainer EVENT_BEAT_HIKER_RUSSELL, HIKER, RUSSELL, HikerRussellSeenText, HikerRussellBeatenText, 0, HikerRussellScript trainer EVENT_BEAT_HIKER_RUSSELL, HIKER, RUSSELL, HikerRussellSeenText, HikerRussellBeatenText, 0, .Script
HikerRussellScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerRussellAfterBattleText writetext HikerRussellAfterBattleText
@ -39,9 +39,9 @@ HikerRussellScript:
end end
TrainerHikerDaniel: TrainerHikerDaniel:
trainer EVENT_BEAT_HIKER_DANIEL, HIKER, DANIEL, HikerDanielSeenText, HikerDanielBeatenText, 0, HikerDanielScript trainer EVENT_BEAT_HIKER_DANIEL, HIKER, DANIEL, HikerDanielSeenText, HikerDanielBeatenText, 0, .Script
HikerDanielScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerDanielAfterBattleText writetext HikerDanielAfterBattleText
@ -50,9 +50,9 @@ HikerDanielScript:
end end
TrainerFirebreatherBill: TrainerFirebreatherBill:
trainer EVENT_BEAT_FIREBREATHER_BILL, FIREBREATHER, BILL, FirebreatherBillSeenText, FirebreatherBillBeatenText, 0, FirebreatherBillScript trainer EVENT_BEAT_FIREBREATHER_BILL, FIREBREATHER, BILL, FirebreatherBillSeenText, FirebreatherBillBeatenText, 0, .Script
FirebreatherBillScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherBillAfterBattleText writetext FirebreatherBillAfterBattleText
@ -61,9 +61,9 @@ FirebreatherBillScript:
end end
TrainerFirebreatherRay: TrainerFirebreatherRay:
trainer EVENT_BEAT_FIREBREATHER_RAY, FIREBREATHER, RAY, FirebreatherRaySeenText, FirebreatherRayBeatenText, 0, FirebreatherRayScript trainer EVENT_BEAT_FIREBREATHER_RAY, FIREBREATHER, RAY, FirebreatherRaySeenText, FirebreatherRayBeatenText, 0, .Script
FirebreatherRayScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext FirebreatherRayAfterBattleText writetext FirebreatherRayAfterBattleText

View File

@ -15,9 +15,9 @@ UnionCaveB1F_MapScriptHeader:
db 0 db 0
TrainerPokemaniacAndrew: TrainerPokemaniacAndrew:
trainer EVENT_BEAT_POKEMANIAC_ANDREW, POKEMANIAC, ANDREW, PokemaniacAndrewSeenText, PokemaniacAndrewBeatenText, 0, PokemaniacAndrewScript trainer EVENT_BEAT_POKEMANIAC_ANDREW, POKEMANIAC, ANDREW, PokemaniacAndrewSeenText, PokemaniacAndrewBeatenText, 0, .Script
PokemaniacAndrewScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacAndrewAfterBattleText writetext PokemaniacAndrewAfterBattleText
@ -26,9 +26,9 @@ PokemaniacAndrewScript:
end end
TrainerPokemaniacCalvin: TrainerPokemaniacCalvin:
trainer EVENT_BEAT_POKEMANIAC_CALVIN, POKEMANIAC, CALVIN, PokemaniacCalvinSeenText, PokemaniacCalvinBeatenText, 0, PokemaniacCalvinScript trainer EVENT_BEAT_POKEMANIAC_CALVIN, POKEMANIAC, CALVIN, PokemaniacCalvinSeenText, PokemaniacCalvinBeatenText, 0, .Script
PokemaniacCalvinScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacCalvinAfterBattleText writetext PokemaniacCalvinAfterBattleText
@ -37,9 +37,9 @@ PokemaniacCalvinScript:
end end
TrainerHikerPhillip: TrainerHikerPhillip:
trainer EVENT_BEAT_HIKER_PHILLIP, HIKER, PHILLIP, HikerPhillipSeenText, HikerPhillipBeatenText, 0, HikerPhillipScript trainer EVENT_BEAT_HIKER_PHILLIP, HIKER, PHILLIP, HikerPhillipSeenText, HikerPhillipBeatenText, 0, .Script
HikerPhillipScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerPhillipAfterBattleText writetext HikerPhillipAfterBattleText
@ -48,9 +48,9 @@ HikerPhillipScript:
end end
TrainerHikerLeonard: TrainerHikerLeonard:
trainer EVENT_BEAT_HIKER_LEONARD, HIKER, LEONARD, HikerLeonardSeenText, HikerLeonardBeatenText, 0, HikerLeonardScript trainer EVENT_BEAT_HIKER_LEONARD, HIKER, LEONARD, HikerLeonardSeenText, HikerLeonardBeatenText, 0, .Script
HikerLeonardScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext HikerLeonardAfterBattleText writetext HikerLeonardAfterBattleText

View File

@ -38,9 +38,9 @@ UnionCaveLapras:
end end
TrainerCooltrainermNick: TrainerCooltrainermNick:
trainer EVENT_BEAT_COOLTRAINERM_NICK, COOLTRAINERM, NICK, CooltrainermNickSeenText, CooltrainermNickBeatenText, 0, CooltrainermNickScript trainer EVENT_BEAT_COOLTRAINERM_NICK, COOLTRAINERM, NICK, CooltrainermNickSeenText, CooltrainermNickBeatenText, 0, .Script
CooltrainermNickScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainermNickAfterBattleText writetext CooltrainermNickAfterBattleText
@ -49,9 +49,9 @@ CooltrainermNickScript:
end end
TrainerCooltrainerfGwen: TrainerCooltrainerfGwen:
trainer EVENT_BEAT_COOLTRAINERF_GWEN, COOLTRAINERF, GWEN, CooltrainerfGwenSeenText, CooltrainerfGwenBeatenText, 0, CooltrainerfGwenScript trainer EVENT_BEAT_COOLTRAINERF_GWEN, COOLTRAINERF, GWEN, CooltrainerfGwenSeenText, CooltrainerfGwenBeatenText, 0, .Script
CooltrainerfGwenScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfGwenAfterBattleText writetext CooltrainerfGwenAfterBattleText
@ -60,9 +60,9 @@ CooltrainerfGwenScript:
end end
TrainerCooltrainerfEmma: TrainerCooltrainerfEmma:
trainer EVENT_BEAT_COOLTRAINERF_EMMA, COOLTRAINERF, EMMA, CooltrainerfEmmaSeenText, CooltrainerfEmmaBeatenText, 0, CooltrainerfEmmaScript trainer EVENT_BEAT_COOLTRAINERF_EMMA, COOLTRAINERF, EMMA, CooltrainerfEmmaSeenText, CooltrainerfEmmaBeatenText, 0, .Script
CooltrainerfEmmaScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext CooltrainerfEmmaAfterBattleText writetext CooltrainerfEmmaAfterBattleText

View File

@ -45,9 +45,9 @@ SurgeScript_0x1920a5:
end end
TrainerGentlemanGregory: TrainerGentlemanGregory:
trainer EVENT_BEAT_GENTLEMAN_GREGORY, GENTLEMAN, GREGORY, GentlemanGregorySeenText, GentlemanGregoryBeatenText, 0, GentlemanGregoryScript trainer EVENT_BEAT_GENTLEMAN_GREGORY, GENTLEMAN, GREGORY, GentlemanGregorySeenText, GentlemanGregoryBeatenText, 0, .Script
GentlemanGregoryScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GentlemanGregoryAfterBattleText writetext GentlemanGregoryAfterBattleText
@ -56,9 +56,9 @@ GentlemanGregoryScript:
end end
TrainerGuitaristVincent: TrainerGuitaristVincent:
trainer EVENT_BEAT_GUITARIST_VINCENT, GUITARIST, VINCENT, GuitaristVincentSeenText, GuitaristVincentBeatenText, 0, GuitaristVincentScript trainer EVENT_BEAT_GUITARIST_VINCENT, GUITARIST, VINCENT, GuitaristVincentSeenText, GuitaristVincentBeatenText, 0, .Script
GuitaristVincentScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext GuitaristVincentAfterBattleText writetext GuitaristVincentAfterBattleText
@ -67,9 +67,9 @@ GuitaristVincentScript:
end end
TrainerJugglerHorton: TrainerJugglerHorton:
trainer EVENT_BEAT_JUGGLER_HORTON, JUGGLER, HORTON, JugglerHortonSeenText, JugglerHortonBeatenText, 0, JugglerHortonScript trainer EVENT_BEAT_JUGGLER_HORTON, JUGGLER, HORTON, JugglerHortonSeenText, JugglerHortonBeatenText, 0, .Script
JugglerHortonScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext JugglerHortonAfterBattleText writetext JugglerHortonAfterBattleText

View File

@ -67,9 +67,9 @@ VioletGymTriggerRockets:
jumpstd radiotowerrockets jumpstd radiotowerrockets
TrainerBird_keeperRod: TrainerBird_keeperRod:
trainer EVENT_BEAT_BIRD_KEEPER_ROD, BIRD_KEEPER, ROD, Bird_keeperRodSeenText, Bird_keeperRodBeatenText, 0, Bird_keeperRodScript trainer EVENT_BEAT_BIRD_KEEPER_ROD, BIRD_KEEPER, ROD, Bird_keeperRodSeenText, Bird_keeperRodBeatenText, 0, .Script
Bird_keeperRodScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperRodAfterBattleText writetext Bird_keeperRodAfterBattleText
@ -78,9 +78,9 @@ Bird_keeperRodScript:
end end
TrainerBird_keeperAbe: TrainerBird_keeperAbe:
trainer EVENT_BEAT_BIRD_KEEPER_ABE, BIRD_KEEPER, ABE, Bird_keeperAbeSeenText, Bird_keeperAbeBeatenText, 0, Bird_keeperAbeScript trainer EVENT_BEAT_BIRD_KEEPER_ABE, BIRD_KEEPER, ABE, Bird_keeperAbeSeenText, Bird_keeperAbeBeatenText, 0, .Script
Bird_keeperAbeScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext Bird_keeperAbeAfterBattleText writetext Bird_keeperAbeAfterBattleText

View File

@ -111,9 +111,9 @@ WarehouseEntrance_MapScriptHeader:
return return
TrainerSupernerdEric: TrainerSupernerdEric:
trainer EVENT_BEAT_SUPER_NERD_ERIC, SUPER_NERD, ERIC, SupernerdEricSeenText, SupernerdEricBeatenText, 0, SupernerdEricScript trainer EVENT_BEAT_SUPER_NERD_ERIC, SUPER_NERD, ERIC, SupernerdEricSeenText, SupernerdEricBeatenText, 0, .Script
SupernerdEricScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdEricAfterBattleText writetext SupernerdEricAfterBattleText
@ -122,9 +122,9 @@ SupernerdEricScript:
end end
TrainerSupernerdTeru: TrainerSupernerdTeru:
trainer EVENT_BEAT_SUPER_NERD_TERU, SUPER_NERD, TERU, SupernerdTeruSeenText, SupernerdTeruBeatenText, 0, SupernerdTeruScript trainer EVENT_BEAT_SUPER_NERD_TERU, SUPER_NERD, TERU, SupernerdTeruSeenText, SupernerdTeruBeatenText, 0, .Script
SupernerdTeruScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext SupernerdTeruAfterBattleText writetext SupernerdTeruAfterBattleText
@ -133,9 +133,9 @@ SupernerdTeruScript:
end end
TrainerPokemaniacIssac: TrainerPokemaniacIssac:
trainer EVENT_BEAT_POKEMANIAC_ISSAC, POKEMANIAC, ISSAC, PokemaniacIssacSeenText, PokemaniacIssacBeatenText, 0, PokemaniacIssacScript trainer EVENT_BEAT_POKEMANIAC_ISSAC, POKEMANIAC, ISSAC, PokemaniacIssacSeenText, PokemaniacIssacBeatenText, 0, .Script
PokemaniacIssacScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacIssacAfterBattleText writetext PokemaniacIssacAfterBattleText
@ -144,9 +144,9 @@ PokemaniacIssacScript:
end end
TrainerPokemaniacDonald: TrainerPokemaniacDonald:
trainer EVENT_BEAT_POKEMANIAC_DONALD, POKEMANIAC, DONALD, PokemaniacDonaldSeenText, PokemaniacDonaldBeatenText, 0, PokemaniacDonaldScript trainer EVENT_BEAT_POKEMANIAC_DONALD, POKEMANIAC, DONALD, PokemaniacDonaldSeenText, PokemaniacDonaldBeatenText, 0, .Script
PokemaniacDonaldScript: .Script:
end_if_just_battled end_if_just_battled
opentext opentext
writetext PokemaniacDonaldAfterBattleText writetext PokemaniacDonaldAfterBattleText

View File

@ -69,9 +69,9 @@ UnknownScript_0x985a3:
end end
TrainerSageGaku: TrainerSageGaku:
trainer EVENT_BEAT_SAGE_GAKU, SAGE, GAKU, SageGakuSeenText, SageGakuBeatenText, 0, SageGakuScript trainer EVENT_BEAT_SAGE_GAKU, SAGE, GAKU, SageGakuSeenText, SageGakuBeatenText, 0, .Script
SageGakuScript: .Script:
opentext opentext
writetext UnknownText_0x98938 writetext UnknownText_0x98938
waitbutton waitbutton
@ -79,9 +79,9 @@ SageGakuScript:
end end
TrainerSageMasa: TrainerSageMasa:
trainer EVENT_BEAT_SAGE_MASA, SAGE, MASA, SageMasaSeenText, SageMasaBeatenText, 0, SageMasaScript trainer EVENT_BEAT_SAGE_MASA, SAGE, MASA, SageMasaSeenText, SageMasaBeatenText, 0, .Script
SageMasaScript: .Script:
opentext opentext
writetext UnknownText_0x98a35 writetext UnknownText_0x98a35
waitbutton waitbutton
@ -89,9 +89,9 @@ SageMasaScript:
end end
TrainerSageKoji: TrainerSageKoji:
trainer EVENT_BEAT_SAGE_KOJI, SAGE, KOJI, SageKojiSeenText, SageKojiBeatenText, 0, SageKojiScript trainer EVENT_BEAT_SAGE_KOJI, SAGE, KOJI, SageKojiSeenText, SageKojiBeatenText, 0, .Script
SageKojiScript: .Script:
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
iftrue UnknownScript_0x9861b iftrue UnknownScript_0x9861b
pause 10 pause 10