diff --git a/splat.yaml b/splat.yaml index c8053b3..44fa78b 100644 --- a/splat.yaml +++ b/splat.yaml @@ -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"] diff --git a/src/_ob_past_brick.c b/src/_ob_past_brick.c index a7aa7b6..edb9bda 100644 --- a/src/_ob_past_brick.c +++ b/src/_ob_past_brick.c @@ -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); \ No newline at end of file diff --git a/src/_ob_thoughtless_van.c b/src/_ob_thoughtless_van.c new file mode 100644 index 0000000..155b35e --- /dev/null +++ b/src/_ob_thoughtless_van.c @@ -0,0 +1,3 @@ +#include "common.h" + +INCLUDE_ASM(const s32, "_ob_thoughtless_van", func_80089990);