diff options
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c index d82f2e197..fd7282f49 100644 --- a/src/battle_controller_opponent.c +++ b/src/battle_controller_opponent.c @@ -1841,7 +1841,7 @@ void OpponentHandlecmd48(void) } gUnknown_02024E68[gActiveBattler] = sub_8044804( gActiveBattler, - (struct BattleInterfaceStruct2 *)&gBattleBufferA[gActiveBattler][4], + (struct HpAndStatus *)&gBattleBufferA[gActiveBattler][4], gBattleBufferA[gActiveBattler][1], gBattleBufferA[gActiveBattler][2]); ewram17810[gActiveBattler].unk5 = 0; |