summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-29 12:25:58 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-29 12:25:58 -0400
commitf2efda1f68230ec917cd148759bb9798a75a8f60 (patch)
treed2737f767bc2a25dc418f4d93099ffaa014d4bf1 /engine/battle/core.asm
parent022f9e6af1570f071eaf85cf65d50cb29ddc34f2 (diff)
Identify more unnamed labels
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 90f0372f6..0cbdd66fe 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6403,7 +6403,7 @@ LoadEnemyMon:
ld hl, wEnemyMonStats
ld de, wEnemyStats
- ld bc, wEnemyMonStatsEnd - wEnemyMonStats
+ ld bc, NUM_EXP_STATS * 2
call CopyBytes
ret