diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-03-27 02:34:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 02:34:07 +0000 |
commit | bbbb677b1605f3e0d0e9d73ae9b368692e78074a (patch) | |
tree | a0200b7b571f142562902f8fec8fc417eb1e9898 /include | |
parent | 954605b27b93c6d98fb74feb485aa7c85cd60d88 (diff) | |
parent | c93f033923e84964e8f096cb914e695d0d4f3444 (diff) |
Merge pull request #350 from SethBarberee/unk_02025484
Decompile unk_02025484
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02025484.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/unk_02025484.h b/include/unk_02025484.h new file mode 100644 index 00000000..0412dda1 --- /dev/null +++ b/include/unk_02025484.h @@ -0,0 +1,18 @@ +#ifndef POKEDIAMOND_UNK_02025484_H +#define POKEDIAMOND_UNK_02025484_H + +struct unk_2025484 +{ + // size: 0x24 + u32 unk0; + u32 unk4; + u8 padding[0x1C]; +}; + +void FUN_02025484(struct unk_2025484 *r0, u32 r1); +u32 *FUN_02025490(struct unk_2025484 *r0, u32 r1); +u32 *FUN_020254A0(struct unk_2025484 *r0, u32 r1); +u32 FUN_020254B4(struct unk_2025484 *r0); + +#endif POKEDIAMOND_UNK_02025484_H + |