Oopsie Woopsie. I made a Fucky Wucky.

This commit is contained in:
Randy Thiemann 2023-10-29 10:56:37 +01:00
parent e036abee60
commit bd8d165d3a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -42,7 +42,7 @@ RSTSwitchBank::
ret
SECTION "Restore Bank", ROM0[$28]
; Pops a bank from the stack ans switches to it.
; Pops a bank from the stack and switches to it.
RSTRestoreBank::
ld a, [wBankBackup+0]
ld b, a

View File

@ -412,7 +412,7 @@ DecrementLevel:
ld a, h
ldh [hStartSpeed+1], a
ld [rSelectedStartLevel+1], a
ret
jp CheckLevelRange
; Increments the selected option.