mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-21 20:30:50 +00:00
Better single-step control
This commit is contained in:
parent
ae1611fcc9
commit
e2c9480de4
@ -109,6 +109,9 @@ SlowSprites equ 0
|
|||||||
bcs :do_more
|
bcs :do_more
|
||||||
bra :evt_loop
|
bra :evt_loop
|
||||||
:do_more
|
:do_more
|
||||||
|
bit #PAD_KEY_DOWN
|
||||||
|
beq :evt_loop
|
||||||
|
|
||||||
and #$007F
|
and #$007F
|
||||||
cmp #'a'
|
cmp #'a'
|
||||||
bne :not_a
|
bne :not_a
|
||||||
|
Loading…
Reference in New Issue
Block a user