Rename `func_8008B1D0` to `nuSiCallBackRemove`

This commit is contained in:
gijs 2023-10-20 21:17:55 +02:00
parent 1fa7c6930f
commit 92fd0c2213
4 changed files with 4 additions and 6 deletions

View File

@ -173,10 +173,7 @@ extern s32 __calls_read_controller_0(s16* arg0);
extern void func_8008A354();
extern void func_8008A37C();
extern void func_8008B1D0(u8*);
extern void func_8008350C();
extern void func_8008B1D0(u8*);
extern void __set_vi_mode(s32);

View File

@ -38,7 +38,6 @@ nuContDataMutexBuf = 0x800BE194;
nuContCallBack = 0x800A9FF8;
nuContStatus = 0x800C4B38; // size:0x10 type:u32
nuContNum = 0x800C6D60;
nuContMgrRemove = 0x8008A334;
nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050
@ -80,6 +79,8 @@ nuContQueryRead = 0x8008A640;
nuContMgrInit = 0x8008A260;
nuContDataUnLock = 0x8008A5D0;
nuSiCallBackAdd = 0x8008B130;
nuContMgrRemove = 0x8008A334;
nuSiCallBackRemove = 0x8008B1D0;
obCurrentTime = 0x800C47D0;

View File

@ -8,7 +8,7 @@ void func_8008A6A0(void) {
void func_8008A6C0(void) {
func_8008B1D0(&D_800AA040);
nuSiCallBackRemove(&D_800AA040);
}
INCLUDE_ASM(const s32, "_ob_dull_silver", func_8008A6E0);

View File

@ -34,7 +34,7 @@ u8 nuContMgrInit(void) {
}
void nuContMgrRemove(void) {
func_8008B1D0(&nuContCallBack);
nuSiCallBackRemove(&nuContCallBack);
}
void __start_copy_global_controller_data(void) {