fix minish form removing shield bug
This commit is contained in:
@@ -42,9 +42,6 @@ LinkState_CheckForMinishForm:
|
|||||||
.transform
|
.transform
|
||||||
%PlayerTransform()
|
%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 #$39 : STA $BC ; Change link's sprite
|
||||||
LDA #$05 : STA $02B2 ; Set the current mask form
|
LDA #$05 : STA $02B2 ; Set the current mask form
|
||||||
BRA .return
|
BRA .return
|
||||||
@@ -52,7 +49,6 @@ LinkState_CheckForMinishForm:
|
|||||||
.already_minish
|
.already_minish
|
||||||
%PlayerTransform()
|
%PlayerTransform()
|
||||||
%ResetToLinkGraphics()
|
%ResetToLinkGraphics()
|
||||||
LDA $0AAF : STA.l $7EF35A ; restore the shield
|
|
||||||
|
|
||||||
.return
|
.return
|
||||||
REP #$30
|
REP #$30
|
||||||
|
|||||||
Reference in New Issue
Block a user