1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 18:03:35 +01:00
2018-10-28 21:11:53 +01:00

14 lines
288 B
C

#ifndef GUARD_RECORD_MIXING_H
#define GUARD_RECORD_MIXING_H
struct PlayerHallRecords
{
struct RankingHall1P onePlayer[9][2];
struct RankingHall2P twoPlayers[2];
};
void sub_80E6BE8(void);
void GetPlayerHallRecords(struct PlayerHallRecords *dst);
#endif //GUARD_RECORD_MIXING_H