diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-19 15:57:33 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-19 15:57:33 +0530 |
commit | a24ffb13213b7cd8761cd501bc4c052da66f57c4 (patch) | |
tree | 5cc8ff90c620f9a5a7fd6de2a2f19358e440761c /include/menu_helpers.h | |
parent | a454bd98faf6bd7317a841c27f4bee9966c45da3 (diff) |
Finish decompiling player_pc rodata
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index bbdd21327..4de6603a3 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -14,7 +14,7 @@ struct YesNoFuncTable // Exported RAM declarations // Exported ROM declarations - +void sub_812220C(struct ItemSlot *, u8, u8 *, u8 *, u8); void sub_812225C(u16 *, u16 *, u8, u8); void sub_8122298(u16 *, u16 *, u8, u8, u8); void sub_8121F68(u8 taskId, const struct YesNoFuncTable *data); |