peasant: last peasantry priorities

This commit is contained in:
Vince Weaver 2021-10-12 00:38:18 -04:00
parent efa020c70d
commit 38f1c1c268
3 changed files with 10 additions and 2 deletions

View File

@ -117,12 +117,12 @@ priority_peasant1.inc: \
###
priority_peasant2.inc: \
todo_priority.lzsa \
haystack_priority.lzsa puddle_priority.lzsa \
archery_priority.lzsa \
river_priority.lzsa knight_priority.lzsa
echo "haystack_priority_lzsa: .incbin \"haystack_priority.lzsa\"" > priority_peasant2.inc
echo "puddle_priority_lzsa: .incbin \"puddle_priority.lzsa\"" >> priority_peasant2.inc
echo "archery_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant2.inc
echo "archery_priority_lzsa: .incbin \"archery_priority.lzsa\"" >> priority_peasant2.inc
echo "river_priority_lzsa: .incbin \"river_priority.lzsa\"" >> priority_peasant2.inc
echo "knight_priority_lzsa: .incbin \"knight_priority.lzsa\"" >> priority_peasant2.inc
@ -342,6 +342,14 @@ todo.hgr: todo.png
###
archery_priority.lzsa: archery_priority.hgr
$(LZSA) -r -f2 archery_priority.hgr archery_priority.lzsa
archery_priority.hgr: archery_priority.png
$(PNG2GR) archery_priority.png archery_priority.hgr
###
bottom_prints_priority.lzsa: bottom_prints_priority.hgr
$(LZSA) -r -f2 bottom_prints_priority.hgr bottom_prints_priority.lzsa

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B