Fully support Full16 TIM
This commit is contained in:
BIN
examples/PoolBox/assets/IMG_6921.png
(Stored with Git LFS)
BIN
examples/PoolBox/assets/IMG_6921.png
(Stored with Git LFS)
Binary file not shown.
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user