diff options
Diffstat (limited to 'include/constants/battle_anim.h')
-rw-r--r-- | include/constants/battle_anim.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index de09255d6..760822225 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -306,6 +306,20 @@ #define ANIM_ATK_PARTNER 2 #define ANIM_DEF_PARTNER 3 +// stereo panning constants [0-255] +// +// 0 +// . . +// . . +// 192 . . 63 +// . . +// . . +// . . +// 127 +// +#define SOUND_PAN_ATTACKER -64 +#define SOUND_PAN_TARGET 63 + // move background ids #define BG_DARK_ 0 // the same as BG_DARK but is unused #define BG_DARK 1 |