diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-12-19 13:43:11 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-12-19 13:43:11 +0800 |
commit | 84d9a1e7234fab97835f09c35100eaf6536984d5 (patch) | |
tree | ed9a2079be0f859508ddd45824a939bdbc07cb30 /include/cereader_tool.h | |
parent | 7984a91c0892e0bd96ace89405d565ec0b43e084 (diff) |
sub_804C728; sub_804CF14
Diffstat (limited to 'include/cereader_tool.h')
-rw-r--r-- | include/cereader_tool.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h index 5ae797ac0..6275eaabf 100644 --- a/include/cereader_tool.h +++ b/include/cereader_tool.h @@ -25,11 +25,12 @@ struct TrainerTowerFloor /* 0x3DC */ u32 checksum; }; -struct Unk_203F458_Header +struct EReaderTrainerHillSetSubstruct { - u8 unk0; - u8 unk1; - u32 unk4; + u8 count; + u8 id; + u16 dummy; + u32 checksum; }; struct EReaderTrainerHillSet @@ -41,7 +42,9 @@ struct EReaderTrainerHillSet struct TrainerTowerFloor floors[8]; }; -bool32 ValidateTrainerTowerData(struct EReaderTrainerHillSet * a0); -bool32 CEReaderTool_SaveTrainerTower(struct EReaderTrainerHillSet * a0); +bool32 ValidateTrainerTowerData(struct EReaderTrainerHillSet * ttdata); +bool32 CEReaderTool_SaveTrainerTower(struct EReaderTrainerHillSet * ttdata); +bool32 CEReaderTool_LoadTrainerTower(struct EReaderTrainerHillSet * ttdata); +u8 sub_815D654(void); #endif //GUARD_CEREADER_TOOL_H |