diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-09 02:26:54 -0400 |
commit | 753a09f3c7b33c10ed80d514d90f6b646fb1becb (patch) | |
tree | 82306d1734104cbb970caa986242e4dc6c050494 /src/field/choose_party.c | |
parent | f9259ba70d93fdd758075a3c79fd0fe9b65bf185 (diff) | |
parent | 99dc97f6aa48646c90def102ce2632be8c45eab9 (diff) |
merge
Diffstat (limited to 'src/field/choose_party.c')
-rw-r--r-- | src/field/choose_party.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/field/choose_party.c b/src/field/choose_party.c index 7b2c833e1..27181cf74 100644 --- a/src/field/choose_party.c +++ b/src/field/choose_party.c @@ -6,6 +6,7 @@ #include "name_string_util.h" #include "palette.h" #include "party_menu.h" +#include "pokemon_menu.h" #include "pokemon.h" #include "pokemon_summary_screen.h" #include "rom4.h" @@ -50,10 +51,8 @@ extern void PartyMenuPrintMonsLevelOrStatus(void); extern void PrintPartyMenuMonNicknames(void); extern void sub_806BC3C(u8, u8); extern u8 sub_806B58C(u8); -extern void sub_806D538(); extern u16 sub_806BE38(); extern u8 sub_806CA38(); -extern void sub_808B5B4(); extern TaskFunc PartyMenuGetPopupMenuFunc(u8, const struct PartyPopupMenu *, const struct PartyMenuItem *, u8); extern u8 sub_806B124(); extern void sub_806C994(); @@ -84,8 +83,6 @@ extern void PartyMenuDoPutNicknameTilemap(u16, u8, u8, u8, const u8 *); extern void box_print(u8, int, const u8 *); extern void sub_806BCE8(void); extern void sub_806E750(u8, const struct PartyPopupMenu *, const struct PartyMenuItem *, int); -extern u16 sub_806BD80(); -extern void sub_806BF74(); static void ClearPartySelection(void); static bool8 IsMonAllowedInBattleTower(struct Pokemon *); |