diff options
author | vulcandth <vulcandth@gmail.com> | 2022-03-26 21:05:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 22:05:06 -0400 |
commit | fbaa5c9d4b48c000a52860a8392fc423c4e312f9 (patch) | |
tree | 80c5d8b0458ab6a2c2f1995ed0addd1f6cb5570f /macros.asm | |
parent | a178c57f021692e442febfff4e592a9be8687a33 (diff) |
Build the Virtual Console patch with `make yellow_vc` (#80)
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |