SBSPSS/source/sound/Bank2_Speech.h
2001-06-22 20:14:08 +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 = 0x20044,
SPEECH_046 = 0x20069,
SPEECH_047 = 0x20086,
SPEECH_048 = 0x200a8,
SPEECH_049 = 0x200c0,
SPEECH_050 = 0x200c7,
SPEECH_051 = 0x200ed,
SPEECH_052 = 0x200fc,
SPEECH_053 = 0x20124,
SPEECH_054 = 0x20144,
SPEECH_055 = 0x20162,
SPEECH_056 = 0x20198,
SPEECH_057 = 0x201b7,
SPEECH_058 = 0x201d0,
SPEECH_059 = 0x201e9,
SPEECH_060 = 0x20205,
SPEECH_061 = 0x20230,
SPEECH_062 = 0x20244,
SPEECH_063 = 0x20258,
SPEECH_064 = 0x20284,
SPEECH_065 = 0x20297,
SPEECH_066 = 0x202cb,
};
#endif