mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-30 11:27:16 -05:00
8 lines
220 B
PHP
8 lines
220 B
PHP
SixIsland_AlteringCave_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SixIsland_AlteringCave_OnTransition
|
|
.byte 0
|
|
|
|
SixIsland_AlteringCave_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_SIX_ISLAND_ALTERING_CAVE
|
|
end
|