diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-12 13:29:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 13:29:21 -0600 |
commit | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (patch) | |
tree | 014ec5260e31dc145285ddc8990043c8b4941c2b /include/pokemon_summary_screen.h | |
parent | a4787bc06a323071d32d3e0705e9cd39d9221452 (diff) | |
parent | 511831ff1f026553793599320ed97e07ab851dea (diff) |
Merge pull request #201 from golemgalvanize/decompile_item_menu
Decompile item menu
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rwxr-xr-x | include/pokemon_summary_screen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h new file mode 100755 index 000000000..adadcea03 --- /dev/null +++ b/include/pokemon_summary_screen.h @@ -0,0 +1,6 @@ +#ifndef GUARD_POKEMON_SUMMARY_SCREEN_H +#define GUARD_POKEMON_SUMMARY_SCREEN_H + +void sub_81C4F98(u8, void(*)(void)); + +#endif // GUARD_POKEMON_SUMMARY_SCREEN_H |