mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-31 20:52:48 -05:00
9 lines
314 B
PHP
9 lines
314 B
PHP
SevenIsland_TanobyRuins_MoneanChamber_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_TanobyRuins_MoneanChamber_OnTransition
|
|
.byte 0
|
|
|
|
SevenIsland_TanobyRuins_MoneanChamber_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_SEVEN_ISLAND_TANOBY_RUINS_MONEAN_CHAMBER
|
|
call EventScript_TryDarkenRuins
|
|
end
|