diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-26 23:55:36 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-26 23:55:36 +0200 |
commit | 52be8eeaf15da7b281d48c51b1f4d06740a86c76 (patch) | |
tree | ac1c7d0a092f4d16c9ebef0b2538ef46b80c44d5 /src/menu_helpers.c | |
parent | dc273cc19d842e8831548a1342af857aae2886c9 (diff) | |
parent | 2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff) |
Merge branch 'master' into battle_tower
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); |