Setup usage example
This commit is contained in:
parent
f8ec08008a
commit
3f507fd19e
|
@ -26,7 +26,6 @@ INPUT += $(OUTPUT_DIR)/Controller.img
|
|||
Controller_FLAGS = $(CLUT_4_COLOR_TRANS_FLAGS)
|
||||
|
||||
INPUT += $(OUTPUT_DIR)/doener_fish.img
|
||||
doener_fish_FLAGS = $(CLUT_4_COLOR_TRANS_FLAGS)
|
||||
|
||||
INPUT += $(OUTPUT_DIR)/JabyStar.img
|
||||
JabyStar_FLAGS = $(CLUT_4_COLOR_TRANS_FLAGS)
|
||||
|
@ -44,6 +43,10 @@ $(OUTPUT_DIR)/%.vag: audio/%.wav
|
|||
@mkdir -p $(OUTPUT_DIR)
|
||||
psxfileconv --lz4 $< -o $@ vag
|
||||
|
||||
$(OUTPUT_DIR)/doener_fish.img: doener_fish.png vram_doener_fish.tim_project
|
||||
@mkdir -p $(OUTPUT_DIR)
|
||||
psxfileconv vram_doener_fish.tim_project -o $@ project
|
||||
|
||||
$(OUTPUT_DIR)/OnMyOwn_BailBonds.xa: audio/OnMyOwn_BailBonds.mp3
|
||||
@mkdir -p $(OUTPUT_DIR)
|
||||
psxfileconv $< -o $@ xa
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{"jobs":[{"name":"doener_fish.png","file_path":"doener_fish.png","image_pos":{"x":926,"y":0},"palette_rect":{"pos":{"x":976,"y":510},"size":{"width":16,"height":1}},"encoding":"FourBit"}]}
|
Loading…
Reference in New Issue