diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
| commit | f658aff5383fa1e22343efc17e4551c6e7685a39 (patch) | |
| tree | 227e1d24c44a3f300b26748095b06fe9da9d2953 /engine/battle/experience.asm | |
| parent | named CountSetBits output variable (diff) | |
| download | pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.tar.gz pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.tar.xz pokeyellow-f658aff5383fa1e22343efc17e4551c6e7685a39.zip | |
named wram variables
Diffstat (limited to 'engine/battle/experience.asm')
| -rw-r--r-- | engine/battle/experience.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/experience.asm b/engine/battle/experience.asm index edee81b1..433588e3 100644 --- a/engine/battle/experience.asm +++ b/engine/battle/experience.asm @@ -231,8 +231,8 @@ GainExperience: ; 5524f (15:524f) ld bc, 1 + NUM_STATS * 2 call CopyData .recalcStatChanges - xor a - ld [wd11e], a + xor a ; battle mon + ld [wCalculateWhoseStats], a callab CalculateModifiedStats callab ApplyBurnAndParalysisPenaltiesToPlayer callab ApplyBadgeStatBoosts |
