SBSPSS/source/sound/Bank1_Speech.h
2001-06-22 20:14:08 +00:00

29 lines
569 B
C

#ifndef __BANK1_SPEECH_DEFINES_H__
#define __BANK1_SPEECH_DEFINES_H__
enum BANK1_SPEECH_ENUMS
{
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,
SPEECH_038 = 0x101ea,
SPEECH_039 = 0x101f6,
SPEECH_040 = 0x1021c,
SPEECH_041 = 0x1023f,
SPEECH_042 = 0x1026c,
SPEECH_043 = 0x102a0,
};
#endif