diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-17 22:55:11 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-17 22:55:11 -0500 |
commit | 87bd7f4484dcccd2f87791d9c4654b52216675ca (patch) | |
tree | 06f0cc8d30c53134ab8d4b8d6e8d90d12bebf161 | |
parent | 420d4b386446fa5af9189d8361497032f5db73ee (diff) |
add functions to header
-rw-r--r-- | include/choose_party.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/choose_party.h b/include/choose_party.h index 1e575a355..e31aa3c02 100644 --- a/include/choose_party.h +++ b/include/choose_party.h @@ -3,6 +3,11 @@ void sub_8121E10(void); void sub_8121E34(void); -void sub_8123138(u8); +bool8 sub_8121E78(void); +void sub_81222B0(u8 taskId); +bool8 sub_8122854(void); +void sub_8122A48(u8 taskId); +void sub_8122E0C(u8 taskId); +void sub_8123138(u8 taskId); #endif // GUARD_CHOOSE_PARTY_H |