Remove unk_02029FBO.h (using o instead of 0)

This commit is contained in:
who-knows-who
2021-02-27 16:39:57 +00:00
parent aa968bb2de
commit f2284a721b
4 changed files with 25 additions and 14 deletions

19
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"files.associations": {
"ratio": "c",
"array": "c",
"*.tcc": "c",
"bitset": "c",
"string": "c",
"vector": "c",
"string_view": "c",
"functional": "c",
"iomanip": "c",
"istream": "c",
"limits": "c",
"ostream": "c",
"sstream": "c",
"streambuf": "c",
"regex": "c"
}
}

View File

@@ -6,9 +6,6 @@
#pragma thumb on
extern struct UnkStruct_02029FB0 * FUN_02029FC8(struct SaveBlock2 * sav2);
extern void FUN_0202A1C4(struct UnkStruct_02029FB0 * unk, struct Pokedex * pokedex, u16 species);
void FUN_0202C144(struct SaveBlock2 * sav2, struct Pokemon * mon)
{
u32 is_egg = GetMonData(mon, MON_DATA_IS_EGG, NULL);

View File

@@ -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

View File

@@ -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