Decompile aiGoToFirst

This commit is contained in:
Ryan Dwyer
2019-10-05 19:12:54 +10:00
parent 7abfa5655b
commit bfa3b794a7
5 changed files with 237 additions and 243 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "src/include/constants.h"
/*0x0000*/ bool ai0000(void);
/*0x0001*/ bool ai0001(void);
/*0x0001*/ bool aiGoToFirst(void);
/*0x0002*/ bool aiLabel(void);
/*0x0003*/ bool ai0003(void);
/*0x0004*/ bool ai0004(void);
+1 -1
View File
@@ -284,7 +284,7 @@ struct g_vars {
/*0428*/ u32 unk0428;
/*042c*/ u32 unk042c;
/*0430*/ u32 unk0430;
/*0434*/ u32 unk0434;
/*0434*/ u8 *ailist;
/*0438*/ u32 aioffset;
/*043c*/ u32 unk043c;
/*0440*/ u32 unk0440;
+7
View File
@@ -0,0 +1,7 @@
#ifndef _IN_LIBRARY_H
#define _IN_LIBRARY_H
#include <ultra64.h>
u32 random2(void);
#endif