Decompile aiPrint

This commit is contained in:
Ryan Dwyer
2019-11-28 18:41:34 +10:00
parent 4155d4e6b2
commit 691d7bd353
4 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
/*0x00b2*/ bool aiSetPadPreset(void);
/*0x00b3*/ bool aiChrSetPadPreset(void);
/*0x00b4*/ bool aiChrCopyPadPreset(void);
/*0x00b5*/ bool ai00b5(void);
/*0x00b5*/ bool aiPrint(void);
/*0x00b6*/ bool aiRestartTimer(void);
/*0x00b7*/ bool aiResetTimer(void);
/*0x00b8*/ bool aiPauseTimer(void);
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
u32 calculatePlayerIndex(u32 playernum);
u32 dprint();
u32 dprint(char *);
u32 func0f11ecf0(void);
bool func0f11ed70(void);
bool func0f11ed78(void);