diff --git a/src/data/flag-bitfields.ts b/src/data/flag-bitfields.ts index ca23802..516849f 100644 --- a/src/data/flag-bitfields.ts +++ b/src/data/flag-bitfields.ts @@ -524,7 +524,7 @@ export const FLAG_BITFIELDS_META: Record< [FLAG_BITFIELDS.PLATFORMING_INTRO_ATTACK_WALL]: { parent: FLAGS.PLATFORMING_INTRO_FLAGS, index: 8, - displayName: 'Attack wall', + displayName: 'Attacked wall', description: 'Whether you attacked a wall, prompting Ralsei to tell you how to jump.', valueType: 'boolean', diff --git a/src/data/flags.ts b/src/data/flags.ts index 962b593..a84a8ee 100644 --- a/src/data/flags.ts +++ b/src/data/flags.ts @@ -31,8 +31,8 @@ const ALPHABET: Record = { const ENCOUNTER_OUTCOMES: Record = { 0: 'Default state', - 1: 'Violenced (includes SnowGrave)', - 2: 'Spared', + 1: 'Spared', + 2: 'Violenced (includes SnowGrave)', 3: 'Pacified', 4: 'In combat (Ch. 1)', 5: 'Violenced by uncontrolled Susie (unused in demo due to a bug)', @@ -10168,7 +10168,7 @@ export const FLAGS_META: Partial> = { }, [FLAGS.FRIEND_INTERACTED]: { displayName: 'Acted on Friend', - description: 'Whether you acted on and was damaged by Friend in Chapter 5.', + description: 'Whether you acted on and were damaged by Friend in Chapter 5.', valueType: 'boolean', }, [FLAGS.PLATMODE_JUMP_COUNT]: {