X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=e3a94463efea8c8cc7e37a65e09d6c9039a7d2ee;hb=f32400a0517cbcd4a37d38884fcb72d3d51fa75c;hp=b7b0903bf92a7632b347a927ca844cef6f4638b2;hpb=a54b2023cc634befc0771cd5104173d811668039;p=gbajam22 diff --git a/Makefile b/Makefile index b7b0903..e3a9446 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ name = gbajam22 elf = $(name).elf bin = $(name).gba -data = data/color.raw data/color.pal data/height.raw +data = data/color.raw data/color.pal data/height.raw \ + data/spr_game.raw data/spr_game.pal libs = libs/maxmod/libmm.a @@ -63,6 +64,9 @@ tools/vistab: tools/vistab.c tools/mmutil/mmutil: $(MAKE) -C tools/mmutil +#data/spr_game.raw: data/spr_ui.png data/spr_hud.png +# tools/pngdump/pngdump -o $@ -n $^ + %.sraw: %.png tools/pngdump/pngdump tools/pngdump/pngdump -o $@ -oc $(subst .sraw,.spal,$@) -os $(subst .sraw,.shade,$@) -s 8 $<