summaryrefslogtreecommitdiff
path: root/include/cereader_tool.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-12-19 13:43:11 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-12-19 13:43:11 +0800
commit84d9a1e7234fab97835f09c35100eaf6536984d5 (patch)
treeed9a2079be0f859508ddd45824a939bdbc07cb30 /include/cereader_tool.h
parent7984a91c0892e0bd96ace89405d565ec0b43e084 (diff)
sub_804C728; sub_804CF14
Diffstat (limited to 'include/cereader_tool.h')
-rw-r--r--include/cereader_tool.h15
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