give booki a shadow

This commit is contained in:
scawful
2024-06-28 15:11:43 -04:00
parent 0758063162
commit de10472f27

View File

@@ -3,7 +3,7 @@
; =========================================================
!SPRID = $CC ; The sprite ID you are overwriting (HEX)
!NbrTiles = 00 ; Number of tiles used in a frame
!NbrTiles = 02 ; Number of tiles used in a frame
!Harmless = 00 ; 00 = Sprite is Harmful, 01 = Sprite is Harmless
!HVelocity = 00 ; Is your sprite going super fast? put 01 if it is
!Health = 00 ; Number of Health the sprite have
@@ -39,6 +39,7 @@ Sprite_Booki_Long:
PHB : PHK : PLB
JSR Sprite_Booki_Draw ; Call the draw code
JSL Sprite_DrawShadow
JSL Sprite_CheckActive ; Check if game is not paused
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive