mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix the graphics rules
This commit is contained in:
parent
fe38946b0e
commit
517136b0d9
13
Makefile
13
Makefile
@ -80,12 +80,12 @@ pokecrystal.gbc: $(crystal_obj)
|
|||||||
%.pal.bin: %.png
|
%.pal.bin: %.png
|
||||||
rgbgfx -p $@ $<
|
rgbgfx -p $@ $<
|
||||||
|
|
||||||
gfx/pics/%/normal.pal: gfx/pics/normal.pal.bin
|
gfx/pics/%/normal.pal: gfx/pics/%/normal.pal.bin
|
||||||
tools/palette -p $< > $@
|
tools/palette -p $< > $@
|
||||||
gfx/pics/%/normal.pal.bin: gfx/pics/%/front.png
|
gfx/pics/%/normal.pal.bin: gfx/pics/%/front.png
|
||||||
rgbgfx -p $@ $<
|
rgbgfx -p $@ $<
|
||||||
gfx/pics/%/front.tilemap: gfx/pics/%/front.png
|
gfx/pics/%/back.2bpp: gfx/pics/%/back.png
|
||||||
rgbgfx -t $@ $<
|
rgbgfx -h -o $@ $<
|
||||||
gfx/pics/%/bitmask.asm: gfx/pics/%/front.animated.tilemap gfx/pics/%/front.dimensions
|
gfx/pics/%/bitmask.asm: gfx/pics/%/front.animated.tilemap gfx/pics/%/front.dimensions
|
||||||
tools/pokemon_animation -b $^ > $@
|
tools/pokemon_animation -b $^ > $@
|
||||||
gfx/pics/%/frames.asm: gfx/pics/%/front.animated.tilemap gfx/pics/%/front.dimensions
|
gfx/pics/%/frames.asm: gfx/pics/%/front.animated.tilemap gfx/pics/%/front.dimensions
|
||||||
@ -94,8 +94,11 @@ gfx/pics/%/front.animated.2bpp: gfx/pics/%/front.2bpp gfx/pics/%/front.dimension
|
|||||||
tools/pokemon_animation_graphics -o $@ $^
|
tools/pokemon_animation_graphics -o $@ $^
|
||||||
gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimensions
|
gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimensions
|
||||||
tools/pokemon_animation_graphics -t $@ $^
|
tools/pokemon_animation_graphics -t $@ $^
|
||||||
gfx/pics/%/front.2bpp: gfx/pics/%/front.png
|
# Don't use -h, pokemon_animation_graphics takes care of it
|
||||||
rgbgfx -o $@ $<
|
#gfx/pics/%/front.2bpp: gfx/pics/%/front.png
|
||||||
|
# rgbgfx -o $@ $<
|
||||||
|
gfx/pics/%/front.2bpp.lz: gfx/pics/%/front.animated.2bpp
|
||||||
|
tools/lzcomp $< $@
|
||||||
|
|
||||||
gfx/shrink1.2bpp: gfx/shrink1.png
|
gfx/shrink1.2bpp: gfx/shrink1.png
|
||||||
rgbgfx -h -o $@ $<
|
rgbgfx -h -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user