Doc most OnTransitions

This commit is contained in:
Fontbane
2019-04-16 10:40:32 -04:00
committed by huderlem
parent dbdb51e1a5
commit 2c076f1f3e
152 changed files with 318 additions and 318 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
Underwater_MarineCave_MapScripts:: @ 823AFB8
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_MapScript1_23AFC7
map_script MAP_SCRIPT_ON_TRANSITION, Underwater_MarineCave_MapScript1_23AFC3
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_MapScript1_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, Underwater_MarineCave_MapScript1_OnTransition
.byte 0
Underwater_MarineCave_MapScript1_23AFC3: @ 823AFC3
Underwater_MarineCave_MapScript1_OnTransition: @ 823AFC3
setflag FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT
end
Underwater_MarineCave_MapScript1_23AFC7: @ 823AFC7
Underwater_MarineCave_MapScript1_OnResume: @ 823AFC7
setdivewarp MAP_MARINE_CAVE_ENTRANCE, 255, 10, 17
end