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

File diff suppressed because it is too large Load Diff

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);

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
src/include/library.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef _IN_LIBRARY_H
#define _IN_LIBRARY_H
#include <ultra64.h>
u32 random2(void);
#endif

View File

@ -13948,7 +13948,7 @@ u32 var0000e4ac = 0x00000000;
// e4b0
bool (*command_pointers[])(void) = {
/*0x0000*/ ai0000,
/*0x0001*/ ai0001,
/*0x0001*/ aiGoToFirst,
/*0x0002*/ aiLabel,
/*0x0003*/ ai0003,
/*0x0004*/ ai0004,