From 975f45149f43d79cb571d01089383897a0498267 Mon Sep 17 00:00:00 2001 From: gijs Date: Wed, 27 Sep 2023 01:47:44 +0200 Subject: [PATCH] Forgot to split a segment in `overlay_286BD0` --- splat.yaml | 2 +- src/overlay_286BD0/_ob_early_ghost.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/overlay_286BD0/_ob_early_ghost.c diff --git a/splat.yaml b/splat.yaml index 73c0774..4d320c7 100644 --- a/splat.yaml +++ b/splat.yaml @@ -1372,7 +1372,7 @@ segments: - [0x289780, c, "_ob_childlike_cherry"] - [0x28A7B0, asm, "_ob_future_flesh"] - [0x296CE0, c, "_ob_painstaking_mouth"] - - [0x299D50, asm] + - [0x299D50, c, "_ob_early_ghost"] - [0x299D80, data, "data_299D80"] diff --git a/src/overlay_286BD0/_ob_early_ghost.c b/src/overlay_286BD0/_ob_early_ghost.c new file mode 100644 index 0000000..7729177 --- /dev/null +++ b/src/overlay_286BD0/_ob_early_ghost.c @@ -0,0 +1,3 @@ +#include "common.h" + +INCLUDE_ASM(const s32, "overlay_286BD0/_ob_early_ghost", func_overlay_286BD0_8023DE10_299D50);