From a37fd3dff5df3a93ac7d756d1e16d411a0299dc9 Mon Sep 17 00:00:00 2001 From: tgsm Date: Thu, 14 Jan 2021 18:22:00 -0500 Subject: decompile unk_0202C144 --- include/unk_02029FB0.h | 9 +++++++++ include/unk_0202C144.h | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 include/unk_02029FB0.h (limited to 'include') diff --git a/include/unk_02029FB0.h b/include/unk_02029FB0.h new file mode 100644 index 00000000..545a6d3a --- /dev/null +++ b/include/unk_02029FB0.h @@ -0,0 +1,9 @@ +#ifndef POKEDIAMOND_UNK_02029FB0_H +#define POKEDIAMOND_UNK_02029FB0_H + +struct UnkStruct_02029FB0 +{ + u8 unk[0x14C]; +}; + +#endif diff --git a/include/unk_0202C144.h b/include/unk_0202C144.h index 31d3942c..95ca3be4 100644 --- a/include/unk_0202C144.h +++ b/include/unk_0202C144.h @@ -1,6 +1,9 @@ #ifndef POKEDIAMOND_UNK_0202C144_H #define POKEDIAMOND_UNK_0202C144_H +#include "save_block_2.h" +#include "pokemon.h" + void FUN_0202C144(struct SaveBlock2 * sav2, struct Pokemon * mon); #endif //POKEDIAMOND_UNK_0202C144_H -- cgit v1.2.3