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 | yet more naming (diff) | |
| parent | Use more wram labels and other constants (diff) | |
| download | pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.gz pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.xz pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.zip | |
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 |
