diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-07 16:10:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 16:10:35 -0400 |
| commit | a2655ba9ab82646a54f60abc6078df372179f8d4 (patch) | |
| tree | 95b074a1a4d77d6cd77e413e1d6e72eb55b595b0 /data/maps/BattleFrontier_PokemonCenter_2F | |
| parent | e86d3410a1719fcbf62754bfda93a295aa7e0d57 (diff) | |
| parent | 001a25e49cd6acdac89a62f4230aef80422e78f2 (diff) | |
Merge branch 'master' into doc-union
Diffstat (limited to 'data/maps/BattleFrontier_PokemonCenter_2F')
| -rw-r--r-- | data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc | 8 |
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 |
