diff --git a/tables.asm b/tables.asm index 7af601d..035029b 100644 --- a/tables.asm +++ b/tables.asm @@ -1291,7 +1291,7 @@ dw #9999 ; Rupee Limit ; $7F5043 - Tile Upload Offset Override (High) ; $7F5044 - $7F504F - Unused ; $7F5050 - $7F506F - Shop Block -; $7F5070 - $7F507E - Unused +; $7F5070 - $7F507D - Unused ; $7F507E - Clock Status ; $7F507F - Always Zero ; $7F5080 - $7F5083 - Clock Hours @@ -1309,6 +1309,7 @@ dw #9999 ; Rupee Limit ; $7F5098 - Water Entry Index ; $7F5099 - Last Entered Overworld Door ID ; $7F509A - (Reserved) +; $7F509B - MSU Flag ; $7F50A0 - Event Parameter 1 diff --git a/utilities.asm b/utilities.asm index c78f4b3..b81b0e1 100644 --- a/utilities.asm +++ b/utilities.asm @@ -454,7 +454,7 @@ DrawDynamicTileNoShadow: LDA Bob : BNE + : LDA.b #$00 : STA.l !SKIP_EOR : + ; Bob fix is conditional PLB - LDA $90 : !ADD.b #$08 : STA $90 ; leave the pointer in the right spot to draw the shadow, if desired + LDA $90 : !ADD.b #$08 : STA $90 LDA $92 : INC #2 : STA $92 RTL ;--------------------------------------------------------------------------------