Split `func_80089990` into it's own C file
This commit is contained in:
parent
281135d82e
commit
25048fc641
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -177,17 +177,4 @@ 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);
|
||||
// }
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskStart);
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM(const s32, "_ob_thoughtless_van", func_80089990);
|
||||
Loading…
Reference in New Issue