Start decompiling menu_unknown

This commit is contained in:
Phlosioneer
2019-03-05 06:06:20 -05:00
parent 0e3fc4956b
commit 9bea9e1624
9 changed files with 207 additions and 346 deletions

15
include/menu_unknown.h Normal file
View File

@@ -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