peasant: make edge transitions a bit better

This commit is contained in:
Vince Weaver 2021-08-18 00:46:05 -04:00
parent 8ea755c9a2
commit edf316ac06
6 changed files with 16 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PNG2HGR = ../../../utils/hgr-utils/png2hgr
LZSA = ~/research/lzsa/lzsa/lzsa
B2D = ../../../utils/bmp2dhr/b2d
all: graphics_intro.inc graphics.inc \
all: graphics_intro.inc \
graphics_peasant1.inc graphics_peasant2.inc graphics_peasant3.inc \
graphics_peasant4.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -190,6 +190,9 @@ done_movey:
sta PEASANT_Y
lda GAME_OVER
bne game_over
; save behind new position

View File

@ -192,6 +192,9 @@ done_movey:
sta PEASANT_Y
lda GAME_OVER
bne game_over
; save behind new position

View File

@ -192,6 +192,10 @@ done_movey:
sta PEASANT_Y
lda GAME_OVER
bne game_over
; save behind new position

View File

@ -193,6 +193,11 @@ done_movey:
lda GAME_OVER
bne game_over
; save behind new position