aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2015-07-24 10:49:33 +0200
committerxCrystal <rgr.crystal@gmail.com>2015-07-24 10:49:33 +0200
commitbbb86671eaac735fe6ef57da01ef79fd16953238 (patch)
tree1a4d51999c926bd705b151b7953a4fc77092d843 /engine/evos_moves.asm
parentMerge pull request #107 from YamaArashi/master (diff)
downloadpokeyellow-bbb86671eaac735fe6ef57da01ef79fd16953238.tar.gz
pokeyellow-bbb86671eaac735fe6ef57da01ef79fd16953238.tar.xz
pokeyellow-bbb86671eaac735fe6ef57da01ef79fd16953238.zip
Use more wram labels and other constants
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 b9b4bb0f..585ee6ac 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