diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim.h | 1 | ||||
-rw-r--r-- | include/constants/songs.h | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index d355d9954..18ffd80d2 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -2,6 +2,7 @@ #define GUARD_BATTLEANIM_H #include "constants/battle_anim.h" +#include "constants/songs.h" #include "sprite.h" diff --git a/include/constants/songs.h b/include/constants/songs.h index 45e3d335a..1fa0cee4c 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -1,6 +1,21 @@ #ifndef GUARD_CONSTANTS_SONGS_H #define GUARD_CONSTANTS_SONGS_H +// stereo panning constants [0-255] +// +// 0 +// . . +// . . +// 192 . . 63 +// . . +// . . +// . . +// 127 +// +#define SOUND_PAN_TARGET 63 +#define SOUND_PAN_ATTACKER 192 +#define SOUND_PAN_ATTACKER_NEG -64 + #define SE_STOP 0 #define SE_KAIFUKU 1 // Healing Item #define SE_PC_LOGON 2 // PC Logon |