Rename `obControllerInit` to `nuSiMgrInit`

This commit is contained in:
gijs 2023-10-20 17:51:26 +02:00
parent 56ba9040f4
commit 02e99d32be
3 changed files with 2 additions and 3 deletions

View File

@ -53,6 +53,7 @@ nuGfxTaskMgr = 0x80089540;
nuGfxFuncSet = 0x80089990; nuGfxFuncSet = 0x80089990;
nuGfxDisplayOff = 0x80089BC0; nuGfxDisplayOff = 0x80089BC0;
nuGfxDisplayOn = 0x80089C50; nuGfxDisplayOn = 0x80089C50;
nuSiMgrInit = 0x80089C60;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;
@ -874,7 +875,6 @@ osViModePalLan1 = 0x800ABBE0;
osViModeMpalLan1 = 0x800ABA00; osViModeMpalLan1 = 0x800ABA00;
osViModeNtscLan1 = 0x800AB960; osViModeNtscLan1 = 0x800AB960;
obControllerInit = 0x80089C60;
osUnmapTLBAll = 0x8009AB00; osUnmapTLBAll = 0x8009AB00;
osMapTLBRdb = 0x8009AAA0; osMapTLBRdb = 0x8009AAA0;

View File

@ -1,7 +1,7 @@
#include "common.h" #include "common.h"
/* 1A060 80089C60 */ /* 1A060 80089C60 */
u8 obControllerInit(void) { u8 nuSiMgrInit(void) {
u8 pattern; u8 pattern;
OSContStatus data[3]; OSContStatus data[3];

View File

@ -41,7 +41,6 @@ void func_8016C900(); /* extern */
void func_80179060(); /* extern */ void func_80179060(); /* extern */
void func_8017BDC0(); /* extern */ void func_8017BDC0(); /* extern */
void func_80184D70(); /* extern */ void func_80184D70(); /* extern */
void obControllerInit(); /* extern */
extern s32 D_800A81F4; extern s32 D_800A81F4;
extern s32 D_800A8204; extern s32 D_800A8204;