summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-10 03:32:55 -0700
committerYamaArashi <shadow962@live.com>2016-06-10 18:37:25 -0700
commita27cec41b55f1c780ee2be3041701b1f0e31e047 (patch)
tree75c99e8ba39a9e3ea7b3965fbb33bdda76fd9b15 /src/text.c
parenta37de9f76364f3ed95c49ca1417ee01cd4d617b1 (diff)
decompile palette.c
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index 276a2ccfb..8335e61c8 100644
--- a/src/text.c
+++ b/src/text.c
@@ -3,6 +3,7 @@
#include "main.h"
#include "string_util.h"
#include "songs.h"
+#include "palette.h"
enum
{
@@ -117,7 +118,6 @@ struct ShiftAmount
u32 right;
};
-extern void LoadPalette(const u16 *, u16, u32);
extern void sub_8075474(u16);
extern void audio_play(u16);
extern u8 mplay_has_finished_maybe(void);