From a5a10f03cde6f99b2fe569205c8f312c22035630 Mon Sep 17 00:00:00 2001 From: gijs Date: Sat, 21 Oct 2023 17:25:30 +0200 Subject: [PATCH] Rename `_ob_grumpy_island.c` to `nugfxthread.c` and move it to `nu` folder --- splat.yaml | 2 +- src/{_ob_grumpy_island.c => nu/nugfxthread.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{_ob_grumpy_island.c => nu/nugfxthread.c} (100%) diff --git a/splat.yaml b/splat.yaml index f03dd6c..36e6973 100644 --- a/splat.yaml +++ b/splat.yaml @@ -139,7 +139,7 @@ segments: - [0x1B320, asm] - [0x1B360, asm] - [0x1B3A0, c, "_ob_electric_zephyr"] - - [0x1B3E0, c, "_ob_grumpy_island"] + - [0x1B3E0, c, "nu/nugfxthread"] - [0x1B510, c, "_ob_painful_roll"] - [0x1B530, asm] - [0x1B650, asm] diff --git a/src/_ob_grumpy_island.c b/src/nu/nugfxthread.c similarity index 100% rename from src/_ob_grumpy_island.c rename to src/nu/nugfxthread.c