summaryrefslogtreecommitdiff
path: root/data/maps/Route105/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/Route105/scripts.inc
parentbea170e8e9555fb6941a952e939277b5bdd3459b (diff)
Remove address comments
Diffstat (limited to 'data/maps/Route105/scripts.inc')
-rw-r--r--data/maps/Route105/scripts.inc32
1 files changed, 16 insertions, 16 deletions
diff --git a/data/maps/Route105/scripts.inc b/data/maps/Route105/scripts.inc
index a42446e72..b60cd181f 100644
--- a/data/maps/Route105/scripts.inc
+++ b/data/maps/Route105/scripts.inc
@@ -1,10 +1,10 @@
-Route105_MapScripts:: @ 81EE1DB
+Route105_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, Route105_OnLoad
map_script MAP_SCRIPT_ON_TRANSITION, Route105_OnTransition
map_script MAP_SCRIPT_ON_FRAME_TABLE, Route105_OnFrame
.byte 0
-Route105_OnLoad: @ 81EE1EB
+Route105_OnLoad:
call_if_unset FLAG_REGI_DOORS_OPENED, Route105_CloseRegiEntrance
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_105_NORTH
call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute105North
@@ -12,12 +12,12 @@ Route105_OnLoad: @ 81EE1EB
call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute105South
end
-Route105_CloseRegiEntrance:: @ 81EE20B
+Route105_CloseRegiEntrance::
setmetatile 9, 19, METATILE_General_RockWall_RockBase, 1
setmetatile 9, 20, METATILE_General_RockWall_SandBase, 1
return
-Route105_OnTransition: @ 81EE21E
+Route105_OnTransition:
compare VAR_SHOULD_END_ABNORMAL_WEATHER, 1
call_if_eq AbnormalWeather_EventScript_HideMapNamePopup
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_105_NORTH
@@ -26,41 +26,41 @@ Route105_OnTransition: @ 81EE21E
call_if_eq AbnormalWeather_StartKyogreWeather
end
-Route105_OnFrame: @ 81EE240
+Route105_OnFrame:
map_script_2 VAR_SHOULD_END_ABNORMAL_WEATHER, 1, AbnormalWeather_EventScript_EndEventAndCleanup_1
.2byte 0
-Route105_EventScript_Foster:: @ 81EE24A
+Route105_EventScript_Foster::
trainerbattle_single TRAINER_FOSTER, Route105_Text_FosterIntro, Route105_Text_FosterDefeated
msgbox Route105_Text_FosterPostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Luis:: @ 81EE261
+Route105_EventScript_Luis::
trainerbattle_single TRAINER_LUIS, Route105_Text_LuisIntro, Route105_Text_LuisDefeated
msgbox Route105_Text_LuisPostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Dominik:: @ 81EE278
+Route105_EventScript_Dominik::
trainerbattle_single TRAINER_DOMINIK, Route105_Text_DominikIntro, Route105_Text_DominikDefeated
msgbox Route105_Text_DominikPostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Beverly:: @ 81EE28F
+Route105_EventScript_Beverly::
trainerbattle_single TRAINER_BEVERLY, Route105_Text_BeverlyIntro, Route105_Text_BeverlyDefeated
msgbox Route105_Text_PostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Imani:: @ 81EE2A6
+Route105_EventScript_Imani::
trainerbattle_single TRAINER_IMANI, Route105_Text_ImaniIntro, Route105_Text_ImaniDefeated
msgbox Route105_Text_ImaniPostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Josue:: @ 81EE2BD
+Route105_EventScript_Josue::
trainerbattle_single TRAINER_JOSUE, Route105_Text_JosueIntro, Route105_Text_JosueDefeated
msgbox Route105_Text_JosuePostBattle, MSGBOX_AUTOCLOSE
end
-Route105_EventScript_Andres:: @ 81EE2D4
+Route105_EventScript_Andres::
trainerbattle_single TRAINER_ANDRES_1, Route105_Text_AndresIntro, Route105_Text_AndresDefeated, Route105_EventScript_AndresRegisterMatchCallAfterBattle
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -69,7 +69,7 @@ Route105_EventScript_Andres:: @ 81EE2D4
release
end
-Route105_EventScript_AndresRegisterMatchCallAfterBattle:: @ 81EE300
+Route105_EventScript_AndresRegisterMatchCallAfterBattle::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route105_Text_AndresRegister, MSGBOX_DEFAULT
@@ -77,12 +77,12 @@ Route105_EventScript_AndresRegisterMatchCallAfterBattle:: @ 81EE300
release
end
-Route105_EventScript_AndresRematch:: @ 81EE31F
+Route105_EventScript_AndresRematch::
trainerbattle_rematch TRAINER_ANDRES_1, Route105_Text_AndresRematchIntro, Route105_Text_AndresRematchDefeated
msgbox Route105_Text_AndresRematchPostBattle, MSGBOX_AUTOCLOSE
end
-Route104_Text_DadPokenavCall: @ 81EE336
+Route104_Text_DadPokenavCall:
.string "… … … … … …\n"
.string "… … … … … Beep!\p"
.string "DAD: Oh, {PLAYER}?\p"
@@ -98,6 +98,6 @@ Route104_Text_DadPokenavCall: @ 81EE336
.string "… … … … … …\n"
.string "… … … … … Click!$"
-Route104_Text_RegisteredDadInPokenav: @ 81EE463
+Route104_Text_RegisteredDadInPokenav:
.string "Registered DAD NORMAN\n"
.string "in the POKéNAV.$"