mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-11 06:25:23 -05:00
16 lines
514 B
PHP
16 lines
514 B
PHP
SevenIsland_TrainerTower_MapScripts:: @ 8168BD5
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_TrainerTower_OnTransition
|
|
.byte 0
|
|
|
|
SevenIsland_TrainerTower_OnTransition:: @ 8168BDB
|
|
setvar VAR_MAP_SCENE_TRAINER_TOWER, 0
|
|
end
|
|
|
|
SevenIsland_TrainerTower_EventScript_TrainerTowerSign:: @ 8168BE1
|
|
msgbox SevenIsland_TrainerTower_Text_TrainerTowerSign, MSGBOX_SIGN
|
|
end
|
|
|
|
SevenIsland_TrainerTower_EventScript_TrainerTowerAheadSign:: @ 8168BEA
|
|
msgbox SevenIsland_TrainerTower_Text_TrainerTowerAhead, MSGBOX_SIGN
|
|
end
|