summaryrefslogtreecommitdiff
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-26 23:23:05 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-26 23:23:05 -0500
commitd7c5c8cf22c857830aae4da285c91e5e58c2cc02 (patch)
treee68f0dda79eda3f9bfe8aa69297cd58cc077e14a /engine/evos_moves.asm
parent93255d6d17fbb3702a0f8670d7ecc2ed627af2a7 (diff)
parentbbb86671eaac735fe6ef57da01ef79fd16953238 (diff)
Merge branch 'master' of https://github.com/xCrystal/pokered
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 7dcc0513..137b75e0 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -161,7 +161,7 @@ Evolution_PartyMonLoop: ; loop over party mons
ld a, [wd11e]
dec a
ld hl, BaseStats
- ld bc, $1c
+ ld bc, MonBaseStatsEnd - MonBaseStats
call AddNTimes
ld de, W_MONHEADER
call CopyData