peasant: add more priorities

getting too close to file size limit :(
This commit is contained in:
Vince Weaver 2021-10-10 00:02:25 -04:00
parent ea4c566d39
commit dcf6cfb8e9
5 changed files with 19 additions and 11 deletions

View File

@ -23,9 +23,9 @@ peasant.dsk: QBOOT QLOAD VID_LOGO TITLE INTRO \
$(DOS33_RAW) peasant.dsk 4 0 VID_LOGO 0 0
$(DOS33_RAW) peasant.dsk 6 0 TITLE 0 0
$(DOS33_RAW) peasant.dsk 9 0 INTRO 0 0
$(DOS33_RAW) peasant.dsk 15 0 PEASANT1 0 0
$(DOS33_RAW) peasant.dsk 20 0 PEASANT2 0 0
$(DOS33_RAW) peasant.dsk 25 0 PEASANT3 0 0
$(DOS33_RAW) peasant.dsk 13 0 PEASANT1 0 0
$(DOS33_RAW) peasant.dsk 19 0 PEASANT2 0 0
$(DOS33_RAW) peasant.dsk 24 0 PEASANT3 0 0
$(DOS33_RAW) peasant.dsk 30 0 PEASANT4 0 0
peasant_side2.dsk: WBOOT2 COPY_CHECK TROGDOR ENDING CLIFF

View File

@ -59,14 +59,14 @@ T 3 = MUSIC 4045 bytes 16S = 1T0S
T 4 = VID_LOGO 6911 bytes 27S = 1T11S
T 6 = TITLE 9662 bytes 38S = 2T6S
T 9 = INTRO 16040 bytes 63S = 3T15S
T 13 = COPY_CHECK 4922 bytes 20S = 1T4S
T 15 = PEASANT1 22501 bytes 79S = 4T15S ; 88 is max?
T 20 = PEASANT2 ; 79 = 20224
T 25 = PEASANT3
T 13 = PEASANT1 22501 bytes 79S = 4T15S ; 88 is max?
T 19 = PEASANT2 ; 79 = 20224
T 24 = PEASANT3
T 30 = PEASANT4
Disk2 Map (disk has 35 tracks, each 4k in size)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
T 1 = COPY_CHECK 4922 bytes 20S = 1T4S
T 19 = TROGDOR 13673 bytes
T 24 = ENDING 19690 bytes 77S = 4T13S

View File

@ -126,10 +126,10 @@ priority_peasant2.inc: \
###
priority_peasant3.inc: \
todo_priority.lzsa \
jhonka_priority.lzsa \
cottage_priority.lzsa \
lake_w_priority.lzsa lake_e_priority.lzsa inn_priority.lzsa
echo "jhonka_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_peasant3.inc
echo "jhonka_priority_lzsa: .incbin \"jhonka_priority.lzsa\"" > priority_peasant3.inc
echo "cottage_priority_lzsa: .incbin \"cottage_priority.lzsa\"" >> priority_peasant3.inc
echo "lake_w_priority_lzsa: .incbin \"lake_w_priority.lzsa\"" >> priority_peasant3.inc
echo "lake_e_priority_lzsa: .incbin \"lake_e_priority.lzsa\"" >> priority_peasant3.inc
@ -362,6 +362,14 @@ inn_priority.hgr: inn_priority.png
###
jhonka_priority.lzsa: jhonka_priority.hgr
$(LZSA) -r -f2 jhonka_priority.hgr jhonka_priority.lzsa
jhonka_priority.hgr: jhonka_priority.png
$(PNG2GR) jhonka_priority.png jhonka_priority.hgr
###
lady_cottage_priority.lzsa: lady_cottage_priority.hgr
$(LZSA) -r -f2 lady_cottage_priority.hgr lady_cottage_priority.lzsa

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -213,7 +213,7 @@ load_address_array:
track_array:
.byte 4, 6, 9,1 ; VID_LOGO, TITLE, INTRO, COPY_CHECK
.byte 15,20,25,30 ; PEASANT1, PEASANT2, PEASANT3, PEASANT4
.byte 13,19,24,30 ; PEASANT1, PEASANT2, PEASANT3, PEASANT4
.byte 19,24, 3,29 ; TROGDOR, ENDING, MUSIC, CLIFF
.byte 30,32,28,30 ;
.byte 0 ;
@ -231,7 +231,7 @@ sector_array:
length_array:
.byte 32, 50, 60, 20 ; VID_LOGO, TITLE, INTRO, COPY_CHECK
.byte 80, 80, 80, 80 ; PEASANT1, PEASANT2, PEASANT3, PEASANT4
.byte 80, 80, 88, 80 ; PEASANT1, PEASANT2, PEASANT3, PEASANT4
.byte 80, 80, 16, 80 ; TROGDOR, ENDING, MUSIC, CLIFF
.byte 20, 33, 27, 78 ;
.byte 3 ;