aboutsummaryrefslogtreecommitdiffstats
path: root/includes.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2024-12-27 12:10:13 -0600
committerGitHub <noreply@github.com>2024-12-27 13:10:13 -0500
commit0d4562d1b855bfa7965349e1a92deac0f5b89a27 (patch)
treedc3696bd493d990070788ee6afa84857eed0f7fd /includes.asm
parentDon't pass redundant label names to `table_width` and `list_start` (#484) (diff)
downloadpokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.tar.gz
pokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.tar.xz
pokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.zip
Use exported constants for VC patch (#483)
Diffstat (limited to 'includes.asm')
-rw-r--r--includes.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm
index 8808e1d0..f83b76e4 100644
--- a/includes.asm
+++ b/includes.asm
@@ -50,3 +50,10 @@ INCLUDE "constants/tileset_constants.asm"
INCLUDE "constants/event_constants.asm"
INCLUDE "constants/text_constants.asm"
INCLUDE "constants/menu_constants.asm"
+
+IF DEF(_RED_VC)
+INCLUDE "vc/pokered.constants.asm"
+ENDC
+IF DEF(_BLUE_VC)
+INCLUDE "vc/pokeblue.constants.asm"
+ENDC