mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
9 lines
170 B
PHP
9 lines
170 B
PHP
AlteringCave_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, AlteringCave_OnTransition
|
|
.byte 0
|
|
|
|
AlteringCave_OnTransition:
|
|
setflag FLAG_LANDMARK_ALTERING_CAVE
|
|
end
|
|
|