pokeemerald/data/maps/RustboroCity_PokemonCenter_2F/scripts.inc

21 lines
674 B
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
RustboroCity_PokemonCenter_2F_MapScripts:: @ 8214EDE
2019-10-12 04:23:05 +02:00
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
2017-11-10 02:21:31 +01:00
.byte 0
2019-10-11 10:14:09 +02:00
@ The below 3 are unused and leftover from RS
RustboroCity_PokemonCenter_2F_EventScript_Colosseum:: @ 8214EF3
call CableClub_EventScript_Colosseum
end
2019-10-11 10:14:09 +02:00
RustboroCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 8214EF9
call CableClub_EventScript_TradeCenter
end
2019-10-11 10:14:09 +02:00
RustboroCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 8214EFF
call CableClub_EventScript_RecordCorner
end
2017-11-10 02:21:31 +01:00