From f87dcd5e36c4480a17a848f342c5965c7f722f74 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:35:49 -0700 Subject: [PATCH] Moved symbols in unknown_05F690 to header file. --- include/unknown_05F690.h | 11 +++++++++++ src/unknown_05F690.c | 2 ++ undefined_syms.txt | 4 ---- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 include/unknown_05F690.h diff --git a/include/unknown_05F690.h b/include/unknown_05F690.h new file mode 100644 index 00000000..11ed8812 --- /dev/null +++ b/include/unknown_05F690.h @@ -0,0 +1,11 @@ +#ifndef _UNKNOWN_05F690_H_ +#define _UNKNOWN_05F690_H_ + +#include "types.h" + +extern s16 D_800DCE60[16]; +extern s16 D_800DCE80[16]; +extern s32 D_800DCEA0; +extern s32 D_800DCEA4; + +#endif \ No newline at end of file diff --git a/src/unknown_05F690.c b/src/unknown_05F690.c index 5d67e307..769937b4 100644 --- a/src/unknown_05F690.c +++ b/src/unknown_05F690.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x8005EA90 */ +#include "unknown_05F690.h" + #include "types.h" #include "macros.h" diff --git a/undefined_syms.txt b/undefined_syms.txt index 7e82b146..8c09c1f4 100755 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -67,10 +67,6 @@ D_800D84C0 = 0x800D84C0; D_800D8590 = 0x800D8590; D_800D9790 = 0x800D9790; D_800DA970 = 0x800DA970; -D_800DCE60 = 0x800DCE60; -D_800DCE80 = 0x800DCE80; -D_800DCEA0 = 0x800DCEA0; -D_800DCEA4 = 0x800DCEA4; D_800DCEB0 = 0x800DCEB0; D_800DCEC0 = 0x800DCEC0; D_800DCF28 = 0x800DCF28;