Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+7 -7
View File
@@ -1,18 +1,18 @@
.set LOCALID_SCIENTIST, 1
SixIsland_RuinValley_MapScripts:: @ 8168B53
SixIsland_RuinValley_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, SixIsland_RuinValley_OnLoad
.byte 0
SixIsland_RuinValley_OnLoad:: @ 8168B59
SixIsland_RuinValley_OnLoad::
call_if_set FLAG_USED_CUT_ON_RUIN_VALLEY_BRAILLE, SixIsland_RuinValley_EventScript_OpenDottedHoleDoor
end
SixIsland_RuinValley_EventScript_OpenDottedHoleDoor:: @ 8168B63
SixIsland_RuinValley_EventScript_OpenDottedHoleDoor::
setmetatile 24, 24, METATILE_SeviiIslands67_DottedHoleDoor_Open, 0
return
SixIsland_RuinValley_EventScript_Scientist:: @ 8168B6D
SixIsland_RuinValley_EventScript_Scientist::
lock
msgbox SixIsland_RuinValley_Text_CantFigureOutHowToGetInside
applymovement LOCALID_SCIENTIST, Movement_FacePlayer
@@ -23,7 +23,7 @@ SixIsland_RuinValley_EventScript_Scientist:: @ 8168B6D
release
end
SixIsland_RuinValley_EventScript_DottedHoleDoor:: @ 8168B94
SixIsland_RuinValley_EventScript_DottedHoleDoor::
lockall
goto_if_set FLAG_USED_CUT_ON_RUIN_VALLEY_BRAILLE, SixIsland_RuinValley_EventScript_DottedHoleDoorOpen
msgbox SixIsland_RuinValley_Text_CheckDoorMoreThoroughly, MSGBOX_YESNO
@@ -35,12 +35,12 @@ SixIsland_RuinValley_EventScript_DottedHoleDoor:: @ 8168B94
releaseall
end
SixIsland_RuinValley_EventScript_DottedHoleDoorOpen:: @ 8168BC1
SixIsland_RuinValley_EventScript_DottedHoleDoorOpen::
msgbox SixIsland_RuinValley_Text_DoorIsOpen
releaseall
end
SixIsland_RuinValley_EventScript_IgnoreDottedHoleDoor:: @ 8168BCB
SixIsland_RuinValley_EventScript_IgnoreDottedHoleDoor::
msgbox SixIsland_RuinValley_Text_LeftDoorAlone
releaseall
end