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