zora mask resurface bug fix
This commit is contained in:
@@ -205,7 +205,8 @@ pullpc
|
|||||||
.dungeon_resurface
|
.dungeon_resurface
|
||||||
{
|
{
|
||||||
LDA $1B : BEQ .return_default ; We are in overworld actually
|
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
|
; Check if the player is actually diving
|
||||||
LDA !ZoraDiving : BEQ .return_default
|
LDA !ZoraDiving : BEQ .return_default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user