allow gbc form link to minish transform on tile

This commit is contained in:
scawful
2024-05-29 23:37:59 -04:00
parent 718faad081
commit 3b39e0d9c7

View File

@@ -37,7 +37,7 @@ 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 : BNE .return ; don't transform if not human CMP.b #$06 : BCC .return ; don't transform if not human
%PlayerTransform() %PlayerTransform()
LDA.l $7EF35A : STA $0AAF ; Store the current shield LDA.l $7EF35A : STA $0AAF ; Store the current shield