Document cave scripts

This commit is contained in:
GriffinR
2019-11-06 20:38:53 -05:00
parent 1475c4d8da
commit 3a00b66407
35 changed files with 605 additions and 598 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Underwater_MarineCave_MapScripts:: @ 823AFB8
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_MapScript1_OnResume
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, Underwater_MarineCave_OnTransition
.byte 0
@@ -7,7 +7,7 @@ Underwater_MarineCave_OnTransition: @ 823AFC3
setflag FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT
end
Underwater_MarineCave_MapScript1_OnResume: @ 823AFC7
Underwater_MarineCave_OnResume: @ 823AFC7
setdivewarp MAP_MARINE_CAVE_ENTRANCE, 255, 10, 17
end