diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-07 13:45:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-07 13:45:40 -0400 |
commit | a538befd555600c76cd4cd111348181c551b647c (patch) | |
tree | 646ac6f04e6de6afa747f8b5aef968d580e2b5ac /src/new_menu_helpers.c | |
parent | 6451143b3b738a2a749b83487bcb8e3fd980403e (diff) | |
parent | 31ecdcdd0a71cd0230bfa1d80b3355a60db1e93d (diff) |
Merge branch 'various_documentation' of github.com:PikalaxALT/pokefirered into various_documentation
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 |