Update Magic Bean flower sprite

This commit is contained in:
scawful
2024-10-23 14:18:15 -04:00
parent 84178d350e
commit ec58ffeeb1

View File

@@ -63,7 +63,7 @@ Sprite_BeanVendor_Prep:
RTL RTL
.RanchFlower .RanchFlower
LDA.b #$08 : STA.w SprAction, X LDA.b #$05 : STA.w SprAction, X
PLB PLB
RTL RTL
} }
@@ -86,9 +86,7 @@ Sprite_BeanVendor_Main:
BeanVendor: BeanVendor:
{ {
%PlayAnimation(0,0,1) %PlayAnimation(0,0,1)
JSL Sprite_PlayerCantPassThrough JSL Sprite_PlayerCantPassThrough
%ShowSolicitedMessage($142) : BCC .no_message %ShowSolicitedMessage($142) : BCC .no_message
%GotoAction(3) %GotoAction(3)
.no_message .no_message
@@ -210,6 +208,7 @@ Sprite_BeanVendor_Main:
MagicBean_RanchFlower: MagicBean_RanchFlower:
{ {
LDA.b #$04 : STA.w SprFrame, X LDA.b #$04 : STA.w SprFrame, X
JSL ThrownSprite_TileAndSpriteInteraction_long
RTS RTS
} }
} }