shithub: pokecrystal

Download patch

ref: 2b88951f9f55b86e218896ea222afed2a9f431fc
parent: d5b98f520692160cadcbf3470b02d5510d5fdf91
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Tue Jul 24 10:14:04 EDT 2018

MON_STAT_EXP - 1 → MON_EXP + 2

--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -7113,7 +7113,7 @@
 	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 @@
 	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]