summaryrefslogtreecommitdiff
path: root/include/menu_unknown.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:10:44 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:10:44 -0500
commitaf182d6f168afbb7c8c35fe9240ecf931099d06e (patch)
tree81470a8e5ce43b0fefb4cd6d5153df84d3583665 /include/menu_unknown.h
parent69aec91577659cfe89a63fc4c8d2fc77ab344cbb (diff)
Minor cleanup before pushing
Diffstat (limited to 'include/menu_unknown.h')
-rw-r--r--include/menu_unknown.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/menu_unknown.h b/include/menu_unknown.h
index a442ec318..2eefb5971 100644
--- a/include/menu_unknown.h
+++ b/include/menu_unknown.h
@@ -25,10 +25,10 @@ struct UnknownStruct_81D1ED4
u8 unk356[0x22];
};
-bool8 sub_81D1C44(u8 a0);
+bool8 sub_81D1C44(u8 count);
u8 sub_81D1C84(u8 a0);
-u8 sub_81D1DC0(struct PlayerPCItemPageStruct *a0);
-void sub_81D1E90(struct PlayerPCItemPageStruct *a0);
+u8 sub_81D1DC0(struct PlayerPCItemPageStruct *page);
+void sub_81D1E90(struct PlayerPCItemPageStruct *page);
void sub_81D1EC0(void);
void sub_81D1D04(u8 a0);
void DrawLevelUpWindowPg1(u16 arg0, void* statStoreLocation1, void* statStoreLocation2, u8 arg3, u8 arg4, u8 arg5);
@@ -42,7 +42,7 @@ void sub_81D3464(void *arg0);
void sub_81D3480(void *arg0, u8 arg1);
void sub_81D2754(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 *arg1);
void sub_81D1F84(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 arg1[4][5], struct UnknownSubStruct_81D1ED4 arg2[4][5]);
-void MoveRelearnerPrintText(u8 *text);
+void MoveRelearnerPrintText(u8 *str);
bool16 MoveRelearnerRunTextPrinters(void);
void MoveRelearnerCreateYesNoMenu(void);
u8 LoadMoveRelearnerMovesList(const struct ListMenuItem *items, u16 numChoices);