Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions

View File

@@ -2,37 +2,37 @@
@ These are labeled in DewfordTown/scripts.inc
.set LOCALID_RIVAL, 34
Route104_MapScripts:: @ 81ECC32
Route104_MapScripts::
map_script MAP_SCRIPT_ON_FRAME_TABLE, Route104_OnFrame
map_script MAP_SCRIPT_ON_TRANSITION, Route104_OnTransition
.byte 0
Route104_OnFrame: @ 81ECC3D
Route104_OnFrame:
map_script_2 VAR_BOARD_BRINEY_BOAT_STATE, 1, Route104_EventScript_StartSailToDewford
.2byte 0
Route104_EventScript_StartSailToDewford:: @ 81ECC47
Route104_EventScript_StartSailToDewford::
lockall
goto Route104_EventScript_SailToDewford
end
Route104_OnTransition: @ 81ECC4E
Route104_OnTransition:
call Common_EventScript_SetupRivalGfxId
call Route104_EventScript_TrySetRivalPos
call Route104_EventScript_ShowOrHideWhiteHerbFlorist
end
Route104_EventScript_ShowOrHideWhiteHerbFlorist:: @ 81ECC5E
Route104_EventScript_ShowOrHideWhiteHerbFlorist::
goto_if_unset FLAG_MET_PRETTY_PETAL_SHOP_OWNER, Route104_EventScript_HideWhiteHerbFlorist
goto_if_unset FLAG_BADGE03_GET, Route104_EventScript_HideWhiteHerbFlorist
clearflag FLAG_HIDE_ROUTE_104_WHITE_HERB_FLORIST
return
Route104_EventScript_HideWhiteHerbFlorist:: @ 81ECC74
Route104_EventScript_HideWhiteHerbFlorist::
setflag FLAG_HIDE_ROUTE_104_WHITE_HERB_FLORIST
return
Route104_EventScript_TrySetRivalPos:: @ 81ECC78
Route104_EventScript_TrySetRivalPos::
compare VAR_BOARD_BRINEY_BOAT_STATE, 1
goto_if_ge Route104_EventScript_DontSetRivalPos
goto_if_set FLAG_MET_RIVAL_RUSTBORO, Route104_EventScript_DontSetRivalPos
@@ -40,17 +40,17 @@ Route104_EventScript_TrySetRivalPos:: @ 81ECC78
setobjectxyperm LOCALID_RIVAL, 17, 52
return
Route104_EventScript_DontSetRivalPos:: @ 81ECC9D
Route104_EventScript_DontSetRivalPos::
return
Route104_EventScript_Rival:: @ 81ECC9E
Route104_EventScript_Rival::
lockall
setvar VAR_0x8008, 1
applymovement LOCALID_RIVAL, Common_Movement_FacePlayer
waitmovement 0
goto Route104_EventScript_RivalEncounter
Route104_EventScript_RivalTrigger:: @ 81ECCB3
Route104_EventScript_RivalTrigger::
lockall
setflag FLAG_HIDE_RUSTBORO_CITY_RIVAL
setvar VAR_RUSTBORO_CITY_STATE, 8
@@ -75,7 +75,7 @@ Route104_EventScript_RivalTrigger:: @ 81ECCB3
goto Route104_EventScript_RivalEncounter
@ Unused, shares script with Rustboro encounter instead
Route104_EventScript_PlayRivalMusic:: @ 81ECD11
Route104_EventScript_PlayRivalMusic::
checkplayergender
compare VAR_RESULT, MALE
goto_if_eq Route104_EventScript_PlayMayMusic
@@ -83,15 +83,15 @@ Route104_EventScript_PlayRivalMusic:: @ 81ECD11
goto_if_eq Route104_EventScript_PlayBrendanMusic
return
Route104_EventScript_PlayMayMusic:: @ 81ECD29
Route104_EventScript_PlayMayMusic::
playbgm MUS_ENCOUNTER_MAY, TRUE
return
Route104_EventScript_PlayBrendanMusic:: @ 81ECD2E
Route104_EventScript_PlayBrendanMusic::
playbgm MUS_ENCOUNTER_BRENDAN, TRUE
return
Route104_EventScript_RivalEncounter:: @ 81ECD33
Route104_EventScript_RivalEncounter::
checkplayergender
compare VAR_RESULT, MALE
goto_if_eq Route104_EventScript_MayEncounter
@@ -99,7 +99,7 @@ Route104_EventScript_RivalEncounter:: @ 81ECD33
goto_if_eq Route104_EventScript_BrendanEncounter
end
Route104_EventScript_MayEncounter:: @ 81ECD4B
Route104_EventScript_MayEncounter::
goto_if_set FLAG_DEFEATED_RIVAL_ROUTE_104, Route104_EventScript_MayDefeated
goto_if_set FLAG_REGISTER_RIVAL_POKENAV, Route104_EventScript_MayAskToBattle
setflag FLAG_REGISTER_RIVAL_POKENAV
@@ -128,21 +128,21 @@ Route104_EventScript_MayEncounter:: @ 81ECD4B
releaseall
end
Route104_Movement_RivalWalkSlowLeft: @ 81ECDC8
Route104_Movement_RivalWalkSlowLeft:
walk_slow_left
step_end
Route104_Movement_RivalApproachPlayer: @ 81ECDCA
Route104_Movement_RivalApproachPlayer:
walk_down
face_right
step_end
Route104_Movement_PlayerFaceRival: @ 81ECDCD
Route104_Movement_PlayerFaceRival:
delay_4
walk_in_place_fastest_left
step_end
Route104_EventScript_MayAskToBattle:: @ 81ECDD0
Route104_EventScript_MayAskToBattle::
msgbox Route104_Text_MayLetsBattle, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq Route104_EventScript_BattleMay
@@ -150,7 +150,7 @@ Route104_EventScript_MayAskToBattle:: @ 81ECDD0
releaseall
end
Route104_EventScript_BattleMay:: @ 81ECDED
Route104_EventScript_BattleMay::
msgbox Route104_Text_MayIntro, MSGBOX_DEFAULT
switch VAR_STARTER_MON
case 0, Route104_EventScript_BattleMayTreecko
@@ -158,37 +158,37 @@ Route104_EventScript_BattleMay:: @ 81ECDED
case 2, Route104_EventScript_BattleMayMudkip
end
Route104_EventScript_MayDefeated:: @ 81ECE1C
Route104_EventScript_MayDefeated::
msgbox Route104_Text_MayPostBattle, MSGBOX_DEFAULT
compare VAR_0x8008, 0
call_if_eq Route104_EventScript_RestoreMusic
releaseall
end
Route104_EventScript_RestoreMusic:: @ 81ECE31
Route104_EventScript_RestoreMusic::
savebgm MUS_DUMMY
fadedefaultbgm
return
Route104_EventScript_BattleMayTreecko:: @ 81ECE36
Route104_EventScript_BattleMayTreecko::
trainerbattle_no_intro TRAINER_MAY_RUSTBORO_TREECKO, Route104_Text_MayDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_MayDefeated
end
Route104_EventScript_BattleMayTorchic:: @ 81ECE49
Route104_EventScript_BattleMayTorchic::
trainerbattle_no_intro TRAINER_MAY_RUSTBORO_TORCHIC, Route104_Text_MayDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_MayDefeated
end
Route104_EventScript_BattleMayMudkip:: @ 81ECE5C
Route104_EventScript_BattleMayMudkip::
trainerbattle_no_intro TRAINER_MAY_RUSTBORO_MUDKIP, Route104_Text_MayDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_MayDefeated
end
Route104_EventScript_BrendanEncounter:: @ 81ECE6F
Route104_EventScript_BrendanEncounter::
goto_if_set FLAG_DEFEATED_RIVAL_ROUTE_104, Route104_EventScript_BrendanDefeated
goto_if_set FLAG_REGISTER_RIVAL_POKENAV, Route104_EventScript_BrendanAskToBattle
setflag FLAG_REGISTER_RIVAL_POKENAV
@@ -217,7 +217,7 @@ Route104_EventScript_BrendanEncounter:: @ 81ECE6F
releaseall
end
Route104_EventScript_BrendanAskToBattle:: @ 81ECEEC
Route104_EventScript_BrendanAskToBattle::
msgbox Route104_Text_BrendanLetsBattle, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq Route104_EventScript_BattleBrendan
@@ -225,7 +225,7 @@ Route104_EventScript_BrendanAskToBattle:: @ 81ECEEC
releaseall
end
Route104_EventScript_BattleBrendan:: @ 81ECF09
Route104_EventScript_BattleBrendan::
msgbox Route104_Text_BrendanIntro, MSGBOX_DEFAULT
switch VAR_STARTER_MON
case 0, Route104_EventScript_BattleBrendanTreecko
@@ -233,42 +233,42 @@ Route104_EventScript_BattleBrendan:: @ 81ECF09
case 2, Route104_EventScript_BattleBrendanMudkip
end
Route104_EventScript_BrendanDefeated:: @ 81ECF38
Route104_EventScript_BrendanDefeated::
msgbox Route104_Text_BrendanPostBattle, MSGBOX_DEFAULT
compare VAR_0x8008, 0
call_if_eq Route104_EventScript_RestoreMusic
releaseall
end
Route104_EventScript_BattleBrendanTreecko:: @ 81ECF4D
Route104_EventScript_BattleBrendanTreecko::
trainerbattle_no_intro TRAINER_BRENDAN_RUSTBORO_TREECKO, Route104_Text_BrendanDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_BrendanDefeated
end
Route104_EventScript_BattleBrendanTorchic:: @ 81ECF60
Route104_EventScript_BattleBrendanTorchic::
trainerbattle_no_intro TRAINER_BRENDAN_RUSTBORO_TORCHIC, Route104_Text_BrendanDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_BrendanDefeated
end
Route104_EventScript_BattleBrendanMudkip:: @ 81ECF73
Route104_EventScript_BattleBrendanMudkip::
trainerbattle_no_intro TRAINER_BRENDAN_RUSTBORO_MUDKIP, Route104_Text_BrendanDefeat
setflag FLAG_DEFEATED_RIVAL_ROUTE_104
goto Route104_EventScript_BrendanDefeated
end
Route104_Movement_PlayerBackUp: @ 81ECF86
Route104_Movement_PlayerBackUp:
lock_facing_direction
walk_down
unlock_facing_direction
step_end
Route104_Movement_RivalExitBrineysCottage: @ 81ECF8A
Route104_Movement_RivalExitBrineysCottage:
walk_down
step_end
Route104_EventScript_ExpertF:: @ 81ECF8C
Route104_EventScript_ExpertF::
lock
faceplayer
goto_if_set FLAG_RECEIVED_CHESTO_BERRY_ROUTE_104, Route104_EventScript_ReceivedBerry
@@ -281,12 +281,12 @@ Route104_EventScript_ExpertF:: @ 81ECF8C
release
end
Route104_EventScript_ReceivedBerry:: @ 81ECFC3
Route104_EventScript_ReceivedBerry::
msgbox Route104_Text_TrainersOftenMakeMonHoldBerries, MSGBOX_DEFAULT
release
end
Route104_EventScript_WhiteHerbFlorist:: @ 81ECFCD
Route104_EventScript_WhiteHerbFlorist::
lock
faceplayer
goto_if_set FLAG_RECEIVED_WHITE_HERB, Route104_EventScript_ReceivedWhiteHerb
@@ -298,48 +298,48 @@ Route104_EventScript_WhiteHerbFlorist:: @ 81ECFCD
release
end
Route104_EventScript_ReceivedWhiteHerb:: @ 81ECFFC
Route104_EventScript_ReceivedWhiteHerb::
msgbox Route104_Text_FlowerShopSellingSaplings, MSGBOX_DEFAULT
release
end
Route104_EventScript_Girl1:: @ 81ED006
Route104_EventScript_Girl1::
msgbox Route104_Text_BrineyLivesInSeasideCottage, MSGBOX_NPC
end
Route104_EventScript_BugCatcher:: @ 81ED00F
Route104_EventScript_BugCatcher::
msgbox Route104_Text_WhatsItLikeAtBottomOfSea, MSGBOX_SIGN
end
Route104_EventScript_BrineysCottageSign:: @ 81ED018
Route104_EventScript_BrineysCottageSign::
msgbox Route104_Text_MrBrineysCottage, MSGBOX_SIGN
end
Route104_EventScript_RouteSignPetalburg:: @ 81ED021
Route104_EventScript_RouteSignPetalburg::
msgbox Route104_Text_RouteSignPetalburg, MSGBOX_SIGN
end
Route104_EventScript_RouteSignRustboro:: @ 81ED02A
Route104_EventScript_RouteSignRustboro::
msgbox Route104_Text_RouteSignRustboro, MSGBOX_SIGN
end
Route104_EventScript_FlowerShopSign:: @ 81ED033
Route104_EventScript_FlowerShopSign::
msgbox Route104_Text_PrettyPetalFlowShop, MSGBOX_SIGN
end
Route104_EventScript_TrainerTipsDoubleBattles:: @ 81ED03C
Route104_EventScript_TrainerTipsDoubleBattles::
msgbox Route104_Text_TrainerTipsDoubleBattles, MSGBOX_SIGN
end
Route104_EventScript_Boy1:: @ 81ED045
Route104_EventScript_Boy1::
msgbox Route104_Text_ThrowBallAtWeakenedPokemon, MSGBOX_NPC
end
Route104_EventScript_Woman:: @ 81ED04E
Route104_EventScript_Woman::
msgbox Route104_Text_OnlyThrowBallAtWildPokemon, MSGBOX_NPC
end
Route104_EventScript_Boy2:: @ 81ED057
Route104_EventScript_Boy2::
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM09, Route104_EventScript_ReceivedBulletSeed
@@ -351,16 +351,16 @@ Route104_EventScript_Boy2:: @ 81ED057
release
end
Route104_EventScript_ReceivedBulletSeed:: @ 81ED086
Route104_EventScript_ReceivedBulletSeed::
msgbox Route104_Text_TMsAreOneTimeUse, MSGBOX_DEFAULT
release
end
Route104_EventScript_Girl2:: @ 81ED090
Route104_EventScript_Girl2::
msgbox Route104_Text_ImNotATrainer, MSGBOX_NPC
end
Route104_EventScript_SailToDewford:: @ 81ED099
Route104_EventScript_SailToDewford::
setobjectpriority LOCALID_BRINEY_R104, MAP_ROUTE104, 0
setobjectpriority OBJ_EVENT_ID_PLAYER, MAP_ROUTE104, 0
applymovement LOCALID_BRINEY_R104, Route104_Movement_BrineyBoardBoat
@@ -374,13 +374,13 @@ Route104_EventScript_SailToDewford:: @ 81ED099
goto_if_unset FLAG_ENABLE_NORMAN_MATCH_CALL, Route104_EventScript_SailToDewfordDadCalls
end
Route104_EventScript_SailToDewfordNoCall:: @ 81ED0D9
Route104_EventScript_SailToDewfordNoCall::
applymovement LOCALID_BOAT_R104, Route104_Movement_SailToDewford
applymovement OBJ_EVENT_ID_PLAYER, Route104_Movement_SailToDewford
waitmovement 0
goto Route104_EventScript_ArriveInDewford
Route104_EventScript_SailToDewfordDadCalls:: @ 81ED0EF
Route104_EventScript_SailToDewfordDadCalls::
applymovement LOCALID_BOAT_R104, Route104_Movement_SailToDewfordBeforeDadCalls
applymovement OBJ_EVENT_ID_PLAYER, Route104_Movement_SailToDewfordBeforeDadCalls
waitmovement 0
@@ -399,7 +399,7 @@ Route104_EventScript_SailToDewfordDadCalls:: @ 81ED0EF
waitmovement 0
goto Route104_EventScript_ArriveInDewford
Route104_EventScript_ArriveInDewford:: @ 81ED139
Route104_EventScript_ArriveInDewford::
delay 50
applymovement OBJ_EVENT_ID_PLAYER, Route104_Movement_PlayerExitBoat
waitmovement 0
@@ -427,17 +427,17 @@ Route104_EventScript_ArriveInDewford:: @ 81ED139
goto_if_set FLAG_DELIVERED_STEVEN_LETTER, Route104_EventScript_LandedInDewford
end
Route104_EventScript_DeliverLetterReminder:: @ 81ED1B4
Route104_EventScript_DeliverLetterReminder::
msgbox Route104_Text_LandedInDewfordDeliverLetter, MSGBOX_DEFAULT
releaseall
end
Route104_EventScript_LandedInDewford:: @ 81ED1BE
Route104_EventScript_LandedInDewford::
msgbox DewfordTown_Text_BrineyLandedInDewford, MSGBOX_DEFAULT
releaseall
end
Route104_Movement_SailToDewfordBeforeDadCalls: @ 81ED1C8
Route104_Movement_SailToDewfordBeforeDadCalls:
walk_down
walk_down
walk_down
@@ -537,7 +537,7 @@ Route104_Movement_SailToDewfordBeforeDadCalls: @ 81ED1C8
walk_fastest_down
step_end
Route104_Movement_SailToDewfordAfterDadCalls: @ 81ED22A
Route104_Movement_SailToDewfordAfterDadCalls:
walk_fastest_down
walk_fastest_down
walk_fastest_down
@@ -637,7 +637,7 @@ Route104_Movement_SailToDewfordAfterDadCalls: @ 81ED22A
walk_down
step_end
Route104_Movement_SailToDewford: @ 81ED28C
Route104_Movement_SailToDewford:
walk_down
walk_down
walk_down
@@ -834,43 +834,43 @@ Route104_Movement_SailToDewford: @ 81ED28C
walk_down
step_end
Route104_Movement_PlayerBoardBoat: @ 81ED34F
Route104_Movement_PlayerBoardBoat:
walk_left
walk_down
walk_down
step_end
Route104_Movement_PlayerExitBoat: @ 81ED353
Route104_Movement_PlayerExitBoat:
walk_down
step_end
Route104_Movement_PlayerMoveForBriney: @ 81ED355
Route104_Movement_PlayerMoveForBriney:
walk_down
walk_left
walk_in_place_fastest_right
step_end
Route104_Movement_BrineyBoardBoat: @ 81ED359
Route104_Movement_BrineyBoardBoat:
walk_down
walk_down
step_end
Route104_Movement_BrineyExitBoat: @ 81ED35C
Route104_Movement_BrineyExitBoat:
walk_down
walk_in_place_fastest_left
step_end
Route104_EventScript_Ivan:: @ 81ED35F
Route104_EventScript_Ivan::
trainerbattle_single TRAINER_IVAN, Route104_Text_IvanIntro, Route104_Text_IvanDefeat
msgbox Route104_Text_IvanPostBattle, MSGBOX_AUTOCLOSE
end
Route104_EventScript_Billy:: @ 81ED376
Route104_EventScript_Billy::
trainerbattle_single TRAINER_BILLY, Route104_Text_BillyIntro, Route104_Text_BillyDefeat
msgbox Route104_Text_BillyPostBattle, MSGBOX_AUTOCLOSE
end
Route104_EventScript_Haley:: @ 81ED38D
Route104_EventScript_Haley::
trainerbattle_single TRAINER_HALEY_1, Route104_Text_HaleyIntro, Route104_Text_HaleyDefeat, Route104_EventScript_TryRegisterHaleyAfterBattle
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -883,37 +883,37 @@ Route104_EventScript_Haley:: @ 81ED38D
release
end
Route104_EventScript_TryRegisterHaleyAfterBattle:: @ 81ED3CE
Route104_EventScript_TryRegisterHaleyAfterBattle::
special PlayerFaceTrainerAfterBattle
waitmovement 0
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterHaleyAfterBattle
release
end
Route104_EventScript_RegisterHaleyAfterBattle:: @ 81ED3DF
Route104_EventScript_RegisterHaleyAfterBattle::
msgbox Route104_Text_HaleyRegister2, MSGBOX_DEFAULT
register_matchcall TRAINER_HALEY_1
release
end
Route104_EventScript_TryRegisterHaley:: @ 81ED3F8
Route104_EventScript_TryRegisterHaley::
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterHaley
msgbox Route104_Text_HaleyPostBattle, MSGBOX_DEFAULT
release
end
Route104_EventScript_RegisterHaley:: @ 81ED40B
Route104_EventScript_RegisterHaley::
msgbox Route104_Text_HaleyRegister1, MSGBOX_DEFAULT
register_matchcall TRAINER_HALEY_1
release
end
Route104_EventScript_RematchHaley:: @ 81ED424
Route104_EventScript_RematchHaley::
trainerbattle_rematch TRAINER_HALEY_1, Route104_Text_HaleyRematchIntro, Route104_Text_HaleyRematchDefeat
msgbox Route104_Text_HaleyPostRematch, MSGBOX_AUTOCLOSE
end
Route104_EventScript_Winston:: @ 81ED43B
Route104_EventScript_Winston::
trainerbattle_single TRAINER_WINSTON_1, Route104_Text_WinstonIntro, Route104_Text_WinstonDefeat, Route104_EventScript_TryRegisterWinstonAfterBattle
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -926,37 +926,37 @@ Route104_EventScript_Winston:: @ 81ED43B
release
end
Route104_EventScript_TryRegisterWinstonAfterBattle:: @ 81ED47C
Route104_EventScript_TryRegisterWinstonAfterBattle::
special PlayerFaceTrainerAfterBattle
waitmovement 0
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterWinstonAfterBattle
release
end
Route104_EventScript_RegisterWinstonAfterBattle:: @ 81ED48D
Route104_EventScript_RegisterWinstonAfterBattle::
msgbox Route104_Text_WinstonRegister2, MSGBOX_DEFAULT
register_matchcall TRAINER_WINSTON_1
release
end
Route104_EventScript_TryRegisterWinston:: @ 81ED4A6
Route104_EventScript_TryRegisterWinston::
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterWinston
msgbox Route104_Text_WinstonPostBattle, MSGBOX_DEFAULT
release
end
Route104_EventScript_RegisterWinston:: @ 81ED4B9
Route104_EventScript_RegisterWinston::
msgbox Route104_Text_WinstonRegister1, MSGBOX_DEFAULT
register_matchcall TRAINER_WINSTON_1
release
end
Route104_EventScript_RematchWinston:: @ 81ED4D2
Route104_EventScript_RematchWinston::
trainerbattle_rematch TRAINER_WINSTON_1, Route104_Text_WinstonRematchIntro, Route104_Text_WinstonRematchDefeat
msgbox Route104_Text_WinstonPostRematch, MSGBOX_AUTOCLOSE
end
Route104_EventScript_Cindy:: @ 81ED4E9
Route104_EventScript_Cindy::
trainerbattle_single TRAINER_CINDY_1, Route104_Text_CindyIntro, Route104_Text_CindyDefeat, Route104_EventScript_TryRegisterCindyAfterBattle
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -969,100 +969,100 @@ Route104_EventScript_Cindy:: @ 81ED4E9
release
end
Route104_EventScript_TryRegisterCindyAfterBattle:: @ 81ED52A
Route104_EventScript_TryRegisterCindyAfterBattle::
special PlayerFaceTrainerAfterBattle
waitmovement 0
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterCindyAfterBattle
release
end
Route104_EventScript_RegisterCindyAfterBattle:: @ 81ED53B
Route104_EventScript_RegisterCindyAfterBattle::
msgbox Route104_Text_CindyRegister2, MSGBOX_DEFAULT
register_matchcall TRAINER_CINDY_1
release
end
Route104_EventScript_TryRegisterCindy:: @ 81ED554
Route104_EventScript_TryRegisterCindy::
goto_if_set FLAG_HAS_MATCH_CALL, Route104_EventScript_RegisterCindy
msgbox Route104_Text_CindyPostBattle, MSGBOX_DEFAULT
release
end
Route104_EventScript_RegisterCindy:: @ 81ED567
Route104_EventScript_RegisterCindy::
msgbox Route104_Text_CindyRegister1, MSGBOX_DEFAULT
register_matchcall TRAINER_CINDY_1
release
end
Route104_EventScript_RematchCindy:: @ 81ED580
Route104_EventScript_RematchCindy::
trainerbattle_rematch TRAINER_CINDY_1, Route104_Text_CindyRematchIntro, Route104_Text_CindyRematchDefeat
msgbox Route104_Text_CindyPostRematch, MSGBOX_AUTOCLOSE
end
Route104_EventScript_Gina:: @ 81ED597
Route104_EventScript_Gina::
trainerbattle_double TRAINER_GINA_AND_MIA_1, Route104_Text_GinaIntro, Route104_Text_GinaDefeat, Route104_Text_GinaNotEnoughMons
special GetPlayerBigGuyGirlString
msgbox Route104_Text_GinaPostBattle, MSGBOX_DEFAULT
release
end
Route104_EventScript_Mia:: @ 81ED5B6
Route104_EventScript_Mia::
trainerbattle_double TRAINER_GINA_AND_MIA_1, Route104_Text_MiaIntro, Route104_Text_MiaDefeat, Route104_Text_MiaNotEnoughMons
special GetPlayerBigGuyGirlString
msgbox Route104_Text_MiaPostBattle, MSGBOX_DEFAULT
release
end
Route104_EventScript_Darian:: @ 81ED5D5
Route104_EventScript_Darian::
trainerbattle_single TRAINER_DARIAN, Route104_Text_DarianIntro, Route104_Text_DarianDefeat
msgbox Route104_Text_DarianPostBattle, MSGBOX_AUTOCLOSE
end
Route104_Text_BrineyLivesInSeasideCottage: @ 81ED5EC
Route104_Text_BrineyLivesInSeasideCottage:
.string "That seaside cottage is where\n"
.string "MR. BRINEY lives.\p"
.string "He was once a mighty sailor who never\n"
.string "feared the sea, however stormy.$"
Route104_Text_WhatsItLikeAtBottomOfSea: @ 81ED662
Route104_Text_WhatsItLikeAtBottomOfSea:
.string "The sea, huh?\p"
.string "I wonder what it's like at the bottom\n"
.string "of the sea?$"
Route104_Text_ThrowBallAtWeakenedPokemon: @ 81ED6A2
Route104_Text_ThrowBallAtWeakenedPokemon:
.string "If you're going to throw a POKé BALL,\n"
.string "weaken the wild POKéMON first.\p"
.string "It will be easier to catch if it's been\n"
.string "poisoned, burned, or lulled to sleep.$"
Route104_Text_OnlyThrowBallAtWildPokemon: @ 81ED735
Route104_Text_OnlyThrowBallAtWildPokemon:
.string "You're a thief if you try to steal\n"
.string "someone else's POKéMON.\p"
.string "You should throw POKé BALLS only at\n"
.string "wild POKéMON.$"
Route104_Text_ImNotATrainer: @ 81ED7A2
Route104_Text_ImNotATrainer:
.string "Oh, no, I'm not a TRAINER.\p"
.string "But that's right, if TRAINERS lock eyes,\n"
.string "it's a challenge to battle.\p"
.string "If you don't want to battle, stay out\n"
.string "of their sight.$"
Route104_Text_LikeFillingMouthWithSeedsTakeThis: @ 81ED838
Route104_Text_LikeFillingMouthWithSeedsTakeThis:
.string "I like filling my mouth with seeds,\n"
.string "then spitting them out fast!\p"
.string "You can have this, so you try it out!\p"
.string "Use it on a POKéMON, and it will learn\n"
.string "a move for firing seeds rapidly.$"
Route104_Text_TMsAreOneTimeUse: @ 81ED8E7
Route104_Text_TMsAreOneTimeUse:
.string "A word of advice!\p"
.string "A TM, TECHNICAL MACHINE, is good only\n"
.string "for one-time use.\p"
.string "Once you use it, it's gone.\n"
.string "Think twice before using it!$"
Route104_Text_DontNeedThisTakeIt: @ 81ED96A
Route104_Text_DontNeedThisTakeIt:
.string "This FLOWER SHOP started selling\n"
.string "saplings recently.\p"
.string "It made me so happy, I went overboard\n"
@@ -1070,27 +1070,27 @@ Route104_Text_DontNeedThisTakeIt: @ 81ED96A
.string "I don't need this WHITE HERB anymore.\n"
.string "Would you take it, please?$"
Route104_Text_FlowerShopSellingSaplings: @ 81EDA0F
Route104_Text_FlowerShopSellingSaplings:
.string "This FLOWER SHOP started selling\n"
.string "saplings recently.\p"
.string "It made me so happy, I went overboard\n"
.string "shopping. Where should I put them?$"
Route104_Text_MrBrineysCottage: @ 81EDA8C
Route104_Text_MrBrineysCottage:
.string "MR. BRINEY'S COTTAGE$"
Route104_Text_RouteSignPetalburg: @ 81EDAA1
Route104_Text_RouteSignPetalburg:
.string "ROUTE 1O4\n"
.string "{RIGHT_ARROW} PETALBURG CITY$"
Route104_Text_RouteSignRustboro: @ 81EDABC
Route104_Text_RouteSignRustboro:
.string "ROUTE 1O4\n"
.string "{UP_ARROW} RUSTBORO CITY$"
Route104_Text_PrettyPetalFlowShop: @ 81EDAD6
Route104_Text_PrettyPetalFlowShop:
.string "PRETTY PETAL FLOWER SHOP$"
Route104_Text_TrainerTipsDoubleBattles: @ 81EDAEF
Route104_Text_TrainerTipsDoubleBattles:
.string "TRAINER TIPS\p"
.string "In the HOENN region there are pairs\n"
.string "of TRAINERS who challenge others\l"
@@ -1101,45 +1101,45 @@ Route104_Text_TrainerTipsDoubleBattles: @ 81EDAEF
.string "left of the list and the top one.\l"
.string "Watch how POKéMON are lined up.$"
Route104_Text_MayWeShouldRegister: @ 81EDBFF
Route104_Text_MayWeShouldRegister:
.string "MAY: Oh, hi, {PLAYER}{KUN}!\p"
.string "DEVON upgraded your POKéNAV with\n"
.string "the MATCH CALL system, huh?\p"
.string "We should register each other so we\n"
.string "can get in contact anytime.$"
Route104_Text_RegisteredMay: @ 81EDC8F
Route104_Text_RegisteredMay:
.string "{PLAYER} registered MAY\n"
.string "in the POKéNAV.$"
Route104_Text_MayHowsYourPokedex: @ 81EDCB1
Route104_Text_MayHowsYourPokedex:
.string "MAY: Oh, by the way, {PLAYER}{KUN},\n"
.string "how's your POKéDEX coming along?$"
Route104_Text_MayMinesDecentLetsBattle: @ 81EDCED
Route104_Text_MayMinesDecentLetsBattle:
.string "Mine's looking pretty decent.\n"
.string "So…\l"
.string "How about a little battle?$"
Route104_Text_MayHaventRaisedPokemon: @ 81EDD2A
Route104_Text_MayHaventRaisedPokemon:
.string "MAY: Oh, what's the matter?\p"
.string "Haven't you caught or raised your\n"
.string "POKéMON very much?\p"
.string "That's not very good for a TRAINER!$"
Route104_Text_MayLetsBattle: @ 81EDD9F
Route104_Text_MayLetsBattle:
.string "MAY: So, what do you think?\n"
.string "How about a little battle here?$"
Route104_Text_MayIntro: @ 81EDDDB
Route104_Text_MayIntro:
.string "MAY: You just became a TRAINER,\n"
.string "{PLAYER}{KUN}. I'm not going to lose!$"
Route104_Text_MayDefeat: @ 81EDE18
Route104_Text_MayDefeat:
.string "Yikes!\n"
.string "You're better than I expected!$"
Route104_Text_MayPostBattle: @ 81EDE3E
Route104_Text_MayPostBattle:
.string "MAY: I can tell you've gotten pretty\n"
.string "good with the way you handle POKéMON.\p"
.string "But instead of only making them\n"
@@ -1147,43 +1147,43 @@ Route104_Text_MayPostBattle: @ 81EDE3E
.string "It's important to become friends with\n"
.string "POKéMON, too.$"
Route104_Text_BrendanWeShouldRegister: @ 81EDF04
Route104_Text_BrendanWeShouldRegister:
.string "BRENDAN: Oh, hey, {PLAYER}!\p"
.string "Cool, you had DEVON install the MATCH\n"
.string "CALL system on your POKéNAV!\p"
.string "Let's register each other in our\n"
.string "POKéNAVS so we can keep in touch.$"
Route104_Text_RegisteredBrendan: @ 81EDFA0
Route104_Text_RegisteredBrendan:
.string "{PLAYER} registered BRENDAN\n"
.string "in the POKéNAV.$"
Route104_Text_BrendanHowsYourPokedex: @ 81EDFC6
Route104_Text_BrendanHowsYourPokedex:
.string "BRENDAN: {PLAYER}, how's your POKéDEX?\n"
.string "Have you filled in any pages yet?$"
Route104_Text_BrendanDoingGreatLetsBattle: @ 81EE009
Route104_Text_BrendanDoingGreatLetsBattle:
.string "Me, I'm doing great!\p"
.string "Want to check out how good I am with\n"
.string "a battle?$"
Route104_Text_BrendanNoConfidence: @ 81EE04D
Route104_Text_BrendanNoConfidence:
.string "BRENDAN: What's the matter? Don't have\n"
.string "any confidence in your POKéMON?$"
Route104_Text_BrendanLetsBattle: @ 81EE094
Route104_Text_BrendanLetsBattle:
.string "BRENDAN: What's up?\n"
.string "Want to have a battle with me?$"
Route104_Text_BrendanIntro: @ 81EE0C7
Route104_Text_BrendanIntro:
.string "BRENDAN: I know you just became\n"
.string "a TRAINER, but I won't go easy!$"
Route104_Text_BrendanDefeat: @ 81EE107
Route104_Text_BrendanDefeat:
.string "Hmm…\n"
.string "You're pretty good.$"
Route104_Text_BrendanPostBattle: @ 81EE120
Route104_Text_BrendanPostBattle:
.string "BRENDAN: You've gotten pretty decent\n"
.string "at handling POKéMON.\p"
.string "But, you know, you shouldn't just be\n"