diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 12127405f..bf3867864 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6201,7 +6201,7 @@ LoadEnemyMon: ld hl, wEnemyMonStats ld de, wEnemyStats - ld bc, NUM_EXP_STATS * 2 + ld bc, NUM_BATTLE_STATS * 2 call CopyBytes ; BUG: PRZ and BRN stat debuffs sometimes don't apply to switched mons (see docs/bugs_and_glitches.md)