megademo: move some more images to main file

This commit is contained in:
Vince Weaver 2018-10-18 13:58:36 -04:00
parent 671d5c66c2
commit 98369f196e
3 changed files with 22 additions and 8 deletions

View File

@ -14,3 +14,5 @@
30420 -- update words in bird_mountain
30413 -- mostly finished bird mountain
30350 -- move more letters to letters file
30319 -- messing around with the "starring" routine
30265 -- moving starring pictures to megademo.s

View File

@ -137,6 +137,8 @@ loop_forever:
; starring
.include "starring1.inc"
.include "starring2.inc"
.include "fs.inc"
.include "deater.inc"
; leaving
.include "leaving.inc"
@ -151,12 +153,19 @@ loop_forever:
;============================
; Include Hires Graphics
; No Alignment Needed
; FIXME: we can save 8 bytes per file by stripping checksums off end
;============================
; starring
starring3:
.incbin "starring3.img.lz4",11
starring3_end:
fs_hgr:
.incbin "FS_HGRC.BIN.lz4",11
fs_hgr_end:
deater_hgr:
.incbin "DEATER_HGRC.BIN.lz4",11
deater_hgr_end:
; bird mountain
katahdin:
@ -167,3 +176,6 @@ katahdin_end:
sb_background_hgr:
.incbin "SB_BACKGROUNDC.BIN.lz4",11
sb_background_hgr_end:

View File

@ -292,12 +292,12 @@ setup_people_deater:
.include "fs.inc"
.include "deater.inc"
fs_hgr:
.incbin "FS_HGRC.BIN.lz4",11
fs_hgr_end:
deater_hgr:
.incbin "DEATER_HGRC.BIN.lz4",11
deater_hgr_end:
;.include "fs.inc"
;.include "deater.inc"
;fs_hgr:
;.incbin "FS_HGRC.BIN.lz4",11
;fs_hgr_end:
;deater_hgr:
;.incbin "DEATER_HGRC.BIN.lz4",11
;deater_hgr_end: