keen: release version 0.8

mostly menu / story support
This commit is contained in:
Vince Weaver 2024-05-10 23:12:41 -04:00
parent c5906235fc
commit 583bebb5f0
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
5 HOME
10 PRINT "LOADING KEEN V0.07"
10 PRINT "LOADING KEEN V0.08"
20 PRINT " KEEN1 PROOF-OF-CONCEPT DEMAKE"
30 PRINT:PRINT
70 PRINT "BASED ON KEEN1 BY ID"

View File

@ -114,7 +114,7 @@ left_pressed:
; check if allowed to move left
ldx MARS_TILEY
dex ; look one up
;dex ; look one up
lda tilemap_lookup_high,X
sta INH
@ -175,7 +175,7 @@ right_pressed:
; check if allowed to move right
ldx MARS_TILEY
dex ; look one up
; dex ; look one up
lda tilemap_lookup_high,X
sta INH
@ -265,7 +265,7 @@ up_pressed:
; check if allowed to move up
ldx MARS_TILEY
dex ; look one up
; dex ; look one up
lda tilemap_lookup_high,X
sta INH

Binary file not shown.