Correct `nusched` address
This commit is contained in:
parent
ed677a4a28
commit
a9ae2448a7
|
|
@ -1,4 +1,4 @@
|
||||||
nusched = 0x800E917C; // size:0x680
|
nusched = 0x800E8B10; // size:0x680
|
||||||
nuScRetraceCounter = 0x800C4BCC;
|
nuScRetraceCounter = 0x800C4BCC;
|
||||||
nuScPreNMIFlag = 0x800C4800;
|
nuScPreNMIFlag = 0x800C4800;
|
||||||
nuScPreNMIFunc = 0x800A9E60;
|
nuScPreNMIFunc = 0x800A9E60;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
|
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
|
||||||
|
|
||||||
/* 192F0 80088EF0*/
|
/* 192F0 80088EF0*/
|
||||||
s32* func_80088EF0(void) {
|
s32* func_80088EF0(void) {
|
||||||
return &D_800E8B14;
|
return &nusched.audioRequestMQ;
|
||||||
}
|
}
|
||||||
|
|
||||||
Unk0* func_80088EFC(void) {
|
Unk0* func_80088EFC(void) {
|
||||||
|
|
|
||||||
|
|
@ -41,4 +41,5 @@ D_800EB0E8 = 0x800EB0E8;
|
||||||
D_800E8C2C = 0x800E8C2C;
|
D_800E8C2C = 0x800E8C2C;
|
||||||
|
|
||||||
D_80187BCC = 0x80187BCC;
|
D_80187BCC = 0x80187BCC;
|
||||||
D_800E8300 = 0x800E8300;
|
D_800E8300 = 0x800E8300;
|
||||||
|
nusched = 0x800E8B10;
|
||||||
Loading…
Reference in New Issue