help_system common syms

This commit is contained in:
PikalaxALT
2019-10-08 13:54:52 -04:00
parent 3c3fd189d8
commit 20efe34745
4 changed files with 5 additions and 5 deletions
+2
View File
@@ -16,6 +16,8 @@
extern u8 gGlyphInfo[];
bool8 gHelpSystemEnabled;
struct HelpSystemVideoState
{
/*0x00*/ MainCallback savedVblankCb;
-1
View File
@@ -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;