summaryrefslogtreecommitdiff
path: root/include/record_mixing.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-10 20:42:50 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-10 20:42:50 -0500
commite75f45dbcfcd65901035fbc7e3793332670eb306 (patch)
tree68b8a0144067b5da0d057094e14b9ae7827357df /include/record_mixing.h
parentf2f1b1978ba3423a519df66d4f382dd68ac8b185 (diff)
Reverse engineered many of the multiplayer events
Some corrections to the way events are handled and identified.
Diffstat (limited to 'include/record_mixing.h')
-rw-r--r--include/record_mixing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/record_mixing.h b/include/record_mixing.h
index 0d50f46f9..d02b77f9c 100644
--- a/include/record_mixing.h
+++ b/include/record_mixing.h
@@ -7,7 +7,7 @@ struct PlayerHallRecords
struct RankingHall2P twoPlayers[2];
};
-void sub_80E6BE8(void);
+void EventScript_RecordMixingPlayerSpotTriggered(void);
void GetPlayerHallRecords(struct PlayerHallRecords *dst);
#endif //GUARD_RECORD_MIXING_H