Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
Underwater_MarineCave_MapScripts:: @ 823AFB8
Underwater_MarineCave_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, Underwater_MarineCave_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, Underwater_MarineCave_OnTransition
.byte 0
Underwater_MarineCave_OnTransition: @ 823AFC3
Underwater_MarineCave_OnTransition:
setflag FLAG_ARRIVED_AT_MARINE_CAVE_EMERGE_SPOT
end
Underwater_MarineCave_OnResume: @ 823AFC7
Underwater_MarineCave_OnResume:
setdivewarp MAP_MARINE_CAVE_ENTRANCE, 255, 10, 17
end