megademo: centralize takeoff graphics

This commit is contained in:
Vince Weaver 2018-10-18 22:27:08 -04:00
parent 6af2888500
commit 3a6fba1488
3 changed files with 18 additions and 6 deletions

View File

@ -17,6 +17,8 @@
30319 -- messing around with the "starring" routine
30265 -- moving starring pictures to megademo.s
30009 -- starring people but with LG removed for now
28217 -- optimize the erase routine in waterfall
28097 -- move takeoff graphics to megademo
Graphics sizes:
(LG lores=300B)

View File

@ -27,6 +27,7 @@ apple_iie:
;===================
jsr HOME
jsr rocket_takeoff
; jsr starring
@ -151,6 +152,9 @@ loop_forever:
.include "waterfall_page1.inc"
.include "waterfall_page2.inc"
; takeoff
.include "takeoff.inc"
; arrival
.include "arrival.inc"
@ -179,8 +183,16 @@ katahdin:
.incbin "KATC.BIN.lz4",11 ; skip the header
katahdin_end:
; takeoff
takeoff_hgr:
.incbin "takeoff.img.lz4",11
takeoff_hgr_end:
; spacebars
sb_background_hgr:
.incbin "SB_BACKGROUNDC.BIN.lz4",11
sb_background_hgr_end:

View File

@ -192,9 +192,7 @@ to_start_over:
rts ; 6
.include "takeoff.inc"
takeoff_hgr:
.incbin "takeoff.img.lz4",11
takeoff_hgr_end:
;.include "takeoff.inc"
;takeoff_hgr:
;.incbin "takeoff.img.lz4",11
;takeoff_hgr_end: