From c1cbec6416e58204a680367f819a6d166e90bf35 Mon Sep 17 00:00:00 2001 From: Idain Date: Tue, 17 Oct 2023 22:05:00 -0400 Subject: [PATCH] Use proper constant for battle stats --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 8445560ed58..dce8dd8d092 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6404,7 +6404,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 reductions don't apply to switched Pokémon (see docs/bugs_and_glitches.md)