summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm16
1 files changed, 14 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm
index 0d1fdec..d3e99ef 100644
--- a/constants.asm
+++ b/constants.asm
@@ -1,6 +1,18 @@
-INCLUDE "charmap.asm"
+INCLUDE "constants/charmap.asm"
-INCLUDE "macros.asm"
+INCLUDE "macros/enum.asm"
+INCLUDE "macros/predef.asm"
+INCLUDE "macros/data.asm"
+INCLUDE "macros/code.asm"
+INCLUDE "macros/gfx.asm"
+INCLUDE "macros/coords.asm"
+INCLUDE "macros/farcall.asm"
+INCLUDE "macros/text.asm"
+INCLUDE "macros/wram.asm"
+INCLUDE "macros/audio.asm"
+INCLUDE "macros/scripts.asm"
+INCLUDE "macros/queue.asm"
+INCLUDE "macros/maps.asm"
INCLUDE "constants/audio_constants.asm"
INCLUDE "constants/gfx_constants.asm"