diff --git a/Sprites/NPCs/bean_vendor.asm b/Sprites/NPCs/bean_vendor.asm index 27dcec0..22f258a 100644 --- a/Sprites/NPCs/bean_vendor.asm +++ b/Sprites/NPCs/bean_vendor.asm @@ -42,6 +42,8 @@ Sprite_BeanVendor_Long: LDA.b $8A : CMP.b #$0E : BNE .NotGaebora ; If the map doesn't have the 6 crystals LDA.l $7EF37A : CMP.b #$7B : BNE .Despawn + ; If the player has the Song of Soaring, despawn + LDA.l $7EF3FC : CMP.b #$03 : BEQ .Despawn LDA.b #$05 : STA.w SprSubtype, X JSR Sprite_KaeoporaGaebora_Draw JMP .HandleSprite