diff --git a/games/peasant/graphics/Makefile b/games/peasant/graphics/Makefile index 7efa3dab..87592d41 100644 --- a/games/peasant/graphics/Makefile +++ b/games/peasant/graphics/Makefile @@ -31,6 +31,7 @@ graphics.inc: \ knight.lzsa \ waterfall.lzsa \ inn.lzsa \ + crooked_tree.lzsa \ todo.lzsa echo "cottage_lzsa: .incbin \"cottage.lzsa\"" > graphics.inc echo "lake_w_lzsa: .incbin \"lake_w.lzsa\"" >> graphics.inc @@ -39,35 +40,12 @@ graphics.inc: \ echo "knight_lzsa: .incbin \"knight.lzsa\"" >> graphics.inc echo "waterfall_lzsa: .incbin \"waterfall.lzsa\"" >> graphics.inc echo "inn_lzsa: .incbin \"inn.lzsa\"" >> graphics.inc + echo "crooked_tree_lzsa: .incbin \"crooked_tree.lzsa\"" >> graphics.inc echo "todo_lzsa: .incbin \"todo.lzsa\"" >> graphics.inc ### -videlectrix.lzsa: videlectrix.hgr - $(LZSA) -r -f2 videlectrix.hgr videlectrix.lzsa - -videlectrix.hgr: videlectrix.png - $(PNG2HGR) videlectrix.png > videlectrix.hgr - -### - -peasant_title.lzsa: peasant_title.hgr - $(LZSA) -r -f2 peasant_title.hgr peasant_title.lzsa - -peasant_title.hgr: peasant_title.png - $(PNG2HGR) peasant_title.png > peasant_title.hgr - -### - -tips.lzsa: tips.hgr - $(LZSA) -r -f2 tips.hgr tips.lzsa - -tips.hgr: tips.png - $(PNG2HGR) tips.png > tips.hgr - -### - cottage.lzsa: cottage.hgr $(LZSA) -r -f2 cottage.hgr cottage.lzsa @@ -76,6 +54,15 @@ cottage.hgr: cottage.png ### +crooked_tree.lzsa: crooked_tree.hgr + $(LZSA) -r -f2 crooked_tree.hgr crooked_tree.lzsa + +crooked_tree.hgr: crooked_tree.png + $(PNG2HGR) crooked_tree.png > crooked_tree.hgr + + +### + lake_w.lzsa: lake_w.hgr $(LZSA) -r -f2 lake_w.hgr lake_w.lzsa diff --git a/games/peasant/graphics/crooked_tree.png b/games/peasant/graphics/crooked_tree.png new file mode 100644 index 00000000..24b35c8b Binary files /dev/null and b/games/peasant/graphics/crooked_tree.png differ diff --git a/games/peasant/peasant.s b/games/peasant/peasant.s index d65c530d..5b35e0bf 100644 --- a/games/peasant/peasant.s +++ b/games/peasant/peasant.s @@ -462,46 +462,46 @@ map_wrap_y: map_backgrounds_low: - .byte todo_lzsa ; 0 - .byte >todo_lzsa ; 1 - .byte >todo_lzsa ; 2 - .byte >todo_lzsa ; 3 - .byte >waterfall_lzsa ; 4 -- waterfall - .byte >todo_lzsa ; 5 - .byte >todo_lzsa ; 6 - .byte >todo_lzsa ; 7 - .byte >river_lzsa ; 8 -- river - .byte >knight_lzsa ; 9 -- knight - .byte >todo_lzsa ; 10 - .byte >cottage_lzsa ; 11 -- cottage - .byte >lake_w_lzsa ; 12 -- lake west - .byte >lake_e_lzsa ; 13 -- lake east - .byte >inn_lzsa ; 14 -- inn - .byte >todo_lzsa ; 15 - .byte >todo_lzsa ; 16 - .byte >todo_lzsa ; 17 - .byte >todo_lzsa ; 18 - .byte >todo_lzsa ; 19 + .byte >todo_lzsa ; 0 + .byte >todo_lzsa ; 1 + .byte >todo_lzsa ; 2 + .byte >todo_lzsa ; 3 + .byte >waterfall_lzsa ; 4 -- waterfall + .byte >todo_lzsa ; 5 + .byte >todo_lzsa ; 6 + .byte >todo_lzsa ; 7 + .byte >river_lzsa ; 8 -- river + .byte >knight_lzsa ; 9 -- knight + .byte >todo_lzsa ; 10 + .byte >cottage_lzsa ; 11 -- cottage + .byte >lake_w_lzsa ; 12 -- lake west + .byte >lake_e_lzsa ; 13 -- lake east + .byte >inn_lzsa ; 14 -- inn + .byte >todo_lzsa ; 15 + .byte >todo_lzsa ; 16 + .byte >todo_lzsa ; 17 + .byte >todo_lzsa ; 18 + .byte >crooked_tree_lzsa ; 19 -- crooked tree