summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-05 20:32:14 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-05 20:32:14 -0500
commitc3594f982ddd0839aa7b97cb5a54087e198b0326 (patch)
tree83c38bbe9b59af37ca89c84aa667f1d7906cf348 /include
parent9bea9e1624a30980aa194b076f0324b77c76edc9 (diff)
Decompiling pokeblock ui stuff
Diffstat (limited to 'include')
-rw-r--r--include/menu_unknown.h26
-rw-r--r--include/pokenav.h8
2 files changed, 26 insertions, 8 deletions
diff --git a/include/menu_unknown.h b/include/menu_unknown.h
index b4c161dad..9d398e2b0 100644
--- a/include/menu_unknown.h
+++ b/include/menu_unknown.h
@@ -3,6 +3,24 @@
#include "player_pc.h"
+struct UnknownSubStruct_81D1ED4
+{
+ u16 unk0;
+ u16 unk2;
+};
+
+struct UnknownStruct_81D1ED4
+{
+ u8 unk0[4][5];
+ struct UnknownSubStruct_81D1ED4 unk14[4][5];
+ struct UnknownSubStruct_81D1ED4 unk64[10][5];
+ struct UnknownSubStruct_81D1ED4 unk12C[4];
+ u8 unk13C[0x216];
+ u16 unk352;
+ u8 unk354;
+ u8 unk355[0x23];
+};
+
bool8 sub_81D1C44(u8 a0);
u8 sub_81D1C84(u8 a0);
u8 sub_81D1DC0(struct PlayerPCItemPageStruct *a0);
@@ -11,5 +29,13 @@ 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);
+void sub_81D1ED4(struct UnknownStruct_81D1ED4 *a0);
+void sub_81D2108(struct UnknownStruct_81D1ED4 *arg0);
+void sub_81D20AC(struct UnknownStruct_81D1ED4 *arg0);
+void sub_81D2230(struct UnknownStruct_81D1ED4 *arg0);
+void sub_81D3464(void *arg0);
+void sub_81D3480(void *arg0, u8 arg1);
+void sub_81D2754(struct UnknownStruct_81D1ED4 *arg0, void *arg1);
+void sub_81D1F84(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 arg1[4][5], struct UnknownSubStruct_81D1ED4 arg2[4][5]);
#endif // GUARD_MENU_UNKNOWN_H \ No newline at end of file
diff --git a/include/pokenav.h b/include/pokenav.h
index a1f311944..10f042225 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -4,14 +4,6 @@
bool8 sub_81D20BC(void *arg0);
bool8 sub_81D312C(void *arg0);
-void sub_81D1ED4(void *arg0);
-void sub_81D2108(void *arg0);
-void sub_81D20AC(void *arg0);
-void sub_81D2230(void *arg0);
-void sub_81D3464(void *arg0);
-void sub_81D3480(void *arg0, u8 arg1);
-void sub_81D2754(void *arg0, void *arg1);
-void sub_81D1F84(void *arg0, void *arg1, void *arg2);
bool8 sub_81D4A58(struct EventObject*);
void MoveRelearnerPrintText(u8 *);
u16 MoveRelearnerRunTextPrinters(void);