diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-19 16:37:35 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-09-19 16:37:35 -0700 |
commit | 38f06a72f86940d46abf3aa304f4b8d72398ea15 (patch) | |
tree | cf90af5c71591289956647202976cb29c80ca553 /include | |
parent | 5d5f91e71b5dad8245415e3bc255b2567d56f3a7 (diff) |
Decompile PartyMenuTryDrawHPBar
Diffstat (limited to 'include')
-rw-r--r-- | include/party_menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 46063831a..dfd231081 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -112,6 +112,8 @@ void PartyMenuPrintMonsLevelOrStatus(void); void PartyMenuDoPrintHP(u8, int, u16, u16); void PartyMenuTryPrintMonsHP(void); void nullsub_13(void); +void PartyMenuDrawHPBar(u8 monIndex, u8 b, struct Pokemon *pokemon); +void PartyMenuTryDrawHPBar(u8 monIndex, struct Pokemon *pokemon); void PartyMenuDrawHPBars(void); void SwapPokemon(struct Pokemon *a, struct Pokemon *b); void SetPartyPopupMenuOffsets(u8 menuIndex, u8 *left, u8 *top, const struct PartyPopupMenu *menu); |