summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-23 09:17:23 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-23 09:17:23 -0400
commitff7f7744b7a898f9b460f9e403b137c95947aba3 (patch)
treefcc3bd722ccd495048a8f4f24a07b210696f52bc /src/help_system.c
parentbccdee5299890111b1dc9fa10b0262d6f53d9ef5 (diff)
gGlyphInfo to struct
Diffstat (limited to 'src/help_system.c')
-rw-r--r--src/help_system.c7
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