diff --git a/examples/PoolBox/assets/Makefile b/examples/PoolBox/assets/Makefile index df6be5d1..face7237 100644 --- a/examples/PoolBox/assets/Makefile +++ b/examples/PoolBox/assets/Makefile @@ -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 diff --git a/examples/PoolBox/assets/vram_doener_fish.tim_project b/examples/PoolBox/assets/vram_doener_fish.tim_project new file mode 100644 index 00000000..d96e0224 --- /dev/null +++ b/examples/PoolBox/assets/vram_doener_fish.tim_project @@ -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"}]} \ No newline at end of file