diff options
| author | vulcandth <vulcandth@gmail.com> | 2024-12-27 12:10:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 13:10:20 -0500 |
| commit | 5336950d5fac3ca504b8342e6c9a2d4760ab1f79 (patch) | |
| tree | 70e0bf5be406046659c97b652272848d0eebccef /includes.asm | |
| parent | Don't pass redundant label names to `table_width` and `list_start` (#125) (diff) | |
| download | pokeyellow-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.asm | 4 |
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 |
