zora mask resurface bug fix

This commit is contained in:
scawful
2024-04-27 18:07:35 -04:00
parent 4ab6cd175a
commit 34a665db59

View File

@@ -205,7 +205,8 @@ pullpc
.dungeon_resurface
{
LDA $1B : BEQ .return_default ; We are in overworld actually
; Check if we are swimming
LDA $5D : CMP #$04 : BNE .return_default
; Check if the player is actually diving
LDA !ZoraDiving : BEQ .return_default