diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 12:50:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 12:50:21 -0400 |
commit | 5dcce3a7303e45667967689361513cb2920be3f4 (patch) | |
tree | 0cb277ac6d494fa4c2d50ff15c2022d9d6f4d5b8 /include/seals.h | |
parent | 1dd706599353a285534398ccdc34a9ef8bc6e549 (diff) |
through GenPersonalityByGenderAndNature
Diffstat (limited to 'include/seals.h')
-rw-r--r-- | include/seals.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/seals.h b/include/seals.h new file mode 100644 index 00000000..89808176 --- /dev/null +++ b/include/seals.h @@ -0,0 +1,12 @@ +#ifndef POKEDIAMOND_SEALS_H +#define POKEDIAMOND_SEALS_H + +struct SealStruct +{ + // TODO: define + u8 filler_00[0x38]; +}; + +struct SealStruct * CreateNewSealsObject(u32 heap_id); + +#endif //POKEDIAMOND_SEALS_H |