From ec58ffeeb1d9559076aeb7ed81cdaca3760d0f36 Mon Sep 17 00:00:00 2001 From: scawful Date: Wed, 23 Oct 2024 14:18:15 -0400 Subject: [PATCH] Update Magic Bean flower sprite --- Sprites/NPCs/bean_vendor.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sprites/NPCs/bean_vendor.asm b/Sprites/NPCs/bean_vendor.asm index 38691a9..1a1b363 100644 --- a/Sprites/NPCs/bean_vendor.asm +++ b/Sprites/NPCs/bean_vendor.asm @@ -63,7 +63,7 @@ Sprite_BeanVendor_Prep: RTL .RanchFlower - LDA.b #$08 : STA.w SprAction, X + LDA.b #$05 : STA.w SprAction, X PLB RTL } @@ -86,9 +86,7 @@ Sprite_BeanVendor_Main: BeanVendor: { %PlayAnimation(0,0,1) - JSL Sprite_PlayerCantPassThrough - %ShowSolicitedMessage($142) : BCC .no_message %GotoAction(3) .no_message @@ -210,6 +208,7 @@ Sprite_BeanVendor_Main: MagicBean_RanchFlower: { LDA.b #$04 : STA.w SprFrame, X + JSL ThrownSprite_TileAndSpriteInteraction_long RTS } }