diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-16 17:46:13 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-16 17:46:13 -0500 |
commit | 0de38858f641934699ce934e2bdb3dc1495baec9 (patch) | |
tree | 14bc0cd17133422b7d9aee984fdc7453a7ce0d1f /src/script_pokemon_util_80F99CC.c | |
parent | dda361afb7e2abafc15a498968580be6d1a83cfe (diff) |
decompile sub_8121E10 - sub_8122838
Diffstat (limited to 'src/script_pokemon_util_80F99CC.c')
-rw-r--r-- | src/script_pokemon_util_80F99CC.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script_pokemon_util_80F99CC.c b/src/script_pokemon_util_80F99CC.c index ee140187f..cb15871e5 100644 --- a/src/script_pokemon_util_80F99CC.c +++ b/src/script_pokemon_util_80F99CC.c @@ -2,6 +2,7 @@ #include "asm.h" #include "battle_party_menu.h" #include "data2.h" +#include "party_menu.h" #include "palette.h" #include "pokemon.h" #include "rom4.h" @@ -12,6 +13,8 @@ #include "task.h" #include "text.h" + + extern u8 gPlayerPartyCount; extern u16 gSpecialVar_0x8004; extern u16 gSpecialVar_0x8005; |