diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 17:58:24 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 17:58:24 -0400 |
commit | c78101535b72b39cb58295e019c36d2de6b2c1da (patch) | |
tree | 9d2f35ffda417ae6d630b2a4b96b03ec922f7030 /src/new_menu_helpers.c | |
parent | a622448029e7849361d2aabcd2138ed0de207dd1 (diff) |
Split quest_log.c
Diffstat (limited to 'src/new_menu_helpers.c')
-rw-r--r-- | src/new_menu_helpers.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/new_menu_helpers.c b/src/new_menu_helpers.c index d8874548e..9ffef06ae 100644 --- a/src/new_menu_helpers.c +++ b/src/new_menu_helpers.c @@ -1,18 +1,13 @@ #include "global.h" -#include "malloc.h" -#include "dma3.h" -#include "task.h" -#include "bg.h" -#include "window.h" +#include "gflib.h" +#include "help_message.h" #include "menu.h" #include "menu_helpers.h" #include "new_menu_helpers.h" #include "quest_log.h" -#include "text.h" #include "field_specials.h" #include "text_window.h" #include "script.h" -#include "palette.h" #define DLG_WINDOW_PALETTE_NUM 15 #define DLG_WINDOW_BASE_TILE_NUM 0x200 |