diff --git a/ootw/hello.bas b/ootw/hello.bas index 4f0245ca..28764d4f 100644 --- a/ootw/hello.bas +++ b/ootw/hello.bas @@ -1,5 +1,5 @@ 5 HOME - 10 PRINT "OOTW PROOF-OF-CONCEPT V1.8 BY DEATER" + 10 PRINT "OOTW PROOF-OF-CONCEPT V1.9 BY DEATER" 20 PRINT " DISK,LZ4 BY QKUMBA" 25 PRINT " ," 30 PRINT "ORIGINAL BY ERIC CHAHI" diff --git a/ootw/keyboard.s b/ootw/keyboard.s index a38a3263..68b2f95a 100644 --- a/ootw/keyboard.s +++ b/ootw/keyboard.s @@ -2,6 +2,21 @@ ; handle keypress ;====================================== +; A or <- : start moving left +; D or -> : start moving right +; W or up : jump +; S or down : crouch or pickup +; space : action +; escape : quit + +; if left: if running right, walk right +; if walk right, stand right +; if stand right, stand left +; if stand left, walk left +; if walk left, run left + + + handle_keypress: lda PHYSICIST_STATE diff --git a/ootw/ootw.dsk b/ootw/ootw.dsk index 827624b5..db16b754 100644 Binary files a/ootw/ootw.dsk and b/ootw/ootw.dsk differ