peasant: add another location

This commit is contained in:
Vince Weaver 2021-08-17 00:04:04 -04:00
parent baec25c64e
commit 4809b2ad13
3 changed files with 51 additions and 64 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -481,7 +481,7 @@ map_backgrounds_low:
.byte <todo_lzsa ; 16
.byte <todo_lzsa ; 17
.byte <todo_lzsa ; 18
.byte <todo_lzsa ; 19
.byte <crooked_tree_lzsa ; 19 -- crooked tree
map_backgrounds_hi:
.byte >todo_lzsa ; 0
@ -503,5 +503,5 @@ map_backgrounds_hi:
.byte >todo_lzsa ; 16
.byte >todo_lzsa ; 17
.byte >todo_lzsa ; 18
.byte >todo_lzsa ; 19
.byte >crooked_tree_lzsa ; 19 -- crooked tree