summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-03-26 21:05:06 -0500
committerGitHub <noreply@github.com>2022-03-26 22:05:06 -0400
commitfbaa5c9d4b48c000a52860a8392fc423c4e312f9 (patch)
tree80c5d8b0458ab6a2c2f1995ed0addd1f6cb5570f /macros.asm
parenta178c57f021692e442febfff4e592a9be8687a33 (diff)
Build the Virtual Console patch with `make yellow_vc` (#80)
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 7b64db91..5dd71f71 100644
--- a/macros.asm
+++ b/macros.asm
@@ -6,6 +6,7 @@ INCLUDE "macros/data.asm"
INCLUDE "macros/code.asm"
INCLUDE "macros/gfx.asm"
INCLUDE "macros/coords.asm"
+INCLUDE "macros/vc.asm"
INCLUDE "macros/scripts/audio.asm"
INCLUDE "macros/scripts/maps.asm"