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
|
ret
|
||||||
|
|
||||||
SECTION "Restore Bank", ROM0[$28]
|
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::
|
RSTRestoreBank::
|
||||||
ld a, [wBankBackup+0]
|
ld a, [wBankBackup+0]
|
||||||
ld b, a
|
ld b, a
|
||||||
|
|
|
@ -412,7 +412,7 @@ DecrementLevel:
|
||||||
ld a, h
|
ld a, h
|
||||||
ldh [hStartSpeed+1], a
|
ldh [hStartSpeed+1], a
|
||||||
ld [rSelectedStartLevel+1], a
|
ld [rSelectedStartLevel+1], a
|
||||||
ret
|
jp CheckLevelRange
|
||||||
|
|
||||||
|
|
||||||
; Increments the selected option.
|
; Increments the selected option.
|
||||||
|
|
Loading…
Reference in New Issue