mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-19 13:07:38 +01:00
901a83d249
Include decorations.h in shop.c Include decorations.h in event_scripts.s
14 lines
415 B
PHP
14 lines
415 B
PHP
Underwater_MarineCave_MapScripts:: @ 823AFB8
|
|
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_MapScript1_OnResume
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Underwater_MarineCave_OnTransition
|
|
.byte 0
|
|
|
|
Underwater_MarineCave_OnTransition: @ 823AFC3
|
|
setflag FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT
|
|
end
|
|
|
|
Underwater_MarineCave_MapScript1_OnResume: @ 823AFC7
|
|
setdivewarp MAP_MARINE_CAVE_ENTRANCE, 255, 10, 17
|
|
end
|
|
|