diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 17:06:30 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 17:06:30 -0400 |
commit | 9eefed45f7ff3b9ee6023fb0829528e34aa0729a (patch) | |
tree | 84084ff2d9c3d1ba14b44e529702f83ced3e633c /engine/battle/15.asm | |
parent | fee52c53a40f8e36dfccfbe73668bfc2858c2a95 (diff) |
Use MAX_LEVEL instead of 100/$64
Diffstat (limited to 'engine/battle/15.asm')
-rwxr-xr-x | engine/battle/15.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/15.asm b/engine/battle/15.asm index 322bb31e..7966e634 100755 --- a/engine/battle/15.asm +++ b/engine/battle/15.asm @@ -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 |