From 2ad81d344642180f9d6eced09da4ac095e3cebaf Mon Sep 17 00:00:00 2001 From: Martin Griffin Date: Wed, 17 Jul 2024 21:40:19 +0100 Subject: [PATCH] Deprecate agbcc (#4989) * Deprecate agbcc * Update Makefile Co-authored-by: Bassoonian * Update Makefile --------- Co-authored-by: Bassoonian --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73fc34331a..010047ff82 100644 --- a/Makefile +++ b/Makefile @@ -509,7 +509,12 @@ $(ROM): $(ELF) $(OBJCOPY) -O binary $< $@ $(FIX) $@ -p --silent -agbcc: all +# Uncomment the next line, and then comment the 4 lines after it to reenable agbcc. +#agbcc: all +agbcc: + @echo "'make agbcc' is deprecated as of pokeemerald-expansion 1.9 and will be removed in 1.10." + @echo "Search for 'agbcc: all' in Makefile to reenable agbcc." + @exit 1 modern: all