summaryrefslogtreecommitdiff
path: root/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc')
-rw-r--r--data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc21
1 files changed, 11 insertions, 10 deletions
diff --git a/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc b/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
index 3778c494d..f6f83f0da 100644
--- a/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
@@ -1,18 +1,19 @@
CeruleanCity_PokemonCenter_2F_MapScripts:: @ 816AA79
- map_script 2, CeruleanCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script 4, CeruleanCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script 1, CeruleanCity_PokemonCenter_2F_MapScript3_1BB237
- map_script 3, CeruleanCity_PokemonCenter_2F_MapScript4_1BB1B4
+ 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
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
-CeruleanCity_PokemonCenter_2F_EventScript_16AA8E:: @ 816AA8E
- call EventScript_1BB4A3
+@ The below 3 are unused and leftover from RS
+CeruleanCity_PokemonCenter_2F_EventScript_Colosseum:: @ 816AA8E
+ call CableClub_EventScript_Colosseum
end
-EventScript_16AA94:: @ 816AA94
- call EventScript_1BB6AB
+CeruleanCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 816AA94
+ call CableClub_EventScript_TradeCenter
end
-EventScript_16AA9A:: @ 816AA9A
- call EventScript_1BB7DE
+CeruleanCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 816AA9A
+ call CableClub_EventScript_RecordCorner
end