Decompile aiIfRandomLessThan

This commit is contained in:
Ryan Dwyer
2019-10-08 19:43:15 +10:00
parent 5fb064b42f
commit c56572e61f
5 changed files with 17 additions and 54 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -2,6 +2,6 @@
#define _IN_LIBRARY_H
#include <ultra64.h>
u32 random(void);
u8 random(void);
#endif