diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-25 17:20:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-25 17:20:04 -0400 |
commit | ce08e2340ac6377deac3c9217888a6b48aa687f8 (patch) | |
tree | 059eef8c3ec3e28ebbbc3873f90fd60e64ff2be1 /include | |
parent | 8169654ed22031b0aba942913aae72d296c2c83a (diff) | |
parent | 1f92eced46da4bdd0c31cb27d1b110aa8a9d75dd (diff) |
Merge remote-tracking branch 'origin/master' into pikalax_work
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0206439C.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/unk_0206439C.h b/include/unk_0206439C.h new file mode 100644 index 00000000..6d094e5c --- /dev/null +++ b/include/unk_0206439C.h @@ -0,0 +1,15 @@ +#ifndef POKEDIAMOND_UNK_0206439C_H +#define POKEDIAMOND_UNK_0206439C_H + +struct Pokemon; +struct SaveBlock2; + +struct UnkStruct_0206439C +{ + struct Pokemon* pokemon; + void* unk4; +}; + +struct UnkStruct_0206439C* FUN_0206439C(u32 heap_id, u8 mon_idx, struct SaveBlock2* sav2); + +#endif |