Rename `func_8008A5A0` to `nuContDataLock`

This commit is contained in:
gijs 2023-10-21 17:38:17 +02:00
parent 24e91ef028
commit a689d76967
2 changed files with 4 additions and 1 deletions

View File

@ -78,6 +78,7 @@ nuPiReadRom = 0x80089F80;
nuContQueryRead = 0x8008A640;
nuContMgrInit = 0x8008A260;
nuContDataUnLock = 0x8008A5D0;
func_8008A5A0 = 0x8008A5A0;
nuSiCallBackAdd = 0x8008B130;
nuContMgrRemove = 0x8008A334;
nuSiCallBackRemove = 0x8008B1D0;

View File

@ -1,6 +1,8 @@
#include "common.h"
void func_8008A5A0(void) {
#include "nu/nusys.h"
void nuContDataLock(void) {
s32 temp_v0;
temp_v0 = osSetIntMask(OS_IM_NONE);