pokeheartgold/include/unk_0202EB30.h
PikalaxALT b75e580cf8 This commit brought to you by anti-snake league
Additional documentation
Refactor pal_park.json for brevity and ease of access
2023-08-19 09:39:18 -04:00

20 lines
492 B
C

#ifndef POKEHEARTGOLD_UNK_0202EB30_H
#define POKEHEARTGOLD_UNK_0202EB30_H
#include "pokemon_types_def.h"
struct MigratedPokemonSav {
Pokemon pokemon[PARTY_SIZE];
u32 unk_588[20];
s64 unk_5D8[20];
u32 unk_678;
u32 unk_67C;
u8 macAddress[6];
};
int sub_0202EC98(struct MigratedPokemonSav *a0);
void sub_0202EB74(struct MigratedPokemonSav *a0);
void GetMigratedPokemonByIndex(struct MigratedPokemonSav *a0, int i, Pokemon *mon);
#endif //POKEHEARTGOLD_UNK_0202EB30_H