summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
commitee6942683882e2abd4bde79f8355b71abbd21af9 (patch)
tree20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/main.c
parent0f6cc27e81d4985d61e5caa669027801d520a122 (diff)
Eliminate more externs
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 61c5e3386..aa42c5958 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,9 +24,6 @@
#include "main.h"
#include "trainer_hill.h"
-extern void sub_800B9B8(void);
-extern u8 gUnknown_03002748;
-
static void VBlankIntr(void);
static void HBlankIntr(void);
static void VCountIntr(void);
@@ -313,8 +310,6 @@ void SetSerialCallback(IntrCallback callback)
gMain.serialCallback = callback;
}
-extern void CopyBufferedValuesToGpuRegs(void);
-
static void VBlankIntr(void)
{
if (gWirelessCommType != 0)