e75f45dbcf
Some corrections to the way events are handled and identified.
13 lines
320 B
C
13 lines
320 B
C
#ifndef GUARD_RECORD_MIXING_H
|
|
#define GUARD_RECORD_MIXING_H
|
|
|
|
struct PlayerHallRecords
|
|
{
|
|
struct RankingHall1P onePlayer[9][2];
|
|
struct RankingHall2P twoPlayers[2];
|
|
};
|
|
|
|
void EventScript_RecordMixingPlayerSpotTriggered(void);
|
|
void GetPlayerHallRecords(struct PlayerHallRecords *dst);
|
|
|
|
#endif //GUARD_RECORD_MIXING_H
|