Rename a bunch of D_06XXXXXX variables (#330)

* Rename a bunch of D_06XXXXXX variables

Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
Tyler McGavran
2023-07-08 19:54:58 -04:00
committed by GitHub
parent ed404043f2
commit 2f7719086a
54 changed files with 566 additions and 567 deletions
-1
View File
@@ -403,7 +403,6 @@ $(BUILD_DIR)/textures/%.mio0: $(BUILD_DIR)/textures/%
$(MIO0TOOL) -c $< $@
ASSET_INCLUDES := $(shell find $(ASSET_DIR)/include -type f -name "*.mk")
ASSET_DIRECTORIES :=
$(foreach inc,$(ASSET_INCLUDES),$(eval include $(inc)))