diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 17:12:02 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 17:12:02 +0530 |
commit | 301664db2f7459e6f819a5f6eceeefccc78f0414 (patch) | |
tree | 9242434d9d6b95ae0108cbc23fb716e22065ed13 /include/party_menu.h | |
parent | 44c1ea16b9ec4d4a1c285bdab84b514f376625cc (diff) |
Matching the unmatched and another function
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 8f361663b..25c389493 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -1,6 +1,6 @@ #ifndef GUARD_PARTY_MENU_H #define GUARD_PARTY_MENU_H - +#include "task.h" enum { AILMENT_NONE, @@ -14,8 +14,8 @@ enum struct Struct203CEC8 { u8 filler[0x9]; - u8 unk9; - u8 unkA; + s8 unk9; + s8 unkA; u8 unkB; u8 filler2[0x2]; }; @@ -31,8 +31,10 @@ u8 GetCursorSelectionMonId(void); bool8 FieldCallback_Teleport(void); void sub_81B7F60(void); -void sub_81B0FCC(u8 partyMonId, u8 a); +void sub_81B0FCC(u8 partyIdx, u8 a); void sub_81B1370(u8 taskId); void display_pokemon_menu_message(u8 windowBorderId); +void sub_81B1F18(u8 taskId, u8 pokemonIdx, s8 a, s16 hp, TaskFunc func); +void sub_81B1B5C(void *a, u8 b); #endif // GUARD_PARTY_MENU_H |