mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use MAX_LEVEL instead of 100/$64
This commit is contained in:
parent
fee52c53a4
commit
9eefed45f7
4 changed files with 5 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ Func_5525f: ; 5525f (15:525f)
|
|||
ld a, [hl]
|
||||
ld [wd0b5], a
|
||||
call GetMonHeader
|
||||
ld d, $64
|
||||
ld d, MAX_LEVEL
|
||||
callab CalcExperience
|
||||
ld a, [H_NUMTOPRINT] ; $ff96 (aliases: H_MULTIPLICAND)
|
||||
ld b, a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue