mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Rename symbols related to ailists
This commit is contained in:
@@ -584,6 +584,7 @@ extern u32 var8009cf10;
|
||||
extern u32 var8009cf88;
|
||||
extern u32 var8009d030;
|
||||
extern u32 *g_LvSetupPtr_8009d040;
|
||||
extern struct ailist *g_LvAilists;
|
||||
extern u32 var8009d050;
|
||||
extern u32 var8009d060;
|
||||
extern u32 var8009d088;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _IN_LIBRARY_H
|
||||
#include <ultra64.h>
|
||||
|
||||
u8 *ailistFindById(u32 ailistid);
|
||||
u8 *ailistFindById(s32 ailistid);
|
||||
|
||||
s32 getCurrentStageId(void);
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef IN_SETUP_AILISTS_H
|
||||
#define IN_SETUP_AILISTS_H
|
||||
#include <ultra64.h>
|
||||
extern struct ailists functions[];
|
||||
|
||||
extern struct ailist g_GlobalAilists[];
|
||||
|
||||
#endif
|
||||
|
||||
@@ -118,8 +118,8 @@ extern u32 var8005eee4;
|
||||
extern u32 var8005eee8;
|
||||
extern u32 var8005ef08;
|
||||
extern u32 var8005ef10;
|
||||
extern u32 var8005ef30;
|
||||
extern u32 var8005ef34;
|
||||
extern s32 g_NumGlobalAilists;
|
||||
extern s32 g_NumLvAilists;
|
||||
extern u32 var8005ef40;
|
||||
extern u32 var8005ef5c;
|
||||
extern u32 var8005ef7c;
|
||||
|
||||
+1
-1
@@ -757,7 +757,7 @@ struct player {
|
||||
/*0x480*/ u32 unk480;
|
||||
};
|
||||
|
||||
struct ailists {
|
||||
struct ailist {
|
||||
u8 *list;
|
||||
u32 id;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user