mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
20 lines
491 B
C
20 lines
491 B
C
#ifndef POKEHEARTGOLD_UNK_0202EB30_H
|
|
#define POKEHEARTGOLD_UNK_0202EB30_H
|
|
|
|
#include "pokemon_types_def.h"
|
|
|
|
typedef struct MigratedPokemon {
|
|
Pokemon pokemon[PARTY_SIZE];
|
|
u32 unk_588[20];
|
|
s64 unk_5D8[20];
|
|
u32 unk_678;
|
|
u32 unk_67C;
|
|
u8 macAddress[6];
|
|
} MigratedPokemon;
|
|
|
|
int sub_0202EC98(MigratedPokemon *a0);
|
|
void sub_0202EB74(MigratedPokemon *a0);
|
|
void MigratedPokemon_ConvertToPokemon(MigratedPokemon *a0, int i, Pokemon *mon);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_0202EB30_H
|