diff --git a/examples/PoolBox/assets/Makefile b/examples/PoolBox/assets/Makefile index eb05ed5e..bd803e61 100644 --- a/examples/PoolBox/assets/Makefile +++ b/examples/PoolBox/assets/Makefile @@ -55,9 +55,9 @@ $(OUTPUT_DIR)/%.tim: %.png @mkdir -p $(OUTPUT_DIR) psxfileconv --lz4 $< -o $@ $($*_TIM_FLAGS) -$(AUTO_GEN_DIR)/vram_layout.hpp: vram_doener_fish.tim_project Controller.png doener_fish.png +$(AUTO_GEN_DIR)/vram_layout.hpp: tim_example.tim_project Controller.png doener_fish.png @mkdir -p $(AUTO_GEN_DIR) - psxfileconv vram_doener_fish.tim_project -o $(OUTPUT_DIR)/dummy.img project --hpp $(AUTO_GEN_DIR)/vram_layout.hpp + psxfileconv tim_example.tim_project -o $(OUTPUT_DIR)/dummy.img project --hpp $(AUTO_GEN_DIR)/vram_layout.hpp all: $(INPUT) $(AUTO_GEN_DIR)/vram_layout.hpp diff --git a/examples/PoolBox/assets/vram_doener_fish.tim_project b/examples/PoolBox/assets/tim_example.tim_project similarity index 100% rename from examples/PoolBox/assets/vram_doener_fish.tim_project rename to examples/PoolBox/assets/tim_example.tim_project