Deprecate agbcc (#4989)

* Deprecate agbcc

* Update Makefile

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Update Makefile

---------

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
Martin Griffin 2024-07-17 21:40:19 +01:00 committed by GitHub
parent 23aa9f0433
commit 2ad81d3446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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