From a50916e56ab3047d99c2d9509f4a31740575d667 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:42:48 -0700 Subject: [PATCH] Moved symbols in unknown_0646F0 to header file. --- include/unknown_0646F0.h | 4 ++++ src/unknown_0646F0.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_0646F0.h diff --git a/include/unknown_0646F0.h b/include/unknown_0646F0.h new file mode 100644 index 00000000..98b804d7 --- /dev/null +++ b/include/unknown_0646F0.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_0646F0_H_ +#define _UNKNOWN_0646F0_H_ + +#endif \ No newline at end of file diff --git a/src/unknown_0646F0.c b/src/unknown_0646F0.c index f3a41dc8..cc9fe5a1 100644 --- a/src/unknown_0646F0.c +++ b/src/unknown_0646F0.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80063AF0 */ +#include "unknown_0646F0.h" + #include "types.h" #include "macros.h"