diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-21 14:10:16 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-21 14:10:16 -0500 |
| commit | 630d789c70fcd2b87336caf4762be2012790d4a8 (patch) | |
| tree | 8eb763f57b4e840f10ff029963f7bc7d07abfda7 /items | |
| parent | 047effba941ca96bf0b3d16fc2ddef964e4f17d8 (diff) | |
More link trade shenanigans
Diffstat (limited to 'items')
| -rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 670b1d48e..faa35133f 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1285,7 +1285,7 @@ UpdateStatsAfterItem: ; ee8c call GetPartyParamLocation ld d, h ld e, l - ld a, MON_EXP + 2 + ld a, MON_STAT_EXP - 1 call GetPartyParamLocation ld b, $1 predef_jump CalcPkmnStats |
