Update assets

This commit is contained in:
2024-12-31 18:36:02 +01:00
parent aaf7f762c5
commit b09c8d3a18
9 changed files with 26 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ CLUT_4_COLOR_TRANS_FLAGS = simple-tim clut4 --color-trans
# Ressources to convert
## Music tracks
INPUT += $(OUTPUT_DIR)/Evacuation_cdda.xa
INPUT += $(OUTPUT_DIR)/fox.xa
INPUT += $(OUTPUT_DIR)/OnMyOwn_BailBonds.xa
INPUT += $(OUTPUT_DIR)/apple.vag
INPUT += $(OUTPUT_DIR)/blubb-mono.vag
INPUT += $(OUTPUT_DIR)/Friendship_samp.vag
@@ -40,14 +40,14 @@ IMG_6921_TIM_FLAGS = tim full16 --clut-pos {384,255} --tex-pos {384,256}
INPUT += $(OUTPUT_DIR)/AllTheJaby.tim
AllTheJaby_TIM_FLAGS = tim full16 --tex-pos {0,0}
$(OUTPUT_DIR)/fox.xa: audio/temp/fox.wav
@mkdir -p $(OUTPUT_DIR)
psxfileconv $< -o $@ xa
$(OUTPUT_DIR)/%.vag: audio/temp/%.wav
$(OUTPUT_DIR)/%.vag: audio/%.wav
@mkdir -p $(OUTPUT_DIR)
psxfileconv --lz4 $< -o $@ vag
$(OUTPUT_DIR)/OnMyOwn_BailBonds.xa: audio/OnMyOwn_BailBonds.mp3
@mkdir -p $(OUTPUT_DIR)
psxfileconv $< -o $@ xa
$(OUTPUT_DIR)/%.xa: audio/%.wav
@mkdir -p $(OUTPUT_DIR)
psxfileconv $< -o $@ xa

BIN
examples/PoolBox/assets/audio/Friendship_samp.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/PoolBox/assets/audio/OnMyOwn_BailBonds.mp3 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/PoolBox/assets/audio/apple.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
examples/PoolBox/assets/audio/blubb-mono.wav (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.