space-next chapter in manuals

This commit is contained in:
2023-10-18 14:10:46 -04:00
parent 5240bcf918
commit 56a0424d97
3 changed files with 4 additions and 0 deletions
+4
View File
@@ -105,8 +105,12 @@ NoEscape
beq scroll_up beq scroll_up
cmp #@kbcode._left cmp #@kbcode._left
beq prev_chapter beq prev_chapter
cmp #@kbcode._del
beq prev_chapter
cmp #@kbcode._right cmp #@kbcode._right
jeq next_chapter jeq next_chapter
cmp #@kbcode._space
jeq next_chapter
jmp main_loop jmp main_loop
scroll_down scroll_down
Binary file not shown.
Binary file not shown.