Rename `func_8008A334` to `nuContMgrRemove`

This commit is contained in:
gijs 2023-10-20 21:15:53 +02:00
parent 6290ea1045
commit 1fa7c6930f
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ nuContDataMutexBuf = 0x800BE194;
nuContCallBack = 0x800A9FF8;
nuContStatus = 0x800C4B38; // size:0x10 type:u32
nuContNum = 0x800C6D60;
nuContMgrRemove = 0x8008A334;
nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050

View File

@ -33,7 +33,7 @@ u8 nuContMgrInit(void) {
return pattern;
}
void func_8008A334(void) {
void nuContMgrRemove(void) {
func_8008B1D0(&nuContCallBack);
}