mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-05 09:15:48 -04:00
Decompile aiPrint
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user