dismiss moosh when playing song again

This commit is contained in:
scawful
2024-07-08 22:05:06 -04:00
parent c2d6b9ce06
commit 7bb24227d0

View File

@@ -331,6 +331,11 @@ Link_TransformMoosh:
{
PHB : PHK : PLB
LDA.w !CurrentMask : CMP.b #$07 : BNE +
%PlayerTransform()
%ResetToLinkGraphics()
PLB : RTL
+
LDA.b #$07 : STA.w !CurrentMask
LDA.b #$33 : STA $BC
%PlayerTransform()