diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 12:36:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 12:36:33 -0500 |
commit | b1dc88b7281e0486cb952c8f8c62dab705eb4b9d (patch) | |
tree | b92c2cbcc4ccddd68802f0b30431145679d1ddc3 /items | |
parent | 40eae001a168502782338340db9f47216ae850f4 (diff) |
Experience and level calculations
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 f7eeffce5..5df6a1a6c 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1382,7 +1382,7 @@ RareCandy: ; ef14 ld [CurPartyLevel], a push de ld d, a - callba Function50e47 + callba CalcExpAtLevel pop de ld a, PartyMon1Exp - PartyMon1 |