Rename `func_800890E4` to `nuScResetClientMesgType`

This commit is contained in:
gijs 2023-10-20 12:21:30 +02:00
parent 19ad06ddec
commit a0e093a589
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@ nuScAddClient = 0x80089054;
nuScRemoveClient = 0x80089124;
nuScSetFrameBufferNum = 0x80089528;
nuGfxRetraceWait = 0x80089A30;
nuScResetClientMesgType = 0x800890E4;
obCurrentTime = 0x800C47D0;
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0

View File

@ -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);