aboutsummaryrefslogtreecommitdiffstats
path: root/includes.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2024-12-27 12:10:20 -0600
committerGitHub <noreply@github.com>2024-12-27 13:10:20 -0500
commit5336950d5fac3ca504b8342e6c9a2d4760ab1f79 (patch)
tree70e0bf5be406046659c97b652272848d0eebccef /includes.asm
parentDon't pass redundant label names to `table_width` and `list_start` (#125) (diff)
downloadpokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.tar.gz
pokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.tar.xz
pokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.zip
Use exported constants for VC patch (#124)
Diffstat (limited to 'includes.asm')
-rw-r--r--includes.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm
index d1073d98..ab5b8791 100644
--- a/includes.asm
+++ b/includes.asm
@@ -53,3 +53,7 @@ INCLUDE "constants/text_constants.asm"
INCLUDE "constants/menu_constants.asm"
INCLUDE "constants/sprite_anim_constants.asm"
INCLUDE "constants/pikachu_emotion_constants.asm"
+
+IF DEF(_YELLOW_VC)
+INCLUDE "vc/pokeyellow.constants.asm"
+ENDC