add sparkle to minish platforms when standing on

This commit is contained in:
scawful
2024-06-17 21:41:26 -04:00
parent c6f57b8f3e
commit dcc61db456

View File

@@ -24,6 +24,8 @@ LinkState_CheckForMinishForm:
{ {
SEP #$30 SEP #$30
JSL $0FF979 ; AncillaSpawn_SwordChargeSparkle
; Check for the R button (like minish cap) ; Check for the R button (like minish cap)
%CheckNewR_ButtonPress() : BEQ .return %CheckNewR_ButtonPress() : BEQ .return
@@ -56,6 +58,7 @@ LinkState_CheckForMinishForm:
%ResetToLinkGraphics() %ResetToLinkGraphics()
.return .return
REP #$30 REP #$30
RTS RTS
} }