diff options
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 b1dd8b94a..9be69c026 100755 --- a/src/party_menu.c +++ b/src/party_menu.c @@ -45,11 +45,11 @@ #include "player_pc.h" #include "pokemon.h" #include "pokemon_icon.h" +#include "pokemon_jump.h" #include "pokemon_storage_system.h" #include "pokemon_summary_screen.h" #include "region_map.h" #include "reshow_battle_screen.h" -#include "union_room.h" #include "scanline_effect.h" #include "script.h" #include "sound.h" @@ -61,6 +61,7 @@ #include "text.h" #include "text_window.h" #include "trade.h" +#include "union_room.h" #include "window.h" #include "constants/battle.h" #include "constants/battle_frontier.h" |