summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-29 12:25:46 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-29 12:25:46 -0400
commit416255bea47756eefb365f32c996100d5c88c9c3 (patch)
tree2231adbe5e15cdee222f00c9234ea6ef903e22b5 /engine/battle/core.asm
parent152efaadc014b3095e087a5375c76be1fb1a9da0 (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 5e9c802b..9fcf1f38 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6178,7 +6178,7 @@ LoadEnemyMon:
ld hl, wEnemyMonStats
ld de, wEnemyStats
- ld bc, wEnemyMonStatsEnd - wEnemyMonStats
+ ld bc, NUM_EXP_STATS * 2
call CopyBytes
ret