only draw shadow for deku scrub projectile
This commit is contained in:
@@ -36,7 +36,9 @@ Sprite_DekuScrubEnemy_Long:
|
|||||||
PHB : PHK : PLB
|
PHB : PHK : PLB
|
||||||
|
|
||||||
JSR Sprite_DekuScrubEnemy_Draw ; Call the draw code
|
JSR Sprite_DekuScrubEnemy_Draw ; Call the draw code
|
||||||
|
LDA.w SprSubtype, X : CMP #$01 : BNE .normal_scrub
|
||||||
JSL Sprite_DrawShadow
|
JSL Sprite_DrawShadow
|
||||||
|
.normal_scrub
|
||||||
JSL Sprite_CheckActive ; Check if game is not paused
|
JSL Sprite_CheckActive ; Check if game is not paused
|
||||||
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive
|
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user