From c3df78cc8b438bdd2a740d2b287efa57408cb250 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:14:59 -0700 Subject: [PATCH] Moved symbols in unknown_05F0C0 to header file. --- include/unknown_05F0C0.h | 8 ++++++++ src/unknown_05F0C0.c | 2 ++ undefined_syms.txt | 1 - 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 include/unknown_05F0C0.h diff --git a/include/unknown_05F0C0.h b/include/unknown_05F0C0.h new file mode 100644 index 00000000..c1913d7c --- /dev/null +++ b/include/unknown_05F0C0.h @@ -0,0 +1,8 @@ +#ifndef _UNKNOWN_05F0C0_H_ +#define _UNKNOWN_05F0C0_H_ + +#include "types.h" + +extern s16 D_800DCE40[16]; + +#endif \ No newline at end of file diff --git a/src/unknown_05F0C0.c b/src/unknown_05F0C0.c index 09ce122c..65b25ea5 100644 --- a/src/unknown_05F0C0.c +++ b/src/unknown_05F0C0.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x8005E4C0 */ +#include "unknown_05F0C0.h" + #include "types.h" #include "macros.h" diff --git a/undefined_syms.txt b/undefined_syms.txt index f2499131..7e82b146 100755 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -67,7 +67,6 @@ D_800D84C0 = 0x800D84C0; D_800D8590 = 0x800D8590; D_800D9790 = 0x800D9790; D_800DA970 = 0x800DA970; -D_800DCE40 = 0x800DCE40; D_800DCE60 = 0x800DCE60; D_800DCE80 = 0x800DCE80; D_800DCEA0 = 0x800DCEA0;