diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-21 12:24:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 12:24:24 -0500 |
commit | 804d0a4b6a12907974ffd8cb20f6ed6c527b663b (patch) | |
tree | e9a7231867cc05a415f347beb354339f1cb909aa /src/menu_helpers.c | |
parent | 2a3ba78831f2dca1ff0d3fe3f03844a993597b28 (diff) | |
parent | 8e7202ec3d289305190aedc66d02435571747a76 (diff) |
Merge pull request #371 from Diegoisawesome/align_lz
Fix LZ compressed data alignment
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r-- | src/menu_helpers.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c index 8cabbde42..5070ef312 100644 --- a/src/menu_helpers.c +++ b/src/menu_helpers.c @@ -7,6 +7,7 @@ #include "bg.h" #include "main.h" #include "text.h" +#include "graphics.h" #include "link.h" #include "string_util.h" #include "sound.h" @@ -19,9 +20,6 @@ extern bool32 sub_800B504(void); -extern const u8 gBagSwapLineGfx[]; -extern const u8 gBagSwapLinePal[]; - // this file's functions static void Task_ContinueTaskAfterMessagePrints(u8 taskId); static void Task_CallYesOrNoCallback(u8 taskId); |