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

View File

@@ -1,11 +1,11 @@
@ Note: LOCALID_UNION_ROOM_PLAYER_# are local ids for this map used elsewhere. They're defined in event_objects.h
UnionRoom_MapScripts:: @ 823D1A6
UnionRoom_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, UnionRoom_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, UnionRoom_OnTransition
.byte 0
UnionRoom_OnResume: @ 823D1B1
UnionRoom_OnResume:
setflag FLAG_HIDE_UNION_ROOM_PLAYER_1
setflag FLAG_HIDE_UNION_ROOM_PLAYER_2
setflag FLAG_HIDE_UNION_ROOM_PLAYER_3
@@ -25,10 +25,10 @@ UnionRoom_OnResume: @ 823D1B1
special RunUnionRoom
end
UnionRoom_OnTransition: @ 823D1E5
UnionRoom_OnTransition:
end
UnionRoom_EventScript_Player1:: @ 823D1E6
UnionRoom_EventScript_Player1::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_1
@@ -36,7 +36,7 @@ UnionRoom_EventScript_Player1:: @ 823D1E6
release
end
UnionRoom_EventScript_Player2:: @ 823D1F0
UnionRoom_EventScript_Player2::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_2
@@ -44,7 +44,7 @@ UnionRoom_EventScript_Player2:: @ 823D1F0
release
end
UnionRoom_EventScript_Player3:: @ 823D1FA
UnionRoom_EventScript_Player3::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_3
@@ -52,7 +52,7 @@ UnionRoom_EventScript_Player3:: @ 823D1FA
release
end
UnionRoom_EventScript_Player4:: @ 823D204
UnionRoom_EventScript_Player4::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_4
@@ -60,7 +60,7 @@ UnionRoom_EventScript_Player4:: @ 823D204
release
end
UnionRoom_EventScript_Player5:: @ 823D20E
UnionRoom_EventScript_Player5::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_5
@@ -68,7 +68,7 @@ UnionRoom_EventScript_Player5:: @ 823D20E
release
end
UnionRoom_EventScript_Player6:: @ 823D218
UnionRoom_EventScript_Player6::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_6
@@ -76,7 +76,7 @@ UnionRoom_EventScript_Player6:: @ 823D218
release
end
UnionRoom_EventScript_Player7:: @ 823D222
UnionRoom_EventScript_Player7::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_7
@@ -84,7 +84,7 @@ UnionRoom_EventScript_Player7:: @ 823D222
release
end
UnionRoom_EventScript_Player8:: @ 823D22C
UnionRoom_EventScript_Player8::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_PLAYER_8
@@ -92,7 +92,7 @@ UnionRoom_EventScript_Player8:: @ 823D22C
release
end
UnionRoom_EventScript_Attendant:: @ 823D236
UnionRoom_EventScript_Attendant::
lock
faceplayer
setvar VAR_RESULT, UR_INTERACT_ATTENDANT
@@ -100,7 +100,7 @@ UnionRoom_EventScript_Attendant:: @ 823D236
release
end
UnionRoom_EventScript_Unused:: @ 823D240
UnionRoom_EventScript_Unused::
lockall
setvar VAR_RESULT, UR_INTERACT_UNUSED
waitstate