Rename `func_80089D5C` to `nuSiMgrStop`

This commit is contained in:
gijs 2023-10-20 18:04:32 +02:00
parent 3896f82bbc
commit ad71a118fe
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ nuGfxDisplayOn = 0x80089C50;
nuSiMgrInit = 0x80089C60; nuSiMgrInit = 0x80089C60;
nuSiMgrThread = 0x80089D9C; nuSiMgrThread = 0x80089D9C;
nuSiSendMesg = 0x80089CF8; nuSiSendMesg = 0x80089CF8;
nuSiMgrStop = 0x80089D5C;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;

View File

@ -36,7 +36,7 @@ s32 nuSiSendMesg(NUScMsg mesg, void* dataPtr) {
return siCommonMesg.error; return siCommonMesg.error;
} }
void func_80089D5C(void) { void nuSiMgrStop(void) {
nuSiSendMesg(0x7F00, 0); nuSiSendMesg(0x7F00, 0);
} }