Oversight in level comparison code
This commit is contained in:
parent
83006e64eb
commit
9c32202e95
|
@ -277,6 +277,7 @@ LevelUp::
|
|||
and a, $0F
|
||||
ld hl, hCLevel
|
||||
cp a, [hl]
|
||||
jr z, :+
|
||||
ret nc
|
||||
|
||||
: ldh a, [hNextSpeedUp]
|
||||
|
|
Loading…
Reference in New Issue