Rename `func_8008A5D0` to `nuContDataUnLock`
This commit is contained in:
parent
7ff45c1495
commit
9fcec8adfd
|
|
@ -70,6 +70,7 @@ nuIdle = 0x8007F8E4;
|
||||||
nuPiReadRom = 0x80089F80;
|
nuPiReadRom = 0x80089F80;
|
||||||
nuContQueryRead = 0x8008A640;
|
nuContQueryRead = 0x8008A640;
|
||||||
nuContMgrInit = 0x8008A260;
|
nuContMgrInit = 0x8008A260;
|
||||||
|
nuContDataUnLock = 0x8008A5D0;
|
||||||
|
|
||||||
|
|
||||||
obCurrentTime = 0x800C47D0;
|
obCurrentTime = 0x800C47D0;
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include "nu/nusys.h"
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
void func_8008A5D0();
|
|
||||||
|
|
||||||
extern OSMesg OSMESG_800BE190;
|
extern OSMesg OSMESG_800BE190;
|
||||||
extern OSMesg OSMESG_800BE194;
|
extern OSMesg OSMESG_800BE194;
|
||||||
|
|
||||||
|
|
@ -15,7 +13,7 @@ u8 nuContMgrInit(void) {
|
||||||
s32 var_a1;
|
s32 var_a1;
|
||||||
s32 var_v1;
|
s32 var_v1;
|
||||||
|
|
||||||
func_8008A5D0();
|
nuContDataUnLock();
|
||||||
osCreateMesgQueue(&MQ_800C4A00, &OSMESG_800BE190, 1);
|
osCreateMesgQueue(&MQ_800C4A00, &OSMESG_800BE190, 1);
|
||||||
osCreateMesgQueue(&MQ_800E9BF0, &OSMESG_800BE194, 1);
|
osCreateMesgQueue(&MQ_800E9BF0, &OSMESG_800BE194, 1);
|
||||||
func_8008B130(&D_800A9FF8);
|
func_8008B130(&D_800A9FF8);
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ void func_8008A5A0(void) {
|
||||||
osSetIntMask(temp_v0);
|
osSetIntMask(temp_v0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void func_8008A5D0(void) {
|
void nuContDataUnLock(void) {
|
||||||
s32 temp_v0;
|
s32 temp_v0;
|
||||||
|
|
||||||
temp_v0 = osSetIntMask(OS_IM_NONE);
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue