Decompile `func_80089990`

This commit is contained in:
gijs 2023-10-20 17:26:01 +02:00
parent d3f8360be2
commit 753eb5a7dc
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
#include "common.h" #include "common.h"
INCLUDE_ASM(const s32, "_ob_thoughtless_van", func_80089990); #include "nu/nusys.h"
/* 19D90 80089990 */
void func_80089990(NUGfxFunc func) {
s32 mask;
nuGfxTaskAllEndWait();
mask = osSetIntMask(OS_IM_NONE);
nuGfxFunc = func;
osSetIntMask(mask);
}