mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 21:25:42 -05:00
11 lines
326 B
PHP
11 lines
326 B
PHP
TrainerTower_Roof_MapScripts::
|
|
map_script MAP_SCRIPT_ON_RESUME, TrainerTower_OnResume
|
|
map_script MAP_SCRIPT_ON_FRAME_TABLE, TrainerTower_OnFrame
|
|
.byte 0
|
|
|
|
@ Below script is unused, the identical version in the 1F script is used instead
|
|
|
|
TrainerTower_Roof_EventScript_Owner::
|
|
call TrainerTower_EventScript_SpeakToOwner
|
|
end
|