mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-19 12:32:35 +00:00
megademo: move some more images to main file
This commit is contained in:
parent
671d5c66c2
commit
98369f196e
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user