diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-31 13:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 13:04:52 -0500 |
commit | 4cb8528d94216f69c4a37d470c1d5f3487a87239 (patch) | |
tree | 32cba14641d7f357b07ae227459fd4b059e22267 /include/party_menu.h | |
parent | 5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff) | |
parent | f724213a040f3c6a2f9685d52ae4e06d57aa0c41 (diff) |
Merge pull request #94 from DizzyEggg/decompile_battle_controllers
Decompile ALL battle controllers
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 |