Fix OW event data bit labels

This commit is contained in:
cassidoxa
2022-05-30 19:33:27 -04:00
parent e1258eba06
commit da8ce3c6b1

View File

@@ -24,8 +24,8 @@ org 0 ; This module writes no bytes. Asar gives bank cross errors without this.
; Example: We can use RoomDataWRAM[$37].high to read or write the pot key in the first ; Example: We can use RoomDataWRAM[$37].high to read or write the pot key in the first
; floodable room in Swamp Palace ($04) ; floodable room in Swamp Palace ($04)
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
; .high Byte: d d d d b k u r ; .high Byte: d d d d b k u t
; .low Byte: c c c c q q q q ; .low Byte: s e h c q q q q
; ;
; d = Door opened (key, bomb wall, etc) ; d = Door opened (key, bomb wall, etc)
; b = Boss kill / Heart Container ; b = Boss kill / Heart Container