From 7f6504d2157b837209a8abb4a17cf11430106d9b Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Sun, 6 Jun 2021 12:02:37 -0700 Subject: [PATCH] Moved symbols in unknown_0777A0 to header file. --- include/unknown_0777A0.h | 4 ++++ src/unknown_0777A0.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_0777A0.h diff --git a/include/unknown_0777A0.h b/include/unknown_0777A0.h new file mode 100644 index 00000000..142c49f5 --- /dev/null +++ b/include/unknown_0777A0.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_0777A0_H_ +#define _UNKNOWN_0777A0_H_ + +#endif diff --git a/src/unknown_0777A0.c b/src/unknown_0777A0.c index 0f0372b2..d958a466 100644 --- a/src/unknown_0777A0.c +++ b/src/unknown_0777A0.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80076BA0 */ +#include "unknown_0777A0.h" + #include "types.h" #include "macros.h"