From 95351646d6da7a05d21962d3a312eb8f42378fd2 Mon Sep 17 00:00:00 2001 From: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:19:13 +0100 Subject: [PATCH] Fix `_SILVER_VC` flag in Makefile (#139) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 350175b0..c6424723 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ $(pokesilver_obj): RGBASMFLAGS += -D _SILVER $(pokegold_debug_obj): RGBASMFLAGS += -D _GOLD -D _DEBUG $(pokesilver_debug_obj): RGBASMFLAGS += -D _SILVER -D _DEBUG $(pokegold_vc_obj): RGBASMFLAGS += -D _GOLD -D _GOLD_VC -$(pokesilver_vc_obj): RGBASMFLAGS += -D _SILVER -D _GOLD_VC +$(pokesilver_vc_obj): RGBASMFLAGS += -D _SILVER -D _SILVER_VC %.patch: %_vc.gbc %.gbc vc/%.patch.template # Ignore the checksums added by tools/stadium at the end of the ROM