From 772ec979645da4ae06aab26b5c5d3cc2ece44303 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 6 Dec 2021 23:08:11 -0500 Subject: [PATCH] peasant: fix issue where some peasant sprite/masks off by one most noticable when walking down --- games/peasant/sprites/Makefile | 12 ++++++------ games/peasant/text/common.inc | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/games/peasant/sprites/Makefile b/games/peasant/sprites/Makefile index ef69de69..e6b0ae18 100644 --- a/games/peasant/sprites/Makefile +++ b/games/peasant/sprites/Makefile @@ -14,12 +14,12 @@ peasant_sprites.inc: peasant_sprites.png $(HGR_SPRITE) -l peasant_up2_mask peasant_sprites.png 21 102 21 130 >> peasant_sprites.inc $(HGR_SPRITE) -l peasant_left1_sprite peasant_sprites.png 84 1 90 29 >> peasant_sprites.inc $(HGR_SPRITE) -l peasant_left1_mask peasant_sprites.png 70 1 76 29 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_left2_sprite peasant_sprites.png 84 34 90 63 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_left2_mask peasant_sprites.png 70 34 76 63 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_down1_sprite peasant_sprites.png 84 68 90 97 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_down1_mask peasant_sprites.png 70 68 76 97 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_down2_sprite peasant_sprites.png 84 102 90 131 >> peasant_sprites.inc - $(HGR_SPRITE) -l peasant_down2_mask peasant_sprites.png 70 102 76 131 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_left2_sprite peasant_sprites.png 84 34 90 62 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_left2_mask peasant_sprites.png 70 34 76 62 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_down1_sprite peasant_sprites.png 84 68 90 96 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_down1_mask peasant_sprites.png 70 68 76 96 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_down2_sprite peasant_sprites.png 84 102 90 130 >> peasant_sprites.inc + $(HGR_SPRITE) -l peasant_down2_mask peasant_sprites.png 70 102 76 130 >> peasant_sprites.inc diff --git a/games/peasant/text/common.inc b/games/peasant/text/common.inc index 1eb146b9..03a30dc0 100644 --- a/games/peasant/text/common.inc +++ b/games/peasant/text/common.inc @@ -169,7 +169,8 @@ go_message: ; + ditch/drop baby (if you have it) ditch_baby_message: -.byte "Quit tryin to ditch the baby!",0 +.byte "Quit tryin to ditch the",13 +.byte "baby!",0 ; + ditch/drop/deploy/use baby (after baby left) ; + drop baby, throw baby (before getting the baby)