diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-28 12:45:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-28 12:45:00 -0400 |
commit | cd2529e8855bdf5bb725b40524478cf197b27a62 (patch) | |
tree | d92f5e462b64a05b45e08e00cd17790fabb54acf /include | |
parent | 46175353717188d59960c1ed9cf3a12deb81a6ab (diff) |
Decompile unk_020254B8
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_020254B8.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/unk_020254B8.h b/include/unk_020254B8.h new file mode 100644 index 00000000..792ba33e --- /dev/null +++ b/include/unk_020254B8.h @@ -0,0 +1,23 @@ +#ifndef POKEDIAMOND_UNK_020254B8_H +#define POKEDIAMOND_UNK_020254B8_H + +struct UnkStruct_020254B8 +{ + u16 field_00[8]; + u32 field_10; + u8 filler_14[4]; + u32 field_18[16]; + u8 filler_58[16]; + u8 field_68[32]; +}; + +u32 FUN_020254B8(void); +struct UnkStruct_020254B8 * FUN_020254C0(struct SaveBlock2 * sav2); +void FUN_020254CC(struct UnkStruct_020254B8 * arr); +u16 * FUN_020254F0(struct UnkStruct_020254B8 * arr, s32 i); +u8 FUN_020254F8(struct UnkStruct_020254B8 * unk, s32 i); +BOOL FUN_02025500(struct UnkStruct_020254B8 * a, struct UnkStruct_020254B8 * b); +void FUN_02025520(struct UnkStruct_020254B8 * sp0, struct UnkStruct_020254B8 * sp4, s32 n, u32 heap_id); +s32 FUN_02025614(struct UnkStruct_020254B8 * a0, u32 a1); + +#endif //POKEDIAMOND_UNK_020254B8_H |