summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-03 01:26:01 -0500
committerGitHub <noreply@github.com>2017-10-03 01:26:01 -0500
commitd32ec8bf7246468625ab68a2d62835d70b7ac98c (patch)
treecc09c6b3cdc80f40dd598f21282cf6f591870e5c /src/main.c
parente774b79b45ac39eebdfb6dcbb9ff73f7bacab094 (diff)
parent10c5a7a2dda078d90ea54114559110fa68f88f9e (diff)
Merge pull request #59 from PikalaxALT/sym_bss
BSS; decompile tileset_anims
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5707e18af..665a4dd84 100644
--- a/src/main.c
+++ b/src/main.c
@@ -77,7 +77,7 @@ const IntrFunc gIntrTableTemplate[] =
#define INTR_COUNT ((int)(sizeof(gIntrTableTemplate)/sizeof(IntrFunc)))
-extern u16 gUnknown_03000000;
+static u16 gUnknown_03000000;
extern u16 gKeyRepeatStartDelay;
extern u8 gUnknown_030022B4;