peasant: fix issue where some peasant sprite/masks off by one

most noticable when walking down
This commit is contained in:
Vince Weaver 2021-12-06 23:08:11 -05:00
parent 9d407a1dca
commit 772ec97964
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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)