diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:23:05 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:23:05 -0500 |
commit | d7c5c8cf22c857830aae4da285c91e5e58c2cc02 (patch) | |
tree | e68f0dda79eda3f9bfe8aa69297cd58cc077e14a /engine/evos_moves.asm | |
parent | 93255d6d17fbb3702a0f8670d7ecc2ed627af2a7 (diff) | |
parent | bbb86671eaac735fe6ef57da01ef79fd16953238 (diff) |
Merge branch 'master' of https://github.com/xCrystal/pokered
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 2 |
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 |