From 2b88951f9f55b86e218896ea222afed2a9f431fc Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 24 Jul 2018 14:14:04 -0400 Subject: =?UTF-8?q?MON=5FSTAT=5FEXP=20-=201=20=E2=86=92=20MON=5FEXP=20+=20?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/battle/core.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 312ba8158..8a0ca3289 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -7113,7 +7113,7 @@ GiveExperiencePoints: push bc call LoadTileMapToTempTileMap pop bc - ld hl, MON_STAT_EXP - 1 + ld hl, MON_EXP + 2 add hl, bc ld d, [hl] ld a, [hQuotient + 2] @@ -7145,7 +7145,7 @@ GiveExperiencePoints: ld d, MAX_LEVEL callfar CalcExpAtLevel pop bc - ld hl, MON_STAT_EXP - 1 + ld hl, MON_EXP + 2 add hl, bc push bc ld a, [hQuotient] -- cgit v1.2.3