Add recoiling behavior to a variety of custom sprites

This commit is contained in:
scawful
2024-11-28 19:49:10 -05:00
parent e9e8944f96
commit d819b1d26d
8 changed files with 11 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ Sprite_Puffstool_Prep:
RTL
.health
db $04, $08, $1A, $20
db $04, $08, $0A, $10
}
; =========================================================
@@ -85,7 +85,7 @@ Sprite_Puffstool_Main:
JSL Sprite_BounceOffWall
JSL Sprite_DamageFlash_Long
JSL ThrownSprite_TileAndSpriteInteraction_long
JSL Sprite_CheckIfRecoiling
JSL Sprite_CheckDamageFromPlayer : BCC .no_dano
%GotoAction(1)
%SetTimerA($60)