Fully support Full16 TIM

This commit is contained in:
2024-12-29 22:59:51 +01:00
parent 586b1e8124
commit 6143c2b798
8 changed files with 57 additions and 23 deletions

BIN
examples/PoolBox/assets/IMG_6921.png (Stored with Git LFS)

Binary file not shown.

View File

@@ -35,7 +35,7 @@ INPUT += $(OUTPUT_DIR)/JabyTails.img
JabyTails_FLAGS = $(CLUT_4_COLOR_TRANS_FLAGS)
INPUT += $(OUTPUT_DIR)/IMG_6921.tim
IMG_6921_TIM_FLAGS = tim clut4 --clut-pos {384,255} --tex-pos {384,256}
IMG_6921_TIM_FLAGS = tim full16 --clut-pos {384,255} --tex-pos {384,256}
$(OUTPUT_DIR)/fox.xa: audio/temp/fox.wav
@mkdir -p $(OUTPUT_DIR)
@@ -55,7 +55,7 @@ $(OUTPUT_DIR)/%.img: %.png
$(OUTPUT_DIR)/%.tim: %.png
@mkdir -p $(OUTPUT_DIR)
psxfileconv $< -o $@ $($*_TIM_FLAGS)
psxfileconv --lz4 $< -o $@ $($*_TIM_FLAGS)
all: $(INPUT)