peasant: update the graphics
@ -57,12 +57,14 @@ graphics_peasant3.inc: \
|
||||
jhonka.lzsa \
|
||||
cottage.lzsa \
|
||||
lake_e.lzsa \
|
||||
lake_e_boat.lzsa \
|
||||
lake_w.lzsa \
|
||||
inn.lzsa
|
||||
echo "jhonka_lzsa: .incbin \"jhonka.lzsa\"" > graphics_peasant3.inc
|
||||
echo "cottage_lzsa: .incbin \"cottage.lzsa\"" >> graphics_peasant3.inc
|
||||
echo "lake_w_lzsa: .incbin \"lake_w.lzsa\"" >> graphics_peasant3.inc
|
||||
echo "lake_e_lzsa: .incbin \"lake_e.lzsa\"" >> graphics_peasant3.inc
|
||||
echo "lake_e_boat_lzsa: .incbin \"lake_e_boat.lzsa\"" >> graphics_peasant3.inc
|
||||
echo "inn_lzsa: .incbin \"inn.lzsa\"" >> graphics_peasant3.inc
|
||||
|
||||
###
|
||||
@ -161,6 +163,24 @@ lady_cottage.hgr: lady_cottage.png
|
||||
$(PNG2HGR) lady_cottage.png > lady_cottage.hgr
|
||||
|
||||
|
||||
###
|
||||
|
||||
lake_e.lzsa: lake_e.hgr
|
||||
$(LZSA) -r -f2 lake_e.hgr lake_e.lzsa
|
||||
|
||||
lake_e.hgr: lake_e.png
|
||||
$(PNG2HGR) lake_e.png > lake_e.hgr
|
||||
|
||||
|
||||
###
|
||||
|
||||
lake_e_boat.lzsa: lake_e_boat.hgr
|
||||
$(LZSA) -r -f2 lake_e_boat.hgr lake_e_boat.lzsa
|
||||
|
||||
lake_e_boat.hgr: lake_e_boat.png
|
||||
$(PNG2HGR) lake_e_boat.png > lake_e_boat.hgr
|
||||
|
||||
|
||||
###
|
||||
|
||||
lake_w.lzsa: lake_w.hgr
|
||||
@ -169,13 +189,6 @@ lake_w.lzsa: lake_w.hgr
|
||||
lake_w.hgr: lake_w.png
|
||||
$(PNG2HGR) lake_w.png > lake_w.hgr
|
||||
|
||||
###
|
||||
|
||||
lake_e.lzsa: lake_e.hgr
|
||||
$(LZSA) -r -f2 lake_e.hgr lake_e.lzsa
|
||||
|
||||
lake_e.hgr: lake_e.png
|
||||
$(PNG2HGR) lake_e.png > lake_e.hgr
|
||||
|
||||
###
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
games/peasant/graphics/lake_e_boat.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
BIN
games/peasant/graphics/map.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -277,18 +277,13 @@ score_text:
|
||||
|
||||
.include "graphics/graphics_peasant1.inc"
|
||||
|
||||
.include "version.inc"
|
||||
|
||||
help_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"I don't understand. Type",13
|
||||
.byte "HELP for assistances.",0
|
||||
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.3",0
|
||||
|
||||
|
||||
fake_error1:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"?SYNTAX ERROR IN 1020",13
|
||||
|
@ -279,18 +279,13 @@ score_text:
|
||||
|
||||
.include "graphics/graphics_peasant2.inc"
|
||||
|
||||
.include "version.inc"
|
||||
|
||||
help_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"I don't understand. Type",13
|
||||
.byte "HELP for assistances.",0
|
||||
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.3",0
|
||||
|
||||
|
||||
fake_error1:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"?SYNTAX ERROR IN 1020",13
|
||||
|
@ -279,18 +279,13 @@ score_text:
|
||||
|
||||
.include "graphics/graphics_peasant3.inc"
|
||||
|
||||
.include "version.inc"
|
||||
|
||||
help_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"I don't understand. Type",13
|
||||
.byte "HELP for assistances.",0
|
||||
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.3",0
|
||||
|
||||
|
||||
fake_error1:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"?SYNTAX ERROR IN 1020",13
|
||||
@ -317,7 +312,7 @@ map_backgrounds_low:
|
||||
.byte <jhonka_lzsa ; 10 -- jhonka
|
||||
.byte <cottage_lzsa ; 11 -- cottage
|
||||
.byte <lake_w_lzsa ; 12 -- lake west
|
||||
.byte <lake_e_lzsa ; 13 -- lake east
|
||||
.byte <lake_e_boat_lzsa ; 13 -- lake east
|
||||
.byte <inn_lzsa ; 14 -- inn
|
||||
; .byte <todo_lzsa ; 15
|
||||
; .byte <todo_lzsa ; 16
|
||||
@ -339,7 +334,7 @@ map_backgrounds_hi:
|
||||
.byte >jhonka_lzsa ; 10 -- jhonka
|
||||
.byte >cottage_lzsa ; 11 -- cottage
|
||||
.byte >lake_w_lzsa ; 12 -- lake west
|
||||
.byte >lake_e_lzsa ; 13 -- lake east
|
||||
.byte >lake_e_boat_lzsa ; 13 -- lake east
|
||||
.byte >inn_lzsa ; 14 -- inn
|
||||
; .byte >todo_lzsa ; 15
|
||||
; .byte >todo_lzsa ; 16
|
||||
|
@ -281,18 +281,13 @@ score_text:
|
||||
|
||||
.include "graphics/graphics_peasant4.inc"
|
||||
|
||||
.include "version.inc"
|
||||
|
||||
help_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"I don't understand. Type",13
|
||||
.byte "HELP for assistances.",0
|
||||
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.3",0
|
||||
|
||||
|
||||
fake_error1:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"?SYNTAX ERROR IN 1020",13
|
||||
|
4
games/peasant/version.inc
Normal file
@ -0,0 +1,4 @@
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.4",0
|