summaryrefslogtreecommitdiff
path: root/src/main.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-06 21:29:38 -0500
committerdannye <33dannye@gmail.com>2021-05-06 21:29:38 -0500
commit5180818617b9347e25aa28d65cadbfc6e14f2238 (patch)
treea085c0847af1b559bfe6f529b53c316a4ecbe312 /src/main.asm
parent4d2eb182f7a69fce2ee64665aea95ff4530ba85d (diff)
Dump song files
Diffstat (limited to 'src/main.asm')
-rw-r--r--src/main.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.asm b/src/main.asm
index 8c94bd2..35e4327 100644
--- a/src/main.asm
+++ b/src/main.asm
@@ -1,4 +1,5 @@
INCLUDE "constants.asm"
+INCLUDE "macros.asm"
INCLUDE "wram.asm"
INCLUDE "hram.asm"