diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2015-07-24 10:49:33 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2015-07-24 10:49:33 +0200 |
| commit | bbb86671eaac735fe6ef57da01ef79fd16953238 (patch) | |
| tree | 1a4d51999c926bd705b151b7953a4fc77092d843 /engine/evos_moves.asm | |
| parent | Merge pull request #107 from YamaArashi/master (diff) | |
| download | pokeyellow-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-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 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 |
