diff options
author | yenatch <yenatch@gmail.com> | 2013-11-07 01:10:43 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-07 01:10:43 -0500 |
commit | 76d8ed22645430834219011a85b00c7097c88af3 (patch) | |
tree | b0d5c9d39c8b86f5b052cd86f451b64acd8b8911 /constants.asm | |
parent | 6a641b438aa394184a58eef2dc6dbec8aecf3622 (diff) |
split sfx constants out of music constants
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index fc1190494..fd89f7d0b 100644 --- a/constants.asm +++ b/constants.asm @@ -86,6 +86,7 @@ INCLUDE "constants/script_constants.asm" INCLUDE "constants/event_flags.asm" INCLUDE "constants/engine_flags.asm" INCLUDE "constants/music_constants.asm" +INCLUDE "constants/sfx_constants.asm" ; macros require rst vectors to be defined |