diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 13:31:26 +0200 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:14:45 -0400 |
commit | 6508197cbbd6a10226958d4e4b6bebb4fc754cad (patch) | |
tree | df7fed98e02c4113507f6994e615b8f8074dd69e /src/intro.c | |
parent | ca6485a3b23102c96bf046bfacb3b994d83f9555 (diff) |
Define gSineTable in trig.h
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c index 7f6763199..3f4897092 100644 --- a/src/intro.c +++ b/src/intro.c @@ -44,7 +44,6 @@ extern const u16 gIntroCopyright_Pal[]; extern const u16 gIntroCopyright_Tilemap[]; extern const u16 gUnknown_08393E64[]; extern void *const gUnknown_0840B5A0[]; -extern const s16 gSineTable[]; //-------------------------------------------------- // Graphics Data |