diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-13 11:29:53 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-13 11:37:50 -0500 |
commit | cb9d471a2a89eda25fea45a75b996b1f8cac4d69 (patch) | |
tree | dc726a660097745b59cd38ca81fd91d70d434717 /src/party_menu.c | |
parent | 8338e292791097b7e9e763ca42549ca6db4acdd2 (diff) |
Decompile pokemon_jump through sub_802CE48()
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" |