diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-23 17:19:08 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-23 17:23:14 -0500 |
commit | 4fd2b0b48455774e1acc0ec0f86f023a26068fe5 (patch) | |
tree | afab3113bb0b97eb0526ce8393e1cfa801d8c7ce /include/menu_specialized.h | |
parent | cd192e303d2aed6cdc33f1c123ef1654b638e760 (diff) |
Decompile remaining functions in use_pokeblock.s
Diffstat (limited to 'include/menu_specialized.h')
-rw-r--r-- | include/menu_specialized.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/menu_specialized.h b/include/menu_specialized.h index 70891772a..a629ab014 100644 --- a/include/menu_specialized.h +++ b/include/menu_specialized.h @@ -43,6 +43,10 @@ bool8 sub_81D20BC(struct UnknownStruct_81D1ED4 *arg0); void sub_81D354C(struct Sprite **); void sub_81D3464(struct Sprite **arg0); void sub_81D3480(struct Sprite **arg0, u8 arg1, u8 arg2); +u8 sub_81D3178(struct UnknownStruct_81D1ED4*, u16*); +u8 sub_81D31A4(struct UnknownStruct_81D1ED4*, u16*); +bool32 sub_81D2074(struct UnknownStruct_81D1ED4 *a0); +u8 sub_81D3150(u16 *arg0); void sub_81D2754(u8 *arg0, struct UnknownSubStruct_81D1ED4 *arg1); void sub_81D1F84(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 *arg1, struct UnknownSubStruct_81D1ED4 *arg2); void MoveRelearnerPrintText(u8 *str); |