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
@@ -1,10 +1,10 @@
.equ LOCALID_SAPPHIRE, 1
.equ LOCALID_THIEF, 2
SixIsland_DottedHole_SapphireRoom_MapScripts:: @ 81641B4
SixIsland_DottedHole_SapphireRoom_MapScripts::
.byte 0
SixIsland_DottedHole_SapphireRoom_EventScript_Sapphire:: @ 81641B5
SixIsland_DottedHole_SapphireRoom_EventScript_Sapphire::
lock
faceplayer
textcolor 3
@@ -79,119 +79,119 @@ SixIsland_DottedHole_SapphireRoom_EventScript_Sapphire:: @ 81641B5
end
@ Lots of redundant scripts below
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefLeft2:: @ 81642F9
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefLeft2::
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestLeft
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefDown2:: @ 8164304
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefDown2::
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestDown
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefLeft:: @ 816430F
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefLeft::
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestLeft
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefDown:: @ 816431A
SixIsland_DottedHole_SapphireRoom_EventScript_PlayerFaceThiefDown::
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestDown
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireNorth:: @ 8164325
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireNorth::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromLeft
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireSouth:: @ 8164330
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireSouth::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromLeft
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireEast:: @ 816433B
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireEast::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromBelow
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireWest:: @ 8164346
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefLookAtSapphireWest::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromBelow
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireNorth:: @ 8164351
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireNorth::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromLeft
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestUp
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireSouth:: @ 8164366
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireSouth::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromLeft
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestDown
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireEast:: @ 816437B
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireEast::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromBelow
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireWest:: @ 8164390
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefGetSapphireWest::
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromBelow
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestLeft
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitNorth:: @ 81643A5
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitNorth::
applymovement OBJ_EVENT_ID_PLAYER, SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitNorth
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitSouth:: @ 81643B7
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitSouth::
applymovement OBJ_EVENT_ID_PLAYER, SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitSouth
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitEast:: @ 81643C9
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitEast::
applymovement OBJ_EVENT_ID_PLAYER, SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitEastWest
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitWest:: @ 81643DB
SixIsland_DottedHole_SapphireRoom_EventScript_ThiefExitWest::
applymovement OBJ_EVENT_ID_PLAYER, SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit
applymovement LOCALID_THIEF, SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitEastWest
waitmovement 0
return
SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromLeft:: @ 81643ED
SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromLeft::
walk_up
walk_up
walk_in_place_fastest_right
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromBelow:: @ 81643F1
SixIsland_DottedHole_SapphireRoom_Movement_ThiefLookAtSapphireFromBelow::
walk_right
walk_right
walk_in_place_fastest_up
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromLeft:: @ 81643F5
SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromLeft::
walk_right
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromBelow:: @ 81643F7
SixIsland_DottedHole_SapphireRoom_Movement_ThiefGetSapphireFromBelow::
walk_up
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitNorth:: @ 81643F9
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitNorth::
walk_fast_up
walk_fast_right
walk_fast_right
@@ -201,7 +201,7 @@ SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitNorth:: @ 81643F9
walk_fast_right
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitSouth:: @ 8164401
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitSouth::
walk_fast_down
walk_fast_right
walk_fast_right
@@ -211,7 +211,7 @@ SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitSouth:: @ 8164401
walk_fast_right
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitEastWest:: @ 8164409
SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitEastWest::
walk_fast_right
walk_fast_right
walk_fast_right
@@ -219,7 +219,7 @@ SixIsland_DottedHole_SapphireRoom_Movement_ThiefExitEastWest:: @ 8164409
walk_fast_up
step_end
SixIsland_DottedHole_SapphireRoom_Movement_ThiefFallIn:: @ 816440F
SixIsland_DottedHole_SapphireRoom_Movement_ThiefFallIn::
face_down
disable_anim
slide_down
@@ -234,12 +234,12 @@ SixIsland_DottedHole_SapphireRoom_Movement_ThiefFallIn:: @ 816440F
restore_anim
step_end
SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit:: @ 816441C
SixIsland_DottedHole_SapphireRoom_Movement_PlayerWatchThiefExit::
delay_16
walk_in_place_fastest_right
step_end
SixIsland_DottedHole_SapphireRoom_EventScript_BrailleMessage:: @ 816441F
SixIsland_DottedHole_SapphireRoom_EventScript_BrailleMessage::
lockall
setvar VAR_0x8005, 130
braillemessage_wait Braille_Text_LetTheTwo