diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-24 21:45:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-24 21:45:41 +0200 |
commit | 3ece244246cbd8aa689f3e471bb0e1cb1cf0d8f7 (patch) | |
tree | 76a81a7361ff827f8408e62eb71078e90e779fce /include/party_menu.h | |
parent | 94b3a8dd69699f7a127cf27282c06ca8a27d0a63 (diff) |
wally controller is done
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 175aba639..c93f63a6d 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -2,5 +2,6 @@ #define GUARD_PARTY_MENU_H bool8 pokemon_has_move(struct Pokemon *, u16); +void DoWallyTutorialBagMenu(void); #endif // GUARD_PARTY_MENU_H |