diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/box_party_pokemon_dropdown.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/box_party_pokemon_dropdown.h b/include/box_party_pokemon_dropdown.h new file mode 100644 index 000000000..e1ca7256f --- /dev/null +++ b/include/box_party_pokemon_dropdown.h @@ -0,0 +1,14 @@ +#ifndef GUARD_BOX_PARTY_POKEMON_DROPDOWN_H +#define GUARD_BOX_PARTY_POKEMON_DROPDOWN_H + +void sub_80F7AD8(u8 num); +void sub_80F7B2C(void); +void sub_80F7B40(void); +void sub_80F7B80(u8 a0, u8 a1, const void * a2, u16 a3, u16 a4); +void sub_80F7C7C(u8 a0, const void * a1); +void sub_80F7CAC(u8 a0, u16 a1, u16 a2); +void sub_80F7CE8(u8 a0, u16 a1, u16 a2, u16 a3, u16 a4); +void sub_80F7D30(u8 a0, u8 a1, s8 a2); +void sub_80F7E54(u8 a0); + +#endif //GUARD_BOX_PARTY_POKEMON_DROPDOWN_H |