diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 16:50:32 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 16:50:32 -0500 |
commit | 5106fc1c9a503ba3856267ecaf16d9f6393e5072 (patch) | |
tree | 396c5413a26f68ce6ed0302b65a33c55d1e3ea38 /include/cereader_tool.h | |
parent | 9ecd065b5026126389e5011c2d99fced21b62794 (diff) |
Move ReadTrainerTowerAndValidate
Diffstat (limited to 'include/cereader_tool.h')
-rw-r--r-- | include/cereader_tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h index db1dd04fa..c3eadfe81 100644 --- a/include/cereader_tool.h +++ b/include/cereader_tool.h @@ -47,5 +47,6 @@ bool32 ValidateTrainerTowerData(struct EReaderTrainerHillSet * ttdata); bool32 CEReaderTool_SaveTrainerTower(struct EReaderTrainerHillSet * ttdata); bool32 CEReaderTool_LoadTrainerTower(struct EReaderTrainerHillSet * ttdata); u8 sub_815D654(void); +bool32 ReadTrainerTowerAndValidate(void); #endif //GUARD_CEREADER_TOOL_H |