help_system common syms
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
gHelpSystemEnabled
|
||||||
@@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
extern u8 gGlyphInfo[];
|
extern u8 gGlyphInfo[];
|
||||||
|
|
||||||
|
bool8 gHelpSystemEnabled;
|
||||||
|
|
||||||
struct HelpSystemVideoState
|
struct HelpSystemVideoState
|
||||||
{
|
{
|
||||||
/*0x00*/ MainCallback savedVblankCb;
|
/*0x00*/ MainCallback savedVblankCb;
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ static IntrFunc * const sTimerIntrFunc = gIntrTable + 0x7;
|
|||||||
EWRAM_DATA u8 gDecompressionBuffer[0x4000] = {0};
|
EWRAM_DATA u8 gDecompressionBuffer[0x4000] = {0};
|
||||||
EWRAM_DATA u16 gTrainerId = 0;
|
EWRAM_DATA u16 gTrainerId = 0;
|
||||||
|
|
||||||
extern bool8 gHelpSystemEnabled;
|
|
||||||
extern bool8 gWirelessCommType;
|
extern bool8 gWirelessCommType;
|
||||||
extern bool8 gUnknown_3005E88;
|
extern bool8 gUnknown_3005E88;
|
||||||
|
|
||||||
|
|||||||
+2
-4
@@ -220,10 +220,8 @@ gUnknown_3005E98: @ 3005E98
|
|||||||
.include "help_system_812B1E0.o"
|
.include "help_system_812B1E0.o"
|
||||||
.align 4
|
.align 4
|
||||||
.include "fame_checker.o"
|
.include "fame_checker.o"
|
||||||
|
.include "help_system.o"
|
||||||
gHelpSystemEnabled: @ 3005ECC
|
.align 4
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
.include "mevent.o"
|
.include "mevent.o"
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
|
|||||||
Reference in New Issue
Block a user