mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
9 lines
188 B
PHP
9 lines
188 B
PHP
MarineCave_Entrance_MapScripts::
|
|
map_script MAP_SCRIPT_ON_RESUME, MarineCave_Entrance_OnResume
|
|
.byte 0
|
|
|
|
MarineCave_Entrance_OnResume:
|
|
setdivewarp MAP_UNDERWATER_MARINE_CAVE, 9, 6
|
|
end
|
|
|