diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-07 13:54:44 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-07 14:26:09 -0500 |
commit | c4169cfd290dcf7703b79debd66142b277af5613 (patch) | |
tree | 4142cd4e843d863532a2dfe81f82877b26d9cbb0 /include/constants/sound.h | |
parent | 54b254a829d973345b0d282b7a4ffd7458a5c7da (diff) |
Disambiguate cry functions
Diffstat (limited to 'include/constants/sound.h')
-rw-r--r-- | include/constants/sound.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants/sound.h b/include/constants/sound.h index 82cc4ffac..40c3b7d58 100644 --- a/include/constants/sound.h +++ b/include/constants/sound.h @@ -38,4 +38,11 @@ #define DOUBLE_CRY_ROAR 2 #define DOUBLE_CRY_GROWL 255 +#define CRY_PRIORITY_NORMAL 10 +#define CRY_PRIORITY_AMBIENT 1 + +// Cry volume was changed from 125 in R/S to 120 for FRLG/Em, but was (accidentally?) not updated outside of sound.c +#define CRY_VOLUME 120 +#define CRY_VOLUME_RS 125 + #endif // GUARD_CONSTANTS_SOUND_H |