mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
MAX_LEVEL = 255 should still compile
This commit is contained in:
parent
7dd6c8c3b2
commit
17f45b5c95
@ -6,7 +6,7 @@ CalcLevel: ; 50e1b
|
||||
.next_level
|
||||
inc d
|
||||
ld a, d
|
||||
cp MAX_LEVEL + 1
|
||||
cp LOW(MAX_LEVEL + 1)
|
||||
jr z, .got_level
|
||||
call CalcExpAtLevel
|
||||
push hl
|
||||
|
Loading…
Reference in New Issue
Block a user