Sync Cable Club scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_2F_EventScript_1A8CF6",
|
||||
"script": "Common_EventScript_UnionRoomAttendant",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_2F_EventScript_1A8CFC",
|
||||
"script": "Common_EventScript_WirelessClubAttendant",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_2F_EventScript_1A8D02",
|
||||
"script": "Common_EventScript_DirectCornerAttendant",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -78,14 +78,14 @@
|
||||
"x": 5,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_UNKNOWN_MAP_00_04",
|
||||
"dest_map": "MAP_UNION_ROOM",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 9,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_UNKNOWN_MAP_00_01",
|
||||
"dest_map": "MAP_TRADE_CENTER",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
|
||||
@@ -5,14 +5,15 @@ TwoIsland_PokemonCenter_2F_MapScripts:: @ 81717DE
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
|
||||
.byte 0
|
||||
|
||||
TwoIsland_PokemonCenter_2F_EventScript_1717F3:: @ 81717F3
|
||||
call EventScript_1BB4A3
|
||||
@ The below 3 are unused and leftover from RS
|
||||
TwoIsland_PokemonCenter_2F_EventScript_Colosseum:: @ 81717F3
|
||||
call CableClub_EventScript_Colosseum
|
||||
end
|
||||
|
||||
EventScript_1717F9:: @ 81717F9
|
||||
call EventScript_1BB6AB
|
||||
TwoIsland_PokemonCenter_2F_EventScript_TradeCenter:: @ 81717F9
|
||||
call CableClub_EventScript_TradeCenter
|
||||
end
|
||||
|
||||
EventScript_1717FF:: @ 81717FF
|
||||
call EventScript_1BB7DE
|
||||
TwoIsland_PokemonCenter_2F_EventScript_RecordCorner:: @ 81717FF
|
||||
call CableClub_EventScript_RecordCorner
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user