diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 21:56:11 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 22:00:35 -0700 |
commit | a07d69d7c2e65ed8ea71ec88cc3c4cadbb444510 (patch) | |
tree | 431318948d5d6800788bbc545e49462ae75e7126 /include/party_menu.h | |
parent | 6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (diff) |
Finish pokemon_summary_screen
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index cb2c38891..02e481200 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -57,5 +57,8 @@ u8 sub_81B1360(void); void sub_81B8904(u8 arg0, void (*callback)(void)); void OpenPartyMenuInBattle(u8 caseId); u16 ItemIdToBattleMoveId(u16 itemId); +u8 sub_81B205C(struct Pokemon* a); +u8 sub_81B6D14(u16 a); +bool8 hm_add_c3_without_phase_2(void); #endif // GUARD_PARTY_MENU_H |