Oopsie Woopsie. I made a Fucky Wucky.
This commit is contained in:
parent
e036abee60
commit
bd8d165d3a
BIN
bin/DMGTRIS.GBC
BIN
bin/DMGTRIS.GBC
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -412,7 +412,7 @@ DecrementLevel:
|
|||
ld a, h
|
||||
ldh [hStartSpeed+1], a
|
||||
ld [rSelectedStartLevel+1], a
|
||||
ret
|
||||
jp CheckLevelRange
|
||||
|
||||
|
||||
; Increments the selected option.
|
||||
|
|
Loading…
Reference in New Issue