Correct `nusched` address

This commit is contained in:
gijs 2023-10-20 11:48:26 +02:00
parent ed677a4a28
commit a9ae2448a7
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
nusched = 0x800E917C; // size:0x680
nusched = 0x800E8B10; // size:0x680
nuScRetraceCounter = 0x800C4BCC;
nuScPreNMIFlag = 0x800C4800;
nuScPreNMIFunc = 0x800A9E60;

View File

@ -1,10 +1,12 @@
#include "common.h"
#include "nu/nusys.h"
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
/* 192F0 80088EF0*/
s32* func_80088EF0(void) {
return &D_800E8B14;
return &nusched.audioRequestMQ;
}
Unk0* func_80088EFC(void) {

View File

@ -41,4 +41,5 @@ D_800EB0E8 = 0x800EB0E8;
D_800E8C2C = 0x800E8C2C;
D_80187BCC = 0x80187BCC;
D_800E8300 = 0x800E8300;
D_800E8300 = 0x800E8300;
nusched = 0x800E8B10;