diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
commit | 9bea9e1624a30980aa194b076f0324b77c76edc9 (patch) | |
tree | 686b94fc86f89d8b310867e8d1e0a4f6696c69af /src/party_menu.c | |
parent | 0e3fc4956b0f9381f555100f2f1a24b0e836e68a (diff) |
Start decompiling menu_unknown
Diffstat (limited to 'src/party_menu.c')
-rwxr-xr-x | src/party_menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/party_menu.c b/src/party_menu.c index 7e47e9ced..7e47cbf80 100755 --- a/src/party_menu.c +++ b/src/party_menu.c @@ -37,15 +37,16 @@ #include "main.h" #include "menu.h" #include "menu_helpers.h" +#include "menu_unknown.h" #include "metatile_behavior.h" #include "overworld.h" #include "palette.h" #include "party_menu.h" +#include "player_pc.h" #include "pokemon.h" #include "pokemon_icon.h" #include "pokemon_storage_system.h" #include "pokemon_summary_screen.h" -#include "pokenav.h" #include "region_map.h" #include "reshow_battle_screen.h" #include "rom_8011DC0.h" |