diff options
| author | froggestspirit <froggestspirit@gmail.com> | 2021-09-06 10:32:14 -0400 |
|---|---|---|
| committer | froggestspirit <froggestspirit@gmail.com> | 2021-09-06 10:32:14 -0400 |
| commit | 73554ec88d4f269b6146f6d1ab5d2742cb0a6f89 (patch) | |
| tree | fac5bee8a4ce4757816dbbe42265523478b78781 /data/maps/FallarborTown_PokemonCenter_2F/scripts.inc | |
| parent | ec6b1ea3735ff98a9714b219e4a999894ecc6010 (diff) | |
| parent | 63e6b914e4d9b9bdb0a8d621b2ed233990f2ef66 (diff) | |
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'data/maps/FallarborTown_PokemonCenter_2F/scripts.inc')
| -rw-r--r-- | data/maps/FallarborTown_PokemonCenter_2F/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/FallarborTown_PokemonCenter_2F/scripts.inc b/data/maps/FallarborTown_PokemonCenter_2F/scripts.inc index e9912ee68..aa7dea8fa 100644 --- a/data/maps/FallarborTown_PokemonCenter_2F/scripts.inc +++ b/data/maps/FallarborTown_PokemonCenter_2F/scripts.inc @@ -1,4 +1,4 @@ -FallarborTown_PokemonCenter_2F_MapScripts:: @ 8200EEB +FallarborTown_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 @@ FallarborTown_PokemonCenter_2F_MapScripts:: @ 8200EEB .byte 0 @ The below 3 are unused and leftover from RS -FallarborTown_PokemonCenter_2F_EventScript_Colosseum:: @ 8200F00 +FallarborTown_PokemonCenter_2F_EventScript_Colosseum:: call CableClub_EventScript_Colosseum end -FallarborTown_PokemonCenter_2F_EventScript_TradeCenter:: @ 8200F06 +FallarborTown_PokemonCenter_2F_EventScript_TradeCenter:: call CableClub_EventScript_TradeCenter end -FallarborTown_PokemonCenter_2F_EventScript_RecordCorner:: @ 8200F0C +FallarborTown_PokemonCenter_2F_EventScript_RecordCorner:: call CableClub_EventScript_RecordCorner end |
