peasant: more work on graphics

This commit is contained in:
Vince Weaver 2021-08-10 16:03:31 -04:00
parent f3ba9135aa
commit d08692ee2a
4 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@ graphics.inc: \
echo "cottage_lzsa: .incbin \"cottage.lzsa\"" >> graphics.inc echo "cottage_lzsa: .incbin \"cottage.lzsa\"" >> graphics.inc
echo "lake_w_lzsa: .incbin \"lake_w.lzsa\"" >> graphics.inc echo "lake_w_lzsa: .incbin \"lake_w.lzsa\"" >> graphics.inc
echo "lake_e_lzsa: .incbin \"lake_e.lzsa\"" >> graphics.inc echo "lake_e_lzsa: .incbin \"lake_e.lzsa\"" >> graphics.inc
# echo "river_lzsa: .incbin \"river.lzsa\"" >> graphics.inc echo "river_lzsa: .incbin \"river.lzsa\"" >> graphics.inc
# echo "knight_lzsa: .incbin \"knight.lzsa\"" >> graphics.inc # echo "knight_lzsa: .incbin \"knight.lzsa\"" >> graphics.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -86,15 +86,16 @@ hgr_display:
jsr lake_east jsr lake_east
.if 0
;************************ ;************************
; River ; River
;************************ ;************************
jsr river jsr river
.if 0
;************************ ;************************
; Knight ; Knight
@ -124,7 +125,7 @@ forever:
.include "cottage.s" .include "cottage.s"
.include "lake_w.s" .include "lake_w.s"
.include "lake_e.s" .include "lake_e.s"
;.include "river.s" .include "river.s"
.include "hgr_font.s" .include "hgr_font.s"