Identified `nuScPreNMIFunc`
This commit is contained in:
parent
411c33a536
commit
c53a8b95e5
|
|
@ -1,6 +1,7 @@
|
||||||
nusched = 0x800E917C; // size:0x67A
|
nusched = 0x800E917C; // size:0x67A
|
||||||
nuScRetraceCounter = 0x800C4BCC;
|
nuScRetraceCounter = 0x800C4BCC;
|
||||||
nuScPreNMIFlag = 0x800C4800;
|
nuScPreNMIFlag = 0x800C4800;
|
||||||
|
nuScPreNMIFunc = 0x800A9E60;
|
||||||
|
|
||||||
nuBoot = 0x8007F880;
|
nuBoot = 0x8007F880;
|
||||||
nuScCreateScheduler = 0x80088C50; // rom:0x19050
|
nuScCreateScheduler = 0x80088C50; // rom:0x19050
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#include "libmus.h"
|
#include "libmus.h"
|
||||||
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
extern u16 D_800AEDE2;
|
extern u16 D_800AEDE2;
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
@ -52,7 +54,6 @@ extern s8 D_800AEF9A;
|
||||||
extern s8 D_800AEFA0;
|
extern s8 D_800AEFA0;
|
||||||
extern s32 D_800AEFA4;
|
extern s32 D_800AEFA4;
|
||||||
extern s8 D_800C4808;
|
extern s8 D_800C4808;
|
||||||
extern s32 nuScRetraceCounter;
|
|
||||||
extern s8 D_800C4CE4;
|
extern s8 D_800C4CE4;
|
||||||
extern s8 D_800E7A0C;
|
extern s8 D_800E7A0C;
|
||||||
extern s8 D_800E810C;
|
extern s8 D_800E810C;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue