Toolchain sync fixes

This commit is contained in:
GriffinR
2024-09-12 12:59:51 -04:00
parent 2ed7806380
commit 93b4a7b815
6 changed files with 107 additions and 32 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ BUILD_DIR := build
ifeq ($(GAME_VERSION),FIRERED)
TITLE := POKEMON FIRE
GAME_CODE := BPR
BUILD_NAME := firered
BUILD_NAME := firered
else
ifeq ($(GAME_VERSION),LEAFGREEN)
TITLE := POKEMON LEAF
GAME_CODE := BPG
BUILD_NAME := leafgreen
BUILD_NAME := leafgreen
else
$(error unknown version $(GAME_VERSION))
endif