peasant: add some more locations

This commit is contained in:
Vince Weaver 2021-08-22 01:47:52 -04:00
parent edf316ac06
commit 47889a6d1b
7 changed files with 49 additions and 8 deletions

View File

@ -27,8 +27,14 @@ graphics_intro.inc: \
graphics_peasant1.inc: \
todo.lzsa \
gary.lzsa \
top_prints.lzsa \
leaning_tree.lzsa \
waterfall.lzsa
echo "todo_lzsa: .incbin \"todo.lzsa\"" > graphics_peasant1.inc
echo "gary_lzsa: .incbin \"gary.lzsa\"" >> graphics_peasant1.inc
echo "top_prints_lzsa: .incbin \"top_prints.lzsa\"" >> graphics_peasant1.inc
echo "leaning_tree_lzsa: .incbin \"leaning_tree.lzsa\"" >> graphics_peasant1.inc
echo "waterfall_lzsa: .incbin \"waterfall.lzsa\"" >> graphics_peasant1.inc
###
@ -59,14 +65,23 @@ graphics_peasant3.inc: \
graphics_peasant4.inc: \
todo.lzsa \
bottom_prints.lzsa \
lady_cottage.lzsa \
crooked_tree.lzsa
echo "todo_lzsa: .incbin \"todo.lzsa\"" > graphics_peasant4.inc
echo "bottom_prints_lzsa: .incbin \"bottom_prints.lzsa\"" >> graphics_peasant4.inc
echo "lady_cottage_lzsa: .incbin \"lady_cottage.lzsa\"" >> graphics_peasant4.inc
echo "crooked_tree_lzsa: .incbin \"crooked_tree.lzsa\"" >> graphics_peasant4.inc
###
bottom_prints.lzsa: bottom_prints.hgr
$(LZSA) -r -f2 bottom_prints.hgr bottom_prints.lzsa
bottom_prints.hgr: bottom_prints.png
$(PNG2HGR) bottom_prints.png > bottom_prints.hgr
###
cottage.lzsa: cottage.hgr
$(LZSA) -r -f2 cottage.hgr cottage.lzsa
@ -82,6 +97,15 @@ crooked_tree.lzsa: crooked_tree.hgr
crooked_tree.hgr: crooked_tree.png
$(PNG2HGR) crooked_tree.png > crooked_tree.hgr
###
gary.lzsa: gary.hgr
$(LZSA) -r -f2 gary.hgr gary.lzsa
gary.hgr: gary.png
$(PNG2HGR) gary.png > gary.hgr
###
lady_cottage.lzsa: lady_cottage.hgr
@ -109,6 +133,14 @@ lake_e.hgr: lake_e.png
###
leaning_tree.lzsa: leaning_tree.hgr
$(LZSA) -r -f2 leaning_tree.hgr leaning_tree.lzsa
leaning_tree.hgr: leaning_tree.png
$(PNG2HGR) leaning_tree.png > leaning_tree.hgr
###
river.lzsa: river.hgr
$(LZSA) -r -f2 river.hgr river.lzsa
@ -117,6 +149,15 @@ river.hgr: river.png
###
top_prints.lzsa: top_prints.hgr
$(LZSA) -r -f2 top_prints.hgr top_prints.lzsa
top_prints.hgr: top_prints.png
$(PNG2HGR) top_prints.png > top_prints.hgr
###
knight.lzsa: knight.hgr
$(LZSA) -r -f2 knight.hgr knight.lzsa

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -303,10 +303,10 @@ fake_error2:
map_backgrounds_low:
.byte <todo_lzsa ; 0
.byte <todo_lzsa ; 1
.byte <gary_lzsa ; 0 -- gary the horse
.byte <top_prints_lzsa ; 1 -- top footprints
.byte <todo_lzsa ; 2
.byte <todo_lzsa ; 3 --
.byte <leaning_tree_lzsa ; 3 -- leaning tree
.byte <waterfall_lzsa ; 4 -- waterfall
; .byte <todo_lzsa ; 5
; .byte <todo_lzsa ; 6
@ -325,10 +325,10 @@ map_backgrounds_low:
; .byte <crooked_tree_lzsa ; 19 -- crooked tree
map_backgrounds_hi:
.byte >todo_lzsa ; 0
.byte >todo_lzsa ; 1
.byte >gary_lzsa ; 0 -- gary the horse
.byte >top_prints_lzsa ; 1 -- top footprints
.byte >todo_lzsa ; 2
.byte >todo_lzsa ; 3
.byte >leaning_tree_lzsa ; 3 -- leaning tree
.byte >waterfall_lzsa ; 4 -- waterfall
; .byte >todo_lzsa ; 5
; .byte >todo_lzsa ; 6

View File

@ -322,7 +322,7 @@ map_backgrounds_low:
; .byte <inn_lzsa ; 14 -- inn
.byte <todo_lzsa ; 15
.byte <todo_lzsa ; 16
.byte <todo_lzsa ; 17
.byte <bottom_prints_lzsa ; 17 -- bottom footprints
.byte <lady_cottage_lzsa ; 18 -- cottage lady
.byte <crooked_tree_lzsa ; 19 -- crooked tree
@ -344,7 +344,7 @@ map_backgrounds_hi:
; .byte >inn_lzsa ; 14 -- inn
.byte >todo_lzsa ; 15
.byte >todo_lzsa ; 16
.byte >todo_lzsa ; 17
.byte >bottom_prints_lzsa ; 17 -- bottom footprints
.byte >lady_cottage_lzsa ; 18 -- cottage lady
.byte >crooked_tree_lzsa ; 19 -- crooked tree