fix minish form removing shield bug

This commit is contained in:
scawful
2024-06-06 09:48:57 -04:00
parent a8f864bc19
commit b837163f99

View File

@@ -42,9 +42,6 @@ LinkState_CheckForMinishForm:
.transform
%PlayerTransform()
LDA.l $7EF35A : STA $0AAF ; Store the current shield
LDA.b #$00 : STA $7EF35A ; Clear the shield
LDA #$39 : STA $BC ; Change link's sprite
LDA #$05 : STA $02B2 ; Set the current mask form
BRA .return
@@ -52,7 +49,6 @@ LinkState_CheckForMinishForm:
.already_minish
%PlayerTransform()
%ResetToLinkGraphics()
LDA $0AAF : STA.l $7EF35A ; restore the shield
.return
REP #$30