From 149316972a3c7e403be663bf279c7e23a0a5f25b Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Mon, 16 Oct 2023 06:46:40 -0300 Subject: [PATCH] overlays yaml --- Makefile | 6 +++--- yamls/us/overlays.yaml | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 yamls/us/overlays.yaml diff --git a/Makefile b/Makefile index f1295470..49c75f4e 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ decompress: $(BASEROM) extract: $(RM) -r asm/$(VERSION) bin/$(VERSION) - $(CAT) yamls/$(VERSION)/header.yaml yamls/$(VERSION)/makerom.yaml yamls/$(VERSION)/main.yaml > $(SPLAT_YAML) + $(CAT) yamls/$(VERSION)/header.yaml yamls/$(VERSION)/makerom.yaml yamls/$(VERSION)/main.yaml yamls/$(VERSION)/overlays.yaml > $(SPLAT_YAML) $(SPLAT) $(SPLAT_YAML) clean: @@ -233,10 +233,10 @@ clean: @git clean -fdx linker_scripts/ format: - @$(TOOLS)/format.py -j $(nproc) + @$(TOOLS)/format.py -j $(N_THREADS) checkformat: - @$(TOOLS)/check_format.sh -j $(nproc) + @$(TOOLS)/check_format.sh -j $(N_THREADS) # asm-differ expected object files expected: diff --git a/yamls/us/overlays.yaml b/yamls/us/overlays.yaml new file mode 100644 index 00000000..e69de29b