diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-09-21 23:16:01 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-09-21 23:30:38 -0500 |
| commit | 3c6129ca954ee8940711c99aa6de32123d65fea4 (patch) | |
| tree | 12e71cd462c3ed3369bb57f82dcfc12d77c66841 /mm/2s2h/DeveloperTools/EventLog.cpp | |
| parent | 5900ce7b85eb4c89eed053d232869fc785815ce6 (diff) | |
Add randomizerInf and better support for stray fairies
Diffstat (limited to 'mm/2s2h/DeveloperTools/EventLog.cpp')
| -rw-r--r-- | mm/2s2h/DeveloperTools/EventLog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/2s2h/DeveloperTools/EventLog.cpp b/mm/2s2h/DeveloperTools/EventLog.cpp index 2a82e3691..4a1c51fcb 100644 --- a/mm/2s2h/DeveloperTools/EventLog.cpp +++ b/mm/2s2h/DeveloperTools/EventLog.cpp @@ -39,9 +39,9 @@ struct EventLogEntry { std::vector<EventLogEntry> eventLogEntries; const char* flagTypeNames[] = { - "", "weekEventReg", "eventInf", "scenesVisible", "owlActivation", - "chest", "switch", "clearedRoom", "collectible", "unk_14", - "rooms", "chest *", "switch *", "clearedRoom *", "collectible *", + "", "weekEventReg", "eventInf", "scenesVisible", "owlActivation", "chest", + "switch", "clearedRoom", "collectible", "unk_14", "rooms", "chest *", + "switch *", "clearedRoom *", "collectible *", "randoInf", }; #define DEFINE_ACTOR(name, _enumValue, _allocType, _debugName, _humanName) { _enumValue, _debugName }, |
