diff --git a/games/peasant/graphics/Makefile b/games/peasant/graphics/Makefile index 8088444a..35e97d0e 100644 --- a/games/peasant/graphics/Makefile +++ b/games/peasant/graphics/Makefile @@ -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 diff --git a/games/peasant/graphics/archery_priority.png b/games/peasant/graphics/archery_priority.png new file mode 100644 index 00000000..d57be5b7 Binary files /dev/null and b/games/peasant/graphics/archery_priority.png differ diff --git a/games/peasant/graphics/wishing_well_priority.png b/games/peasant/graphics/wishing_well_priority.png new file mode 100644 index 00000000..9bf746d5 Binary files /dev/null and b/games/peasant/graphics/wishing_well_priority.png differ