summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-20 22:11:59 -0700
committerYamaArashi <shadow962@live.com>2015-07-20 22:11:59 -0700
commitcbcdb2ec2a013beba4f321988e393419a8eed10e (patch)
treedb785d089a737a193d6f4f09b868907ce9e5d8b8 /constants.asm
parentfd2b4b6c74e324f423cd3a5aac0428eae12b7620 (diff)
move event macros to separate file
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index e121b6b3..3b2d8437 100644
--- a/constants.asm
+++ b/constants.asm
@@ -31,3 +31,4 @@ INCLUDE "constants/music_constants.asm"
INCLUDE "constants/tilesets.asm"
INCLUDE "constants/starter_mons.asm"
INCLUDE "constants/event_constants.asm"
+INCLUDE "constants/event_macros.asm"