SBSPSS/source/sound/Bank5_Speech.h

29 lines
569 B
C
Raw Normal View History

2001-05-03 20:25:47 +02:00
#ifndef __BANK5_SPEECH_DEFINES_H__
#define __BANK5_SPEECH_DEFINES_H__
enum BANK5_SPEECH_ENUMS
{
2001-06-22 22:14:08 +02:00
SPEECH_139 = 0x50000,
SPEECH_140 = 0x5000e,
SPEECH_141 = 0x5001d,
SPEECH_142 = 0x50031,
SPEECH_143 = 0x5004f,
SPEECH_144 = 0x50063,
SPEECH_145 = 0x5006d,
SPEECH_146 = 0x5007a,
SPEECH_147 = 0x50084,
SPEECH_148 = 0x5009a,
SPEECH_149 = 0x500ab,
SPEECH_150 = 0x5014e,
SPEECH_151 = 0x50158,
SPEECH_152 = 0x50178,
2001-07-13 21:01:04 +02:00
SPEECH_153 = 0x5019f,
SPEECH_154 = 0x501cf,
SPEECH_155 = 0x501eb,
SPEECH_156 = 0x50202,
SPEECH_157 = 0x5021a,
SPEECH_158 = 0x50234,
SPEECH_159 = 0x50244,
2001-05-03 20:25:47 +02:00
};
#endif