diff options
author | yenatch <yenatch@gmail.com> | 2013-08-23 21:19:58 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-23 21:19:58 -0400 |
commit | 744d1d8599825ecdea6879c315ced75cbc2c9b60 (patch) | |
tree | f28c807bd1521fb67ad0a99f2f776b47adc32974 /constants.asm | |
parent | af205a72170526ea098da0e4e7b013ecad74af8e (diff) |
first event 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 e929a48f2..4013bf74d 100644 --- a/constants.asm +++ b/constants.asm @@ -13,6 +13,7 @@ INCLUDE "constants/map_constants.asm" INCLUDE "constants/item_constants.asm" INCLUDE "constants/trainer_constants.asm" INCLUDE "constants/script_constants.asm" +INCLUDE "constants/event_flags.asm" INCLUDE "constants/music_constants.asm" |