fix maku tree dismiss intro bug

This commit is contained in:
scawful
2024-04-27 15:53:16 -04:00
parent 9a430f9fc0
commit d19626513a

View File

@@ -52,10 +52,7 @@ Sprite_MakuTree_Long:
Sprite_MakuTree_Prep: Sprite_MakuTree_Prep:
{ {
PHB : PHK : PLB PHB : PHK : PLB
; Check if the intro has executed already.
LDA.l $7EF300 : BNE .intro_is_done
STZ.w $0DD0, X ; Kill the sprite
.intro_is_done
PLB PLB
RTL RTL
} }