fix minish form bug while normal link
This commit is contained in:
@@ -37,7 +37,9 @@ LinkState_CheckForMinishForm:
|
|||||||
|
|
||||||
LDA !CurrentMask
|
LDA !CurrentMask
|
||||||
CMP.b #$05 : BEQ .already_minish ; return to human form
|
CMP.b #$05 : BEQ .already_minish ; return to human form
|
||||||
|
CMP.b #$00 : BEQ .transform
|
||||||
CMP.b #$06 : BCC .return ; don't transform if not human
|
CMP.b #$06 : BCC .return ; don't transform if not human
|
||||||
|
.transform
|
||||||
%PlayerTransform()
|
%PlayerTransform()
|
||||||
|
|
||||||
LDA.l $7EF35A : STA $0AAF ; Store the current shield
|
LDA.l $7EF35A : STA $0AAF ; Store the current shield
|
||||||
|
|||||||
Reference in New Issue
Block a user