summaryrefslogtreecommitdiff
path: root/data/maps/Route114/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/Route114/scripts.inc
parentbea170e8e9555fb6941a952e939277b5bdd3459b (diff)
Remove address comments
Diffstat (limited to 'data/maps/Route114/scripts.inc')
-rw-r--r--data/maps/Route114/scripts.inc70
1 files changed, 35 insertions, 35 deletions
diff --git a/data/maps/Route114/scripts.inc b/data/maps/Route114/scripts.inc
index dda7f270d..3eb92d0f1 100644
--- a/data/maps/Route114/scripts.inc
+++ b/data/maps/Route114/scripts.inc
@@ -1,10 +1,10 @@
-Route114_MapScripts:: @ 81F252F
+Route114_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, Route114_OnTransition
map_script MAP_SCRIPT_ON_LOAD, Route114_OnLoad
map_script MAP_SCRIPT_ON_FRAME_TABLE, Route114_OnFrame
.byte 0
-Route114_OnTransition: @ 81F253F
+Route114_OnTransition:
compare VAR_SHOULD_END_ABNORMAL_WEATHER, 1
call_if_eq AbnormalWeather_EventScript_HideMapNamePopup
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_114_NORTH
@@ -13,18 +13,18 @@ Route114_OnTransition: @ 81F253F
call_if_eq AbnormalWeather_StartGroudonWeather
end
-Route114_OnLoad: @ 81F2561
+Route114_OnLoad:
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_114_NORTH
call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute114North
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_114_SOUTH
call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute114South
end
-Route114_OnFrame: @ 81F2578
+Route114_OnFrame:
map_script_2 VAR_SHOULD_END_ABNORMAL_WEATHER, 1, AbnormalWeather_EventScript_EndEventAndCleanup_1
.2byte 0
-Route114_EventScript_Man:: @ 81F2582
+Route114_EventScript_Man::
lock
faceplayer
dotimebasedevents
@@ -41,12 +41,12 @@ Route114_EventScript_Man:: @ 81F2582
release
end
-Route114_EventScript_ReceivedBerry:: @ 81F25C7
+Route114_EventScript_ReceivedBerry::
msgbox Route114_Text_FunToThinkAboutBerries, MSGBOX_DEFAULT
release
end
-Route114_EventScript_RoarGentleman:: @ 81F25D1
+Route114_EventScript_RoarGentleman::
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM05, Route114_EventScript_ReceivedRoar
@@ -59,12 +59,12 @@ Route114_EventScript_RoarGentleman:: @ 81F25D1
release
end
-Route114_EventScript_ReceivedRoar:: @ 81F2608
+Route114_EventScript_ReceivedRoar::
msgbox Route114_Text_ExplainRoar, MSGBOX_DEFAULT
release
end
-Route114_EventScript_Poochyena:: @ 81F2612
+Route114_EventScript_Poochyena::
lock
faceplayer
waitse
@@ -74,39 +74,39 @@ Route114_EventScript_Poochyena:: @ 81F2612
release
end
-Route114_EventScript_MeteorFallsSign:: @ 81F2625
+Route114_EventScript_MeteorFallsSign::
msgbox Route114_Text_MeteorFallsSign, MSGBOX_SIGN
end
-Route114_EventScript_FossilManiacsHouseSign:: @ 81F262E
+Route114_EventScript_FossilManiacsHouseSign::
msgbox Route114_Text_FossilManiacsHouseSign, MSGBOX_SIGN
end
-Route114_EventScript_LanettesHouseSign:: @ 81F2637
+Route114_EventScript_LanettesHouseSign::
msgbox Route114_Text_LanettesHouse, MSGBOX_SIGN
end
-Route114_EventScript_Lenny:: @ 81F2640
+Route114_EventScript_Lenny::
trainerbattle_single TRAINER_LENNY, Route114_Text_LennyIntro, Route114_Text_LennyDefeat
msgbox Route114_Text_LennyPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Lucas:: @ 81F2657
+Route114_EventScript_Lucas::
trainerbattle_single TRAINER_LUCAS_1, Route114_Text_LucasIntro, Route114_Text_LucasDefeat
msgbox Route114_Text_LucasPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Shane:: @ 81F266E
+Route114_EventScript_Shane::
trainerbattle_single TRAINER_SHANE, Route114_Text_ShaneIntro, Route114_Text_ShaneDefeat
msgbox Route114_Text_ShanePostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Nancy:: @ 81F2685
+Route114_EventScript_Nancy::
trainerbattle_single TRAINER_NANCY, Route114_Text_NancyIntro, Route114_Text_NancyDefeat
msgbox Route114_Text_NancyPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Steve:: @ 81F269C
+Route114_EventScript_Steve::
trainerbattle_single TRAINER_STEVE_1, Route114_Text_SteveIntro, Route114_Text_SteveDefeat, Route114_EventScript_RegisterSteve
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -115,7 +115,7 @@ Route114_EventScript_Steve:: @ 81F269C
release
end
-Route114_EventScript_RegisterSteve:: @ 81F26C8
+Route114_EventScript_RegisterSteve::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route114_Text_SteveRegister, MSGBOX_DEFAULT
@@ -123,12 +123,12 @@ Route114_EventScript_RegisterSteve:: @ 81F26C8
release
end
-Route114_EventScript_RematchSteve:: @ 81F26E7
+Route114_EventScript_RematchSteve::
trainerbattle_rematch TRAINER_STEVE_1, Route114_Text_SteveRematchIntro, Route114_Text_SteveRematchDefeat
msgbox Route114_Text_StevePostRematch, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Bernie:: @ 81F26FE
+Route114_EventScript_Bernie::
trainerbattle_single TRAINER_BERNIE_1, Route114_Text_BernieIntro, Route114_Text_BernieDefeat, Route114_EventScript_RegisterBernie
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -137,7 +137,7 @@ Route114_EventScript_Bernie:: @ 81F26FE
release
end
-Route114_EventScript_RegisterBernie:: @ 81F272A
+Route114_EventScript_RegisterBernie::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route114_Text_BernieRegister, MSGBOX_DEFAULT
@@ -145,67 +145,67 @@ Route114_EventScript_RegisterBernie:: @ 81F272A
release
end
-Route114_EventScript_RematchBernie:: @ 81F2749
+Route114_EventScript_RematchBernie::
trainerbattle_rematch TRAINER_BERNIE_1, Route114_Text_BernieRematchIntro, Route114_Text_BernieRematchDefeat
msgbox Route114_Text_BerniePostRematch, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Claude:: @ 81F2760
+Route114_EventScript_Claude::
trainerbattle_single TRAINER_CLAUDE, Route114_Text_ClaudeIntro, Route114_Text_ClaudeDefeat
msgbox Route114_Text_ClaudePostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Nolan:: @ 81F2777
+Route114_EventScript_Nolan::
trainerbattle_single TRAINER_NOLAN, Route114_Text_NolanIntro, Route114_Text_NolanDefeat
msgbox Route114_Text_NolanPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Tyra:: @ 81F278E
+Route114_EventScript_Tyra::
trainerbattle_double TRAINER_TYRA_AND_IVY, Route114_Text_TyraIntro, Route114_Text_TyraDefeat, Route114_Text_TyraNotEnoughMons
msgbox Route114_Text_TyraPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Ivy:: @ 81F27A9
+Route114_EventScript_Ivy::
trainerbattle_double TRAINER_TYRA_AND_IVY, Route114_Text_IvyIntro, Route114_Text_IvyDefeat, Route114_Text_IvyNotEnoughMons
msgbox Route114_Text_IvyPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Angelina:: @ 81F27C4
+Route114_EventScript_Angelina::
trainerbattle_single TRAINER_ANGELINA, Route114_Text_AngelinaIntro, Route114_Text_AngelinaDefeat
msgbox Route114_Text_AngelinaPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Charlotte:: @ 81F27DB
+Route114_EventScript_Charlotte::
trainerbattle_single TRAINER_CHARLOTTE, Route114_Text_CharlotteIntro, Route114_Text_CharlotteDefeat
msgbox Route114_Text_CharlottePostBattle, MSGBOX_AUTOCLOSE
end
-Route114_EventScript_Kai:: @ 81F27F2
+Route114_EventScript_Kai::
trainerbattle_single TRAINER_KAI, Route114_Text_KaiIntro, Route114_Text_KaiDefeat
msgbox Route114_Text_KaiPostBattle, MSGBOX_AUTOCLOSE
end
-Route114_Text_AllMyMonDoesIsRoarTakeThis: @ 81F2809
+Route114_Text_AllMyMonDoesIsRoarTakeThis:
.string "All my POKéMON does is ROAR…\n"
.string "No one dares to come near me…\p"
.string "Sigh… If you would, please take\n"
.string "this TM away…$"
-Route114_Text_ExplainRoar: @ 81F2872
+Route114_Text_ExplainRoar:
.string "TM05 contains ROAR.\n"
.string "A ROAR sends POKéMON scurrying.$"
-Route114_Text_Poochyena: @ 81F28A6
+Route114_Text_Poochyena:
.string "Bow! Bowwow!$"
-Route114_Text_MeteorFallsSign: @ 81F28B3
+Route114_Text_MeteorFallsSign:
.string "METEOR FALLS\n"
.string "RUSTBORO CITY THROUGH HERE$"
-Route114_Text_FossilManiacsHouseSign: @ 81F28DB
+Route114_Text_FossilManiacsHouseSign:
.string "FOSSIL MANIAC'S HOUSE\n"
.string "“Fossils gratefully accepted!”$"
-Route114_Text_LanettesHouse: @ 81F2910
+Route114_Text_LanettesHouse:
.string "LANETTE'S HOUSE$"