pokeheartgold/include/unk_02031AF0.h
2022-09-27 01:55:30 -04:00

23 lines
546 B
C

#ifndef POKEHEARTGOLD_UNK_02031AF0_H
#define POKEHEARTGOLD_UNK_02031AF0_H
#include "save.h"
typedef struct {
u16 species;
u8 gender;
u8 forme;
} PokeathlonFriendshipRoomStatueData;
//TODO: Rename to PokeathlonSaveData or PokeathlonRecords smth like that
typedef struct {
PokeathlonFriendshipRoomStatueData friendshipRoomStatues[3];
u8 unk[0x1C];
} UnkSaveStruct29;
u32 sub_02031AF0(void);
void sub_02031AF4(UnkSaveStruct29* unk);
UnkSaveStruct29* sub_02031B00(SAVEDATA* savedata);
#endif //POKEHEARTGOLD_UNK_02031AF0_H