From f2284a721b91fc2af49bd2b5d1d43ff24de46ba6 Mon Sep 17 00:00:00 2001 From: who-knows-who Date: Sat, 27 Feb 2021 16:39:57 +0000 Subject: Remove unk_02029FBO.h (using o instead of 0) --- include/unk_02029FB0.h | 7 ++++++- include/unk_02029FBO.h | 10 ---------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 include/unk_02029FBO.h (limited to 'include') diff --git a/include/unk_02029FB0.h b/include/unk_02029FB0.h index 545a6d3a..1cea6b45 100644 --- a/include/unk_02029FB0.h +++ b/include/unk_02029FB0.h @@ -1,9 +1,14 @@ #ifndef POKEDIAMOND_UNK_02029FB0_H #define POKEDIAMOND_UNK_02029FB0_H +#include "save_block_2.h" +#include "pokedex.h" struct UnkStruct_02029FB0 { u8 unk[0x14C]; }; -#endif +struct UnkStruct_02029FB0 * FUN_02029FC8(struct SaveBlock2 * sav2); +void FUN_0202A1C4(struct UnkStruct_02029FB0 * unk, struct Pokedex * pokedex, u16 species); + +#endif //POKEDIAMOND_UNK_02029FB0_H diff --git a/include/unk_02029FBO.h b/include/unk_02029FBO.h deleted file mode 100644 index 3d01a257..00000000 --- a/include/unk_02029FBO.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef POKEDIAMOND_UNK_02029FBO_H -#define POKEDIAMOND_UNK_02029FBO_H - -#include "save_block_2.h" -#include "pokedex.h" - -void *FUN_02029FC8(struct SaveBlock2 *sav2); -void *FUN_0202A1C4(void *unkSavStruct, struct Pokedex *pokedex, u16 species); - -#endif //POKEDIAMOND_UNK_02029FBO_H \ No newline at end of file -- cgit v1.2.3