diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-08 13:54:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-08 13:54:52 -0400 |
commit | 20efe34745e3f53f6c570a063718972cc50c8a97 (patch) | |
tree | 4dab7882769796c548079512a3b1e38c76325aa5 /src/main.c | |
parent | 3c3fd189d8e74a0b420089c6d4132f0ab10b8a73 (diff) |
help_system common syms
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index eb1625473..9294c80ce 100644 --- a/src/main.c +++ b/src/main.c @@ -104,7 +104,6 @@ static IntrFunc * const sTimerIntrFunc = gIntrTable + 0x7; EWRAM_DATA u8 gDecompressionBuffer[0x4000] = {0}; EWRAM_DATA u16 gTrainerId = 0; -extern bool8 gHelpSystemEnabled; extern bool8 gWirelessCommType; extern bool8 gUnknown_3005E88; |