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

31 lines
613 B
C

#ifndef __BANK2_SPEECH_DEFINES_H__
#define __BANK2_SPEECH_DEFINES_H__
enum BANK2_SPEECH_ENUMS
{
SPEECH_044 = 0x20000,
SPEECH_045 = 0x20060,
SPEECH_046 = 0x200a1,
SPEECH_047 = 0x200da,
SPEECH_048 = 0x20118,
SPEECH_049 = 0x2014c,
SPEECH_050 = 0x2016f,
SPEECH_051 = 0x201b1,
SPEECH_052 = 0x201dc,
SPEECH_053 = 0x20220,
SPEECH_054 = 0x2025c,
SPEECH_055 = 0x20296,
SPEECH_056 = 0x202e8,
SPEECH_057 = 0x20323,
SPEECH_058 = 0x20358,
SPEECH_059 = 0x2038d,
SPEECH_060 = 0x203c5,
SPEECH_061 = 0x2040c,
SPEECH_062 = 0x2043c,
SPEECH_063 = 0x2046c,
SPEECH_064 = 0x204b4,
SPEECH_065 = 0x204e3,
SPEECH_066 = 0x20533,
};
#endif