fix typo on stub x/y inputs
was accidentally falling through to the load a viewport from a keypress thingy which was not needed here
This commit is contained in:
parent
f2a6af0995
commit
b46e6fb343
1 changed files with 2 additions and 2 deletions
4
mandel.s
4
mandel.s
|
|
@ -1650,12 +1650,12 @@ letter_keys:
|
||||||
cpy #KEY_X
|
cpy #KEY_X
|
||||||
bne not_x
|
bne not_x
|
||||||
jsr input_x
|
jsr input_x
|
||||||
jmp load_key_viewport
|
jmp done
|
||||||
not_x:
|
not_x:
|
||||||
cpy #KEY_Y
|
cpy #KEY_Y
|
||||||
bne not_y
|
bne not_y
|
||||||
jsr input_y
|
jsr input_y
|
||||||
jmp load_key_viewport
|
jmp done
|
||||||
not_y:
|
not_y:
|
||||||
jmp skip_char
|
jmp skip_char
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue