ds: getting close

This commit is contained in:
Vince Weaver 2019-11-08 21:01:57 -05:00
parent 176af12a61
commit 467d1cc0ff
2 changed files with 16 additions and 16 deletions

View File

@ -62,45 +62,45 @@ demosplash2019:
; missing scene
;===========================
nop
nop
nop
; jsr missing_intro
; nop
; nop
; nop
jsr missing_intro
;========================
; start irq music
;========================
nop
; nop
; cli ; enable interrupts
cli ; enable interrupts
;===========================
; opening book scene
;============================
nop
nop
nop
; nop
; nop
; nop
; jsr open_book
jsr open_book
;===========================
; starbase scene
;===========================
nop
nop
nop
; nop
; nop
; nop
; jsr starbase
jsr starbase
;============================
; disable irq music
nop
; sei
; nop
sei
;===========================

Binary file not shown.