diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 10:42:23 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 10:42:23 -0400 |
commit | 816e7ad1f8f38f3eee152913c416200e4caf1f5e (patch) | |
tree | a0094a0e256a2bb8ea430aee5823a68b2064440d /include/constants | |
parent | fe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 (diff) |
through ChooseAmbientCrySpecies
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index c259c2e12..212718bc9 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1438,7 +1438,7 @@ #define SPECIAL_FLAGS_START 0x4000 #define SPECIAL_FLAGS_COUNT 16 #define FLAG_SPECIAL_FLAG_0x4000 0x4000 -#define FLAG_SPECIAL_FLAG_0x4001 0x4001 +#define FLAG_DONT_TRANSITION_MUSIC 0x4001 #define FLAG_SPECIAL_FLAG_0x4002 0x4002 #define FLAG_SPECIAL_FLAG_0x4003 0x4003 #define FLAG_SPECIAL_FLAG_0x4004 0x4004 |