Rename `func_80088EF0` to `nuScGetAudioMQ`

This commit is contained in:
gijs 2023-10-20 11:57:13 +02:00
parent a9ae2448a7
commit 26bd797aa0
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ nuScEventHandler = 0x80088F08;
nuScExecuteAudio = 0x80089200;
nuScExecuteGraphics = 0x800893C0;
nuScEventBroadcast = 0x800891A0;
nuScGetAudioMQ = 0x80088EF0;
obCurrentTime = 0x800C47D0;
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0

View File

@ -5,7 +5,7 @@
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
/* 192F0 80088EF0*/
s32* func_80088EF0(void) {
OSMesgQueue* nuScGetAudioMQ() {
return &nusched.audioRequestMQ;
}