diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/PacifidlogTown_PokemonCenter_2F | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/PacifidlogTown_PokemonCenter_2F')
| -rw-r--r-- | data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc b/data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc index 576c1679c..61a301175 100644 --- a/data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc +++ b/data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc @@ -1,4 +1,4 @@ -PacifidlogTown_PokemonCenter_2F_MapScripts:: @ 8203635 +PacifidlogTown_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 @@ PacifidlogTown_PokemonCenter_2F_MapScripts:: @ 8203635 .byte 0 @ The below 3 are unused and leftover from RS -PacifidlogTown_PokemonCenter_2F_EventScript_Colosseum:: @ 820364A +PacifidlogTown_PokemonCenter_2F_EventScript_Colosseum:: call CableClub_EventScript_Colosseum end -PacifidlogTown_PokemonCenter_2F_EventScript_TradeCenter:: @ 8203650 +PacifidlogTown_PokemonCenter_2F_EventScript_TradeCenter:: call CableClub_EventScript_TradeCenter end -PacifidlogTown_PokemonCenter_2F_EventScript_RecordCorner:: @ 8203656 +PacifidlogTown_PokemonCenter_2F_EventScript_RecordCorner:: call CableClub_EventScript_RecordCorner end |
