Add Guard_ParrySwordAttacks to gbc darknut

This commit is contained in:
scawful
2024-06-27 20:26:51 -04:00
parent 136d108358
commit a9f0d73ed8

View File

@@ -66,14 +66,16 @@ DarknutSpeed = $04
Sprite_Darknut_Main: Sprite_Darknut_Main:
{ {
LDA.w SprAction, X; Load the SprAction JSL Guard_ParrySwordAttacks
JSL UseImplicitRegIndexedLocalJumpTable; Goto the SprAction we are currently in
LDA.w SprAction, X
JSL UseImplicitRegIndexedLocalJumpTable
dw MoveDown dw MoveDown
dw MoveUp dw MoveUp
dw MoveLeft dw MoveLeft
dw MoveRight dw MoveRight
MoveDown: MoveDown:
{ {
%PlayAnimation(0,1,10) %PlayAnimation(0,1,10)