Merge pull request #1936 from GriffinRichards/doc-datahpupdate

Document datahpupdate
This commit is contained in:
GriffinR
2023-11-07 12:25:26 -05:00
committed by GitHub
6 changed files with 72 additions and 50 deletions

View File

@@ -168,7 +168,7 @@
// Not really sure what a "hitmarker" is.
#define HITMARKER_WAKE_UP_CLEAR (1 << 4) // Cleared when waking up. Never set or checked.
#define HITMARKER_SKIP_DMG_TRACK (1 << 5)
#define HITMARKER_IGNORE_BIDE (1 << 5)
#define HITMARKER_DESTINYBOND (1 << 6)
#define HITMARKER_NO_ANIMATIONS (1 << 7)
#define HITMARKER_IGNORE_SUBSTITUTE (1 << 8)