mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 23:58:38 -04:00
Decompile aiIfRandomLessThan
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
/*0x0034*/ bool ai0034(void);
|
||||
/*0x0035*/ bool aiIfPlayerInSight(void);
|
||||
/*0x0036*/ bool aiRandom(void);
|
||||
/*0x0037*/ bool ai0037(void);
|
||||
/*0x0037*/ bool aiIfRandomLessThan(void);
|
||||
/*0x0038*/ bool ai0038(void);
|
||||
/*0x0039*/ bool aiIfAlarmActivate(void);
|
||||
/*0x003a*/ bool ai003a(void);
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
#define _IN_LIBRARY_H
|
||||
#include <ultra64.h>
|
||||
|
||||
u32 random(void);
|
||||
u8 random(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user