Attempt to decompile aiSpeak

This commit is contained in:
Ryan Dwyer
2019-11-28 22:10:29 +10:00
parent e43d5a7f53
commit de121b141d
4 changed files with 43 additions and 4 deletions
+1 -1
View File
@@ -207,7 +207,7 @@
/*0x00ca*/ bool aiDuplicateChr(void);
/*0x00cb*/ bool aiMessage(void);
/*0x00cc*/ bool aiShowText2(void);
/*0x00cd*/ bool ai00cd(void);
/*0x00cd*/ bool aiSpeak(void);
/*0x00ce*/ bool aiPlaySound(void);
/*0x00cf*/ bool ai00cf(void);
/*0x00d0*/ bool ai00d0(void);
+1 -1
View File
@@ -47,6 +47,6 @@ s32 textGetFileId(s32 bank);
void textSetBankSimple(s32 bank);
void textSetBank(s32 bank, s32 arg1, s32 arg2);
void textClearBank(s32 bank);
char *textGet(u32 textid);
char *textGet(s32 textid);
#endif