mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
peasant: more work on graphics
This commit is contained in:
parent
f3ba9135aa
commit
d08692ee2a
@ -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 |
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user