diff options
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/help_system.c b/src/help_system.c index 4de540c46..fbe23bec0 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -6,17 +6,10 @@ #include "help_system.h" #include "list_menu.h" #include "strings.h" -#include "event_data.h" #include "constants/songs.h" #define ZERO 0 -struct { - u8 pixels[0x80]; - u8 width; - u8 height; -} extern gGlyphInfo; - bool8 gHelpSystemEnabled; struct HelpSystemVideoState |