diff options
author | scnorton <scnorton@biociphers.org> | 2018-12-30 10:46:21 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2018-12-30 10:46:21 -0500 |
commit | 04e61537c2bcb0e6fdd631396ae7e5664d25c7d6 (patch) | |
tree | da5360c93c4b38504f1834a84e72f3f1e367a108 /include | |
parent | 166d4b111f99ae4b6db7a14b3024563af83810a5 (diff) |
Start decomp of trainer_tower
Diffstat (limited to 'include')
-rw-r--r-- | include/cereader_tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h index 28ef526eb..05677dc79 100644 --- a/include/cereader_tool.h +++ b/include/cereader_tool.h @@ -4,6 +4,6 @@ #include "global.h" bool32 sub_815D794(u8 *); -u8 sub_815D6B4(u8 *); +bool32 sub_815D6B4(u8 *); #endif //GUARD_CEREADER_TOOL_H |