mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-16 04:56:05 -05:00
finish matching exclusive_pokemon
This commit is contained in:
@@ -15,8 +15,13 @@ struct ExclusivePokemon
|
||||
|
||||
struct ExclusivePokemonData
|
||||
{
|
||||
u8 fill0[0x48];
|
||||
u32 unk48[4];
|
||||
u8 unk0;
|
||||
u32 unk4[1];
|
||||
u8 fill8[0x3C - 8];
|
||||
u32 unk3C[1];
|
||||
u8 fill40[8];
|
||||
u32 unk48[3];
|
||||
u32 unk54[1];
|
||||
/* 0x58 */ bool8 Exclusives[NUM_EXCLUSIVE_POKEMON];
|
||||
};
|
||||
|
||||
@@ -39,6 +44,17 @@ extern struct ExclusivePokemonData *gUnknown_203B498;
|
||||
void LoadExclusivePokemon(void);
|
||||
struct ExclusivePokemonData *GetExclusivePokemon(void);
|
||||
void InitializeExclusivePokemon(void);
|
||||
void sub_8097FA8(u8 param_1);
|
||||
void sub_8097FD0(u8 param_1);
|
||||
void sub_8097FF8(void);
|
||||
void sub_8098044(u8 param_1);
|
||||
void sub_8098080(void);
|
||||
u32 sub_80980A4(void);
|
||||
void sub_80980B4(s16 pokeID);
|
||||
bool8 sub_8098100(u8 param_1);
|
||||
bool8 sub_8098134(s16 pokeID);
|
||||
void sub_8098170(s32 param_1);
|
||||
bool32 sub_80981A0(s32 param_1);
|
||||
bool8 IsExclusivePokemonUnlocked(s16 pokeID);
|
||||
void UnlockExclusivePokemon(s16 pokeID);
|
||||
void WriteExclusivePokemon(struct unkStruct_8094924 *r0);
|
||||
|
||||
Reference in New Issue
Block a user