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,
SPEECH_024 = 0x10015,
SPEECH_025 = 0x10073,
SPEECH_026 = 0x1007d,
SPEECH_027 = 0x100b9,
SPEECH_028 = 0x100cf,
SPEECH_029 = 0x100ec,
SPEECH_030 = 0x100f5,
SPEECH_031 = 0x10111,
SPEECH_032 = 0x1014a,
SPEECH_033 = 0x10164,
SPEECH_034 = 0x1018a,
SPEECH_035 = 0x101b0,
SPEECH_036 = 0x101c8,
SPEECH_037 = 0x101de,
2001-07-11 17:09:11 +02:00
SPEECH_038 = 0x101fe,
SPEECH_039 = 0x1020a,
SPEECH_040 = 0x10230,
SPEECH_041 = 0x10253,
SPEECH_042 = 0x10280,
SPEECH_043 = 0x102b4,
2001-05-03 20:25:47 +02:00
};
#endif