mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
ds: fix doors, enable everything
now just need to get sound working :(
This commit is contained in:
parent
9eb29fb652
commit
226798be95
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user