diff options
author | yenatch <yenatch@gmail.com> | 2013-12-19 04:47:39 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-19 04:47:39 -0500 |
commit | 4bb8c82d8a2d45d046fea048fefe7edf6291f4bf (patch) | |
tree | 24fe1ddf17850a4f4e74c8b7edf84d0dc78d9527 /constants.asm | |
parent | a422e1b761635252c053164d39c91692bb9f006f (diff) |
battle animation constants
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 095433471..7ffaba56a 100644 --- a/constants.asm +++ b/constants.asm @@ -23,6 +23,8 @@ INCLUDE "constants/event_flags.asm" INCLUDE "constants/engine_flags.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/sfx_constants.asm" +INCLUDE "constants/animation_constants.asm" +INCLUDE "constants/gfx_constants.asm" |