summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-27 18:08:10 -0400
committerGitHub <noreply@github.com>2021-07-27 18:08:10 -0400
commitd391486247cc9f29d85787d6711f7cb993cf6585 (patch)
tree70ff650d9ab3fd31e2b3b47a708b33da612ecdca /data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc
parent459b20d762ac2d78f59874548bf9226af0f7f709 (diff)
parente67729f6473a485c18f3d96dd36d6496a30047c1 (diff)
Merge pull request #1484 from GriffinRichards/remove-addrcomments
Remove address comments
Diffstat (limited to 'data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc')
-rw-r--r--data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc b/data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc
index 5a19a9d28..6dc785e75 100644
--- a/data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc
+++ b/data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc
@@ -1,4 +1,4 @@
-BattleFrontier_PokemonCenter_2F_MapScripts:: @ 8267AA4
+BattleFrontier_PokemonCenter_2F_MapScripts::
map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
@@ -6,15 +6,15 @@ BattleFrontier_PokemonCenter_2F_MapScripts:: @ 8267AA4
.byte 0
@ The below 3 are unused and leftover from RS
-BattleFrontier_PokemonCenter_2F_EventScript_Colosseum:: @ 8267AB9
+BattleFrontier_PokemonCenter_2F_EventScript_Colosseum::
call CableClub_EventScript_Colosseum
end
-BattleFrontier_PokemonCenter_2F_EventScript_TradeCenter:: @ 8267ABF
+BattleFrontier_PokemonCenter_2F_EventScript_TradeCenter::
call CableClub_EventScript_TradeCenter
end
-BattleFrontier_PokemonCenter_2F_EventScript_RecordCorner:: @ 8267AC5
+BattleFrontier_PokemonCenter_2F_EventScript_RecordCorner::
call CableClub_EventScript_RecordCorner
end