diff options
author | yenatch <yenatch@gmail.com> | 2013-08-27 14:12:05 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-27 14:12:05 -0400 |
commit | 7cba224d4acdac5f2ca0f92bf999a4a34ffb0025 (patch) | |
tree | 6340866ebc63833ed5c89995bd495a60fd658274 /constants.asm | |
parent | 517da9357b1e3b382ae9573d32d1a1ba7c808867 (diff) |
engine flag 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 ccaead73f..19049702e 100644 --- a/constants.asm +++ b/constants.asm @@ -14,6 +14,7 @@ INCLUDE "constants/item_constants.asm" INCLUDE "constants/trainer_constants.asm" INCLUDE "constants/script_constants.asm" INCLUDE "constants/event_flags.asm" +INCLUDE "constants/engine_flags.asm" INCLUDE "constants/music_constants.asm" |