diff --git a/games/peasant/graphics/Makefile b/games/peasant/graphics/Makefile index a687b3d0..0345a055 100644 --- a/games/peasant/graphics/Makefile +++ b/games/peasant/graphics/Makefile @@ -93,12 +93,13 @@ graphics_peasant4.inc: \ ########### priority_peasant1.inc: \ + waterfall_priority.lzsa \ todo_priority.lzsa echo "gary_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_peasant1.inc echo "top_prints_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc echo "wishing_well_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc echo "leaning_tree_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc - echo "waterfall_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc + echo "waterfall_priority_lzsa: .incbin \"waterfall_priority.lzsa\"" >> priority_peasant1.inc ### @@ -336,6 +337,15 @@ todo_priority.lzsa: todo_priority.gr todo_priority.gr: todo_priority.png $(PNG2GR) todo_priority.png todo_priority.gr +#### + +waterfall_priority.lzsa: waterfall_priority.gr + $(LZSA) -r -f2 waterfall_priority.gr waterfall_priority.lzsa + +waterfall_priority.gr: waterfall_priority.png + $(PNG2GR) waterfall_priority.png waterfall_priority.gr + + ### diff --git a/games/peasant/graphics/waterfall_priority.png b/games/peasant/graphics/waterfall_priority.png new file mode 100644 index 00000000..0a4b1a57 Binary files /dev/null and b/games/peasant/graphics/waterfall_priority.png differ