Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/flag-bitfields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 3 additions & 3 deletions src/data/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const ALPHABET: Record<number, string> = {

const ENCOUNTER_OUTCOMES: Record<number, string> = {
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)',
Expand Down Expand Up @@ -10168,7 +10168,7 @@ export const FLAGS_META: Partial<Record<FlagIndex, FlagProperties>> = {
},
[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]: {
Expand Down
Loading