mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-07 09:55:55 -04:00
Attempt to decompile aiSpeak
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user