From da8ce3c6b13ab8bd81e9bc0d48432cd8502617fb Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Mon, 30 May 2022 19:33:27 -0400 Subject: [PATCH] Fix OW event data bit labels --- sram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sram.asm b/sram.asm index 632222b..07a2283 100644 --- a/sram.asm +++ b/sram.asm @@ -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 ; floodable room in Swamp Palace ($04) ;-------------------------------------------------------------------------------- -; .high Byte: d d d d b k u r -; .low Byte: c c c c q q q q +; .high Byte: d d d d b k u t +; .low Byte: s e h c q q q q ; ; d = Door opened (key, bomb wall, etc) ; b = Boss kill / Heart Container