You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
MON_STAT_EXP - 1 → MON_EXP + 2
This commit is contained in:
@@ -7113,7 +7113,7 @@ GiveExperiencePoints:
|
|||||||
push bc
|
push bc
|
||||||
call LoadTileMapToTempTileMap
|
call LoadTileMapToTempTileMap
|
||||||
pop bc
|
pop bc
|
||||||
ld hl, MON_STAT_EXP - 1
|
ld hl, MON_EXP + 2
|
||||||
add hl, bc
|
add hl, bc
|
||||||
ld d, [hl]
|
ld d, [hl]
|
||||||
ld a, [hQuotient + 2]
|
ld a, [hQuotient + 2]
|
||||||
@@ -7145,7 +7145,7 @@ GiveExperiencePoints:
|
|||||||
ld d, MAX_LEVEL
|
ld d, MAX_LEVEL
|
||||||
callfar CalcExpAtLevel
|
callfar CalcExpAtLevel
|
||||||
pop bc
|
pop bc
|
||||||
ld hl, MON_STAT_EXP - 1
|
ld hl, MON_EXP + 2
|
||||||
add hl, bc
|
add hl, bc
|
||||||
push bc
|
push bc
|
||||||
ld a, [hQuotient]
|
ld a, [hQuotient]
|
||||||
|
Reference in New Issue
Block a user