SBSPSS/source/sound/Bank1_Speech.h
2001-08-22 15:29:48 +00:00

29 lines
569 B
C

#ifndef __BANK1_SPEECH_DEFINES_H__
#define __BANK1_SPEECH_DEFINES_H__
enum BANK1_SPEECH_ENUMS
{
SPEECH_023 = 0x10000,
SPEECH_024 = 0x10031,
SPEECH_025 = 0x100ab,
SPEECH_026 = 0x100d1,
SPEECH_027 = 0x10129,
SPEECH_028 = 0x1015b,
SPEECH_029 = 0x10194,
SPEECH_030 = 0x101b9,
SPEECH_031 = 0x101f1,
SPEECH_032 = 0x10246,
SPEECH_033 = 0x1027c,
SPEECH_034 = 0x102be,
SPEECH_035 = 0x10300,
SPEECH_036 = 0x10334,
SPEECH_037 = 0x10366,
SPEECH_038 = 0x103a2,
SPEECH_039 = 0x103ca,
SPEECH_040 = 0x1040c,
SPEECH_041 = 0x1044b,
SPEECH_042 = 0x10494,
SPEECH_043 = 0x104e4,
};
#endif