Oversight in level comparison code

This commit is contained in:
Randy Thiemann 2023-10-24 05:08:38 +02:00
parent 83006e64eb
commit 9c32202e95
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ LevelUp::
and a, $0F
ld hl, hCLevel
cp a, [hl]
jr z, :+
ret nc
: ldh a, [hNextSpeedUp]