mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01: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
|
|
|