diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-05 06:06:20 -0500 |
commit | 9bea9e1624a30980aa194b076f0324b77c76edc9 (patch) | |
tree | 686b94fc86f89d8b310867e8d1e0a4f6696c69af /include/menu_unknown.h | |
parent | 0e3fc4956b0f9381f555100f2f1a24b0e836e68a (diff) |
Start decompiling menu_unknown
Diffstat (limited to 'include/menu_unknown.h')
-rw-r--r-- | include/menu_unknown.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/menu_unknown.h b/include/menu_unknown.h new file mode 100644 index 000000000..b4c161dad --- /dev/null +++ b/include/menu_unknown.h @@ -0,0 +1,15 @@ +#ifndef GUARD_MENU_UNKNOWN_H +#define GUARD_MENU_UNKNOWN_H + +#include "player_pc.h" + +bool8 sub_81D1C44(u8 a0); +u8 sub_81D1C84(u8 a0); +u8 sub_81D1DC0(struct PlayerPCItemPageStruct *a0); +void sub_81D1E90(struct PlayerPCItemPageStruct *a0); +void sub_81D1EC0(void); +void sub_81D1D04(u8 a0); +void DrawLevelUpWindowPg1(u16 arg0, void* statStoreLocation1, void* statStoreLocation2, u8 arg3, u8 arg4, u8 arg5); +void DrawLevelUpWindowPg2(u16 arg0, void* statStoreLocation1, u8 arg2, u8 arg3, u8 arg4); + +#endif // GUARD_MENU_UNKNOWN_H
\ No newline at end of file |