Rename `func_800890E4` to `nuScResetClientMesgType`
This commit is contained in:
parent
19ad06ddec
commit
a0e093a589
|
|
@ -17,6 +17,7 @@ nuScAddClient = 0x80089054;
|
|||
nuScRemoveClient = 0x80089124;
|
||||
nuScSetFrameBufferNum = 0x80089528;
|
||||
nuGfxRetraceWait = 0x80089A30;
|
||||
nuScResetClientMesgType = 0x800890E4;
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||
|
|
|
|||
|
|
@ -32,8 +32,7 @@ void nuScAddClient(NUScClient* client, OSMesgQueue* queue, NUScMsg type) {
|
|||
osSetIntMask(mask);
|
||||
}
|
||||
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", func_800890E4);
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuScResetClientMesgType);
|
||||
|
||||
void nuScRemoveClient(NUScClient* client) {
|
||||
s32 mask = osSetIntMask(OS_IM_NONE);
|
||||
|
|
|
|||
Loading…
Reference in New Issue