From 68e927503b880c53ebb03a74030479ca519eb9bc Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sat, 6 Feb 2021 13:02:16 +0000 Subject: [PATCH] aux.c -> lib.c --- src/battle/item/coconut/{aux.c => lib.c} | 0 tools/splat.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/battle/item/coconut/{aux.c => lib.c} (100%) diff --git a/src/battle/item/coconut/aux.c b/src/battle/item/coconut/lib.c similarity index 100% rename from src/battle/item/coconut/aux.c rename to src/battle/item/coconut/lib.c diff --git a/tools/splat.yaml b/tools/splat.yaml index e1142cdc56..cea9527028 100644 --- a/tools/splat.yaml +++ b/tools/splat.yaml @@ -2346,8 +2346,8 @@ segments: vram: 0x802A1000 overlay: True files: - - [0x72F720, c, aux] - - [0x72F960, .data, aux] + - [0x72F720, c, lib] + - [0x72F960, .data, lib] - [0x72FF20, ci4, coconut, 32, 32] - [0x730120, palette, coconut] - [0x730140, .data, coconut]