summaryrefslogtreecommitdiff
path: root/data/maps/Route123/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-20 15:18:31 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-07-20 15:18:31 -0400
commit06351bf63c791c3390edb9968effcfbadbd63fbe (patch)
tree20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/Route123/scripts.inc
parentbea170e8e9555fb6941a952e939277b5bdd3459b (diff)
Remove address comments
Diffstat (limited to 'data/maps/Route123/scripts.inc')
-rw-r--r--data/maps/Route123/scripts.inc72
1 files changed, 36 insertions, 36 deletions
diff --git a/data/maps/Route123/scripts.inc b/data/maps/Route123/scripts.inc
index 0c57d209c..6ce0de654 100644
--- a/data/maps/Route123/scripts.inc
+++ b/data/maps/Route123/scripts.inc
@@ -1,12 +1,12 @@
-Route123_MapScripts:: @ 81F6147
+Route123_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, Route123_OnTransition
.byte 0
-Route123_OnTransition: @ 81F614D
+Route123_OnTransition:
special SetRoute123Weather
end
-Route123_EventScript_GigaDrainGirl:: @ 81F6151
+Route123_EventScript_GigaDrainGirl::
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM19, Route123_EventScript_ReceivedGigaDrain
@@ -23,43 +23,43 @@ Route123_EventScript_GigaDrainGirl:: @ 81F6151
release
end
-Route123_EventScript_NoGrassMons:: @ 81F619E
+Route123_EventScript_NoGrassMons::
release
end
-Route123_EventScript_ReceivedGigaDrain:: @ 81F61A0
+Route123_EventScript_ReceivedGigaDrain::
msgbox Route123_Text_CheckTreesWithMyGrassMon, MSGBOX_DEFAULT
release
end
-Route123_EventScript_RouteSign:: @ 81F61AA
+Route123_EventScript_RouteSign::
msgbox Route123_Text_RouteSign, MSGBOX_SIGN
end
-Route123_EventScript_RouteSignMtPyre:: @ 81F61B3
+Route123_EventScript_RouteSignMtPyre::
msgbox Route123_Text_RouteSignMtPyre, MSGBOX_SIGN
end
-Route123_EventScript_BerryMastersHouseSign:: @ 81F61BC
+Route123_EventScript_BerryMastersHouseSign::
msgbox Route123_Text_BerryMastersHouse, MSGBOX_SIGN
end
-Route123_EventScript_Wendy:: @ 81F61C5
+Route123_EventScript_Wendy::
trainerbattle_single TRAINER_WENDY, Route123_Text_WendyIntro, Route123_Text_WendyDefeat
msgbox Route123_Text_WendyPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Braxton:: @ 81F61DC
+Route123_EventScript_Braxton::
trainerbattle_single TRAINER_BRAXTON, Route123_Text_BraxtonIntro, Route123_Text_BraxtonDefeat
msgbox Route123_Text_BraxtonPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Violet:: @ 81F61F3
+Route123_EventScript_Violet::
trainerbattle_single TRAINER_VIOLET, Route123_Text_VioletIntro, Route123_Text_VioletDefeat
msgbox Route123_Text_VioletPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Cameron:: @ 81F620A
+Route123_EventScript_Cameron::
trainerbattle_single TRAINER_CAMERON_1, Route123_Text_CameronIntro, Route123_Text_CameronDefeat, Route123_EventScript_RegisterCameron
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -68,7 +68,7 @@ Route123_EventScript_Cameron:: @ 81F620A
release
end
-Route123_EventScript_RegisterCameron:: @ 81F6236
+Route123_EventScript_RegisterCameron::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route123_Text_CameronRegister, MSGBOX_DEFAULT
@@ -76,12 +76,12 @@ Route123_EventScript_RegisterCameron:: @ 81F6236
release
end
-Route123_EventScript_RematchCameron:: @ 81F6255
+Route123_EventScript_RematchCameron::
trainerbattle_rematch TRAINER_CAMERON_1, Route123_Text_CameronRematchIntro, Route123_Text_CameronRematchDefeat
msgbox Route123_Text_CameronPostRematch, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Jacki:: @ 81F626C
+Route123_EventScript_Jacki::
trainerbattle_single TRAINER_JACKI_1, Route123_Text_JackiIntro, Route123_Text_JackiDefeat, Route123_EventScript_RegisterJacki
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -90,7 +90,7 @@ Route123_EventScript_Jacki:: @ 81F626C
release
end
-Route123_EventScript_RegisterJacki:: @ 81F6298
+Route123_EventScript_RegisterJacki::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route123_Text_JackiRegister, MSGBOX_DEFAULT
@@ -98,62 +98,62 @@ Route123_EventScript_RegisterJacki:: @ 81F6298
release
end
-Route123_EventScript_RematchJacki:: @ 81F62B7
+Route123_EventScript_RematchJacki::
trainerbattle_rematch TRAINER_JACKI_1, Route123_Text_JackiRematchIntro, Route123_Text_JackiRematchDefeat
msgbox Route123_Text_JackiPostRematch, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Miu:: @ 81F62CE
+Route123_EventScript_Miu::
trainerbattle_double TRAINER_MIU_AND_YUKI, Route123_Text_MiuIntro, Route123_Text_MiuDefeat, Route123_Text_MiuNotEnoughMons
msgbox Route123_Text_MiuPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Yuki:: @ 81F62E9
+Route123_EventScript_Yuki::
trainerbattle_double TRAINER_MIU_AND_YUKI, Route123_Text_YukiIntro, Route123_Text_YukiDefeat, Route123_Text_YukiNotEnoughMons
msgbox Route123_Text_YukiPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Kindra:: @ 81F6304
+Route123_EventScript_Kindra::
trainerbattle_single TRAINER_KINDRA, Route123_Text_KindraIntro, Route123_Text_KindraDefeat
msgbox Route123_Text_KindraPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Frederick:: @ 81F631B
+Route123_EventScript_Frederick::
trainerbattle_single TRAINER_FREDRICK, Route123_Text_FrederickIntro, Route123_Text_FrederickDefeat
msgbox Route123_Text_FrederickPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Alberto:: @ 81F6332
+Route123_EventScript_Alberto::
trainerbattle_single TRAINER_ALBERTO, Route123_Text_AlbertoIntro, Route123_Text_AlbertoDefeat
msgbox Route123_Text_AlbertoPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Ed:: @ 81F6349
+Route123_EventScript_Ed::
trainerbattle_single TRAINER_ED, Route123_Text_EdIntro, Route123_Text_EdDefeat
msgbox Route123_Text_EdPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Kayley:: @ 81F6360
+Route123_EventScript_Kayley::
trainerbattle_single TRAINER_KAYLEY, Route123_Text_KayleyIntro, Route123_Text_KayleyDefeat
msgbox Route123_Text_KayleyPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Jonas:: @ 81F6377
+Route123_EventScript_Jonas::
trainerbattle_single TRAINER_JONAS, Route123_Text_JonasIntro, Route123_Text_JonasDefeat
msgbox Route123_Text_JonasPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Jazmyn:: @ 81F638E
+Route123_EventScript_Jazmyn::
trainerbattle_single TRAINER_JAZMYN, Route123_Text_JazmynIntro, Route123_Text_JazmynDefeat
msgbox Route123_Text_JazmynPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Davis:: @ 81F63A5
+Route123_EventScript_Davis::
trainerbattle_single TRAINER_DAVIS, Route123_Text_DavisIntro, Route123_Text_DavisDefeat
msgbox Route123_Text_DavisPostBattle, MSGBOX_AUTOCLOSE
end
-Route123_EventScript_Fernando:: @ 81F63BC
+Route123_EventScript_Fernando::
trainerbattle_single TRAINER_FERNANDO_1, Route123_Text_FernandoIntro, Route123_Text_FernandoDefeat, Route123_EventScript_RegisterFernando
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -162,7 +162,7 @@ Route123_EventScript_Fernando:: @ 81F63BC
release
end
-Route123_EventScript_RegisterFernando:: @ 81F63E8
+Route123_EventScript_RegisterFernando::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route123_Text_FernandoRegister, MSGBOX_DEFAULT
@@ -170,34 +170,34 @@ Route123_EventScript_RegisterFernando:: @ 81F63E8
release
end
-Route123_EventScript_RematchFernando:: @ 81F6407
+Route123_EventScript_RematchFernando::
trainerbattle_rematch TRAINER_FERNANDO_1, Route123_Text_FernandoRematchIntro, Route123_Text_FernandoRematchDefeat
msgbox Route123_Text_FernandoPostRematch, MSGBOX_AUTOCLOSE
end
-Route123_Text_LoveGrassMonsHaveAny: @ 81F641E
+Route123_Text_LoveGrassMonsHaveAny:
.string "I love GRASS-type POKéMON!\p"
.string "Do you have any GRASS-type POKéMON?$"
-Route123_Text_YouLikeGrassMonsTooHaveThis: @ 81F645D
+Route123_Text_YouLikeGrassMonsTooHaveThis:
.string "Oh?\p"
.string "You like GRASS-type POKéMON, too,\n"
.string "don't you?\p"
.string "I'm so happy, you can have this!\n"
.string "It's a token of our friendship.$"
-Route123_Text_CheckTreesWithMyGrassMon: @ 81F64CF
+Route123_Text_CheckTreesWithMyGrassMon:
.string "I check trees with my GRASS-type\n"
.string "POKéMON. I'm like a tree doctor.$"
-Route123_Text_RouteSign: @ 81F6511
+Route123_Text_RouteSign:
.string "{RIGHT_ARROW} ROUTE 123\n"
.string "{LEFT_ARROW} ROUTE 118$"
-Route123_Text_RouteSignMtPyre: @ 81F6529
+Route123_Text_RouteSignMtPyre:
.string "{UP_ARROW} MT. PYRE\n"
.string "“Forbidden to the faint of heart.”$"
-Route123_Text_BerryMastersHouse: @ 81F6557
+Route123_Text_BerryMastersHouse:
.string "BERRY MASTER'S HOUSE$"