Rename `func_8008A260` to `nuContMgrInit`

This commit is contained in:
gijs 2023-10-20 19:36:46 +02:00
parent eb3f05151b
commit 7ff45c1495
3 changed files with 2 additions and 2 deletions

View File

@ -69,6 +69,7 @@ nuSiMgrRestart = 0x80089D7C;
nuIdle = 0x8007F8E4;
nuPiReadRom = 0x80089F80;
nuContQueryRead = 0x8008A640;
nuContMgrInit = 0x8008A260;
obCurrentTime = 0x800C47D0;

View File

@ -10,7 +10,7 @@ extern OSMesg OSMESG_800BE194;
extern u32 obStackMain;
/* 1A660 8008A260 */
u8 func_8008A260(void) {
u8 nuContMgrInit(void) {
s32 var_a0;
s32 var_a1;
s32 var_v1;

View File

@ -32,7 +32,6 @@ void func_800749C0(s32); /* extern */
void func_800764E0(); /* extern */
void func_80079380(); /* extern */
void func_8008A040(); /* extern */
s8 func_8008A260(); /* extern */
void func_8009DAEC(); /* extern */
void func_800E9CEC(); /* extern */
void func_800EA714(); /* extern */