SBSPSS/source/sound/Bank1_Speech.h

29 lines
569 B
C
Raw Normal View History

2001-05-03 20:25:47 +02:00
#ifndef __BANK1_SPEECH_DEFINES_H__
#define __BANK1_SPEECH_DEFINES_H__
enum BANK1_SPEECH_ENUMS
{
2001-06-22 22:14:08 +02:00
SPEECH_023 = 0x10000,
2001-08-22 17:29:48 +02:00
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,
2001-05-03 20:25:47 +02:00
};
#endif