From c78101535b72b39cb58295e019c36d2de6b2c1da Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 6 Apr 2020 17:58:24 -0400 Subject: Split quest_log.c --- src/new_menu_helpers.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/new_menu_helpers.c') 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 -- cgit v1.2.3