Split `func_80089990` into it's own C file

This commit is contained in:
gijs 2023-10-20 17:22:48 +02:00
parent 281135d82e
commit 25048fc641
3 changed files with 5 additions and 14 deletions

View File

@ -113,6 +113,7 @@ segments:
- [0x18F30, asm]
- [0x18F80, asm]
- [0x19050, c, "_ob_past_brick"]
- [0x19D90, c, "_ob_thoughtless_van"]
- [0x19DD0, c, "_ob_questionable_glass"]
- [0x19E10, asm]
- [0x19E30, c, "nu/nugfxretracewait"]

View File

@ -178,16 +178,3 @@ INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskMgr);
INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskMgrInit);
INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskStart);
INCLUDE_ASM(const s32, "_ob_past_brick", func_80089990);
/* 19D90 80089990 */
// void func_80089990(void (*arg0)(s32)) {
// s32 mask;
// nuGfxTaskAllEndWait();
// mask = osSetIntMask(OS_IM_NONE);
// nuGfxFunc = arg0;
// osSetIntMask(mask);
// }

View File

@ -0,0 +1,3 @@
#include "common.h"
INCLUDE_ASM(const s32, "_ob_thoughtless_van", func_80089990);