diff --git a/games/peasant/graphics/Makefile b/games/peasant/graphics/Makefile index bbe06f64..7046e164 100644 --- a/games/peasant/graphics/Makefile +++ b/games/peasant/graphics/Makefile @@ -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 diff --git a/games/peasant/graphics/lady_cottage.png b/games/peasant/graphics/lady_cottage.png index fc628102..3294865d 100644 Binary files a/games/peasant/graphics/lady_cottage.png and b/games/peasant/graphics/lady_cottage.png differ diff --git a/games/peasant/peasant1.s b/games/peasant/peasant1.s index 5321c522..8cd9db5c 100644 --- a/games/peasant/peasant1.s +++ b/games/peasant/peasant1.s @@ -190,6 +190,9 @@ done_movey: sta PEASANT_Y + lda GAME_OVER + bne game_over + ; save behind new position diff --git a/games/peasant/peasant2.s b/games/peasant/peasant2.s index 9ea98310..0cfd7302 100644 --- a/games/peasant/peasant2.s +++ b/games/peasant/peasant2.s @@ -192,6 +192,9 @@ done_movey: sta PEASANT_Y + lda GAME_OVER + bne game_over + ; save behind new position diff --git a/games/peasant/peasant3.s b/games/peasant/peasant3.s index f5282512..c6d46289 100644 --- a/games/peasant/peasant3.s +++ b/games/peasant/peasant3.s @@ -192,6 +192,10 @@ done_movey: sta PEASANT_Y + lda GAME_OVER + bne game_over + + ; save behind new position diff --git a/games/peasant/peasant4.s b/games/peasant/peasant4.s index 6f12594f..231106de 100644 --- a/games/peasant/peasant4.s +++ b/games/peasant/peasant4.s @@ -193,6 +193,11 @@ done_movey: + lda GAME_OVER + bne game_over + + + ; save behind new position