ds: fix doors, enable everything

now just need to get sound working :(
This commit is contained in:
Vince Weaver 2019-11-07 00:06:19 -05:00
parent 9eb29fb652
commit 226798be95
2 changed files with 15 additions and 14 deletions

View File

@ -95,7 +95,7 @@ frame_decode_loop:
nop
; jsr appleII_intro
jsr appleII_intro
;===========================
@ -121,17 +121,17 @@ frame_decode_loop:
nop
nop
nop
; jsr open_book
jsr open_book
;===========================
; starbase scene
;===========================
nop
nop
nop
; nop
; nop
; nop
; jsr starbase
jsr starbase
;============================
; disable irq music

View File

@ -56,10 +56,10 @@ YADD = $6F
WASTE_CYCLES = $B6
FOREVER_OFFSET = $B7
FRAME_OFFSET = $B8
FRAME_PAGE = $B9
WASTE_CYCLES = $C6
FOREVER_OFFSET = $C7
FRAME_OFFSET = $C8
FRAME_PAGE = $C9
FRAMEL = $60
FRAMEH = $61
@ -125,16 +125,17 @@ GREEN3 = $C3
GREEN4 = $C4
ZERO = $C5
; have to be consecutive
DOOR_STATUS = $B0
DOOR_STATUS_H = $B1
DOOR_X = $B2
DOOR_X_H = $B3
DOOR_Y = $B4
DOOR_Y_H = $B5
DOOR_XMIN = $C6
DOOR_XMIN_H = $C7
DOOR_XMAX = $C8
DOOR_XMAX_H = $C9
DOOR_XMIN = $B6
DOOR_XMIN_H = $B7
DOOR_XMAX = $B8
DOOR_XMAX_H = $B9
BEAST_ZAPPING = $CA ; 1
BEAST_DEAD = $CB ; 1