From a3546ac0770520f3c14ccd4ad4fca21c53d0944e Mon Sep 17 00:00:00 2001 From: LittleCube Date: Tue, 18 Feb 2025 17:17:37 -0500 Subject: [PATCH] use syms instead of elf --- banjo.us.rev0.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/banjo.us.rev0.toml b/banjo.us.rev0.toml index 276ebb6..d1605e7 100644 --- a/banjo.us.rev0.toml +++ b/banjo.us.rev0.toml @@ -4,9 +4,9 @@ entrypoint = 0x80000400 # Paths are relative to the location of this config file. output_func_path = "RecompiledFuncs" -# symbols_file_path = "BanjoRecompSyms/bk.us.rev0.syms.toml" +symbols_file_path = "BanjoRecompSyms/bk.us.rev0.syms.toml" rom_file_path = "banjo.us.v10.decompressed.z64" -elf_path = "banjo.us.v10.elf" +# elf_path = "banjo.us.v10.elf" manual_funcs = [ { name = "__n_CSPVoiceHandler", section = ".core1", vram = 0x8025E438, size = 0x684 },