only draw shadow for deku scrub projectile

This commit is contained in:
scawful
2024-07-07 19:22:10 -04:00
parent f6eb25a7ed
commit 20c726c6ad

View File

@@ -36,7 +36,9 @@ Sprite_DekuScrubEnemy_Long:
PHB : PHK : PLB
JSR Sprite_DekuScrubEnemy_Draw ; Call the draw code
LDA.w SprSubtype, X : CMP #$01 : BNE .normal_scrub
JSL Sprite_DrawShadow
.normal_scrub
JSL Sprite_CheckActive ; Check if game is not paused
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive