mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-21 07:29:18 +00:00
keen1: work more on items
This commit is contained in:
parent
9b0b98bbe8
commit
4c1f36cd64
@ -2,10 +2,10 @@
|
||||
;==================
|
||||
; check for items
|
||||
;==================
|
||||
; A holds tile value of head
|
||||
; A holds tile value to check
|
||||
|
||||
check_item:
|
||||
|
||||
; lda tilemap,X
|
||||
cmp #27
|
||||
bcc done_check_item ; not an item
|
||||
cmp #32
|
||||
|
@ -47,12 +47,6 @@ keen_start:
|
||||
lda #>enemy_data
|
||||
sta ENEMY_DATAH
|
||||
|
||||
; FIXME: temporary
|
||||
; lda INVENTORY
|
||||
; ora #INV_RED_KEY
|
||||
; sta INVENTORY
|
||||
|
||||
|
||||
lda #4
|
||||
sta DRAW_PAGE
|
||||
|
||||
@ -193,7 +187,6 @@ level1_bg_zx02:
|
||||
.include "text_print.s"
|
||||
.include "gr_offsets.s"
|
||||
.include "gr_fast_clear.s"
|
||||
; .include "gr_copy.s"
|
||||
.include "gr_pageflip.s"
|
||||
.include "gr_putsprite_crop.s"
|
||||
.include "zx02_optim.s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user