fix some notes

This commit is contained in:
Martin Michelsen
2025-04-07 23:49:08 -07:00
parent c8a3b3ba31
commit 22e9314e18
4 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -4009,7 +4009,7 @@ struct G_Unknown_6x09 {
} __packed_ws__(G_Unknown_6x09, 4);
// 6x0A: Update enemy state
// In Ultimate mode, the low 7 bits of game_flags are ignored, and 6x9C is used
// In Ultimate mode, the low 6 bits of game_flags are ignored, and 6x9C is used
// to update those instead.
template <bool BE>
@@ -5490,7 +5490,7 @@ struct G_LevelUpAllTechniques_6x9B {
} __packed_ws__(G_LevelUpAllTechniques_6x9B, 8);
// 6x9C: Set enemy low game flags (not valid on Episode 3)
// This command only has an effect in Ultimate mode. It sets the low 7 bits of
// This command only has an effect in Ultimate mode. It sets the low 6 bits of
// game_flags (those that match 0x0000003F).
struct G_SetEnemyLowGameFlagsUltimate_6x9C {