This commit is contained in:
Daveo 2001-06-22 20:14:08 +00:00
parent e512a6316b
commit 0eb2457a01
10 changed files with 331 additions and 243 deletions

View file

@ -3,23 +3,26 @@
enum BANK1_SPEECH_ENUMS
{
SPEECH_CH2_BACK_ALREADY = 0x10000,
SPEECH_CH2_BACK_TO_MERMAID_MAN = 0x10057,
SPEECH_CH2_FIND_FALSE_TEETH = 0x1006a,
SPEECH_CH2_GARY_FOLLOW_ME = 0x10087,
SPEECH_CH2_HEY_SPNGEBOB = 0x100a1,
SPEECH_CH2_HWERE_USE_MY_BALLON = 0x100ce,
SPEECH_CH2_IM_ON_MY_WAY = 0x100e3,
SPEECH_CH2_IM_READY_OOPS = 0x100ee,
SPEECH_CH2_MOIST = 0x10101,
SPEECH_CH2_NOW_LISTEN_BOY = 0x10120,
SPEECH_CH2_USE_THE_CORAL_BLOWER = 0x10153,
SPEECH_CH2_YIPEE = 0x10164,
SPEECH_SQUIDWARD_ARE_YOU_INSANE = 0x10178,
SPEECH_SQUIDWARD_CAN_WE_LOWER_VOLUME = 0x10184,
SPEECH_SQUIDWARD_HAHAHONKHONK = 0x10193,
SPEECH_SQUIDWARD_HMM_OH_BOY = 0x101a3,
SPEECH_SQUIDWARD_HOW_DID_I = 0x101b0,
SPEECH_SQUIDWARD_TUT = 0x101c5,
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