File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Kernel/Wizardry/Common/BanimSync/Source Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ void BanimSwitch_HookOnMain(struct Anim *anim)
4747
4848#if CHAX
4949 if (banim_switched ) {
50- int frame_front = BanimDefaultModeConfig [BattleTypeToAnimModeEndOfDodge [gEkrDistanceType ] * 4 + 0 ];
50+ int frame_front = BanimDefaultModeConfig [BanimDefaultStandingTypes [gEkrDistanceType ] * 4 + 0 ];
5151 int idx = GetAnimPosition (anim ) == EKR_POS_L ? gpBanimModesLeft [frame_front ] : gpBanimModesRight [frame_front ];
5252
5353 const void * _ptr ;
@@ -107,7 +107,7 @@ void BanimSwitch_HookOnMain(struct Anim *anim)
107107 anim2 -> state3 |= ANIM_BIT3_C01_BLOCKING_IN_BATTLE ;
108108
109109 if (banim_switched ) {
110- int frame_front = BanimDefaultModeConfig [BattleTypeToAnimModeEndOfDodge [gEkrDistanceType ] * 4 + 0 ];
110+ int frame_front = BanimDefaultModeConfig [BanimDefaultStandingTypes [gEkrDistanceType ] * 4 + 0 ];
111111 int idx = GetAnimPosition (anim ) == EKR_POS_L ? gpBanimModesLeft [frame_front ] : gpBanimModesRight [frame_front ];
112112
113113 const void * _ptr ;
You can’t perform that action at this time.
0 commit comments