diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-18 00:32:52 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-09-18 00:32:52 -0700 |
commit | ad1f73f49e53f166bf3d4c9610d2fa60977fb6a3 (patch) | |
tree | df5606e0dc4e6136f9af561d611deb2cf3545fc2 /include/party_menu.h | |
parent | ee45710b2b62b099f1d1919678ca1f21839b1251 (diff) |
Decompile Task_RareCandy3
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index b485d982f..b1c6ccd02 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -123,7 +123,7 @@ void sub_806E750(u8, const struct PartyPopupMenu *, const struct PartyMenuItem * void sub_806E7D0(u8, const struct PartyPopupMenu *); TaskFunc PartyMenuGetPopupMenuFunc(u8, const struct PartyPopupMenu *, const struct PartyMenuItem *, u8); void Task_RareCandy3(u8); -void sub_8070C54(); +void sub_8070C54(u8); void DoEvolutionStoneItemEffect(u8, u16, TaskFunc); u8 GetItemEffectType(); u8 sub_806E834(const u8 *message, u8 arg1); |