diff options
Diffstat (limited to 'items/item_effects.asm')
-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 |