Comment on changeblock ids

This commit is contained in:
Remy Oukaour
2018-01-17 13:23:43 -05:00
parent faa41e743b
commit c70e8eec49
23 changed files with 127 additions and 126 deletions

View File

@@ -22,13 +22,13 @@ LancesRoom_MapScripts:
.LancesRoomDoors:
checkevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
iffalse .KeepDoorsClosed
changeblock 4, 22, $34
.KeepDoorsClosed:
iffalse .KeepEntranceOpen
changeblock 4, 22, $34 ; wall
.KeepEntranceOpen:
checkevent EVENT_LANCES_ROOM_EXIT_OPEN
iffalse .OpenDoors
changeblock 4, 0, $0b
.OpenDoors:
iffalse .KeepExitClosed
changeblock 4, 0, $0b ; open door
.KeepExitClosed:
return
.LancesDoorLocksBehindYou:
@@ -36,7 +36,7 @@ LancesRoom_MapScripts:
refreshscreen $86
playsound SFX_STRENGTH
earthquake 80
changeblock 4, 22, $34
changeblock 4, 22, $34 ; wall
reloadmappart
closetext
setscene 1
@@ -69,7 +69,7 @@ LanceScript_0x180e7b:
waitbutton
closetext
playsound SFX_ENTER_DOOR
changeblock 4, 0, $0b
changeblock 4, 0, $0b ; open door
reloadmappart
closetext
setevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED