summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-02-19 12:16:08 -0800
committerYamaArashi <shadow962@live.com>2017-02-19 12:17:21 -0800
commit83134f6dda6832e3fb4551a9fd220f054627fe79 (patch)
treed5335097037178587e9b80a995c00151aafc280a /src/main.c
parent0d2125cebb22334265b79d7d9295552507d2c78b (diff)
define gFlashMemoryPresent in load_save.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d3ed31ff1..0e93fb89f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,7 +15,6 @@
#include "sound.h"
extern struct SoundInfo gSoundInfo;
-extern bool32 gFlashMemoryPresent;
extern u32 IntrMain[];
static void VBlankIntr(void);