peasant: rename cliff_heights graphics

This commit is contained in:
Vince Weaver 2024-10-06 12:06:08 -04:00
parent ec66299b17
commit 375faeec1a
9 changed files with 16 additions and 16 deletions

View File

@ -15,8 +15,8 @@ cliff_heights.o: cliff_heights.s \
../parse_input.inc \
cliff_actions.s \
../text/DIALOG_CLIFF_HEIGHTS.ZX02 ../text/dialog_cliff_heights.inc \
graphics_cliff/cliff_graphics.inc \
graphics_cliff/priority_cliff.inc \
graphics_heights/ciff_heights_graphics.inc \
graphics_heights/priority_cliff_heights.inc \
../sprites_peasant/robe_sprites.zx02 \
../draw_peasant.s ../move_peasant.s \
../gr_copy.s ../hgr_copy.s \
@ -27,14 +27,14 @@ cliff_heights.o: cliff_heights.s \
###
graphics_cliff/cliff_graphics.inc:
cd graphics_cliff && make
graphics_heights/ciff_heights_graphics.inc:
cd graphics_heights && make
###
distclean:
make clean
cd graphics_cliff && make clean
cd graphics_heights && make clean
###

View File

@ -339,8 +339,8 @@ exiting_cliff:
.include "../version.inc"
.include "graphics_cliff/cliff_graphics.inc"
.include "graphics_cliff/priority_cliff.inc"
.include "graphics_heights/cliff_heights_graphics.inc"
.include "graphics_heights/priority_cliff_heights.inc"
map_backgrounds_low:
.byte <cliff_heights_zx02

View File

@ -3,23 +3,23 @@ PNG2HGR = ../../../../utils/hgr-utils/png2hgr
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
PNG2COLLISION = ../../../../utils/gr-utils/png2collision
all: cliff_graphics.inc \
priority_cliff.inc
all: cliff_heights_graphics.inc \
priority_cliff_heights.inc
###
cliff_graphics.inc: \
cliff_heights_graphics.inc: \
cliff_heights.zx02 outer.zx02
echo "cliff_heights_zx02: .incbin \"cliff_heights.zx02\"" >> cliff_graphics.inc
echo "outer_zx02: .incbin \"outer.zx02\"" >> cliff_graphics.inc
echo "cliff_heights_zx02: .incbin \"cliff_heights.zx02\"" >> cliff_heights_graphics.inc
echo "outer_zx02: .incbin \"outer.zx02\"" >> cliff_heights_graphics.inc
###
priority_cliff.inc: \
priority_cliff_heights.inc: \
cliff_heights_priority.zx02 \
outer_priority.zx02
echo "cliff_heights_priority_zx02: .incbin \"cliff_heights_priority.zx02\"" >> priority_cliff.inc
echo "outer_priority_zx02: .incbin \"outer_priority.zx02\"" >> priority_cliff.inc
echo "cliff_heights_priority_zx02: .incbin \"cliff_heights_priority.zx02\"" >> priority_cliff_heights.inc
echo "outer_priority_zx02: .incbin \"outer_priority.zx02\"" >> priority_cliff_heights.inc
###
@ -71,5 +71,5 @@ outer_collision.bin: outer_collision.png
clean:
rm -f *~ cliff_graphics.inc priority_cliff.inc *.zx02 *.gr *.hgr
rm -f *~ cliff_heights_graphics.inc priority_cliff_heights.inc *.zx02 *.gr *.hgr

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB