Rename `func_80089D5C` to `nuSiMgrStop`
This commit is contained in:
parent
3896f82bbc
commit
ad71a118fe
|
|
@ -59,6 +59,7 @@ nuGfxDisplayOn = 0x80089C50;
|
|||
nuSiMgrInit = 0x80089C60;
|
||||
nuSiMgrThread = 0x80089D9C;
|
||||
nuSiSendMesg = 0x80089CF8;
|
||||
nuSiMgrStop = 0x80089D5C;
|
||||
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ s32 nuSiSendMesg(NUScMsg mesg, void* dataPtr) {
|
|||
return siCommonMesg.error;
|
||||
}
|
||||
|
||||
void func_80089D5C(void) {
|
||||
void nuSiMgrStop(void) {
|
||||
nuSiSendMesg(0x7F00, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue