summaryrefslogtreecommitdiff
path: root/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-10 16:55:58 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-11 00:47:47 -0500
commit0bb7f18b8e609f76a9021420470737bbd16cc2bd (patch)
treea7c9d6efbc2588c3b73b59d55012386958373ae5 /data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
parenta5375776714b126dbe478a4f535392373f3ba9f0 (diff)
Sync Cable Club scripts
Diffstat (limited to 'data/maps/SaffronCity_PokemonCenter_2F/scripts.inc')
-rw-r--r--data/maps/SaffronCity_PokemonCenter_2F/scripts.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc b/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
index 12b688a7d..5a62223a3 100644
--- a/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
@@ -5,14 +5,15 @@ SaffronCity_PokemonCenter_2F_MapScripts:: @ 816F037
map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
-SaffronCity_PokemonCenter_2F_EventScript_16F04C:: @ 816F04C
- call EventScript_1BB4A3
+@ The below 3 are unused and leftover from RS
+SaffronCity_PokemonCenter_2F_EventScript_Colosseum:: @ 816F04C
+ call CableClub_EventScript_Colosseum
end
-EventScript_16F052:: @ 816F052
- call EventScript_1BB6AB
+SaffronCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 816F052
+ call CableClub_EventScript_TradeCenter
end
-EventScript_16F058:: @ 816F058
- call EventScript_1BB7DE
+SaffronCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 816F058
+ call CableClub_EventScript_RecordCorner
end