diff options
Diffstat (limited to 'include/constants/songs.h')
-rw-r--r-- | include/constants/songs.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index 1fa0cee4c..45e3d335a 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -1,21 +1,6 @@ #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 |