diff --git a/public/head-icons/byleth.png b/public/head-icons/byleth.png new file mode 100644 index 00000000..dbdd324f Binary files /dev/null and b/public/head-icons/byleth.png differ diff --git a/src/tech/AllCharacterMetadata.ts b/src/tech/AllCharacterMetadata.ts index 37eadc7f..5e65cecf 100644 --- a/src/tech/AllCharacterMetadata.ts +++ b/src/tech/AllCharacterMetadata.ts @@ -495,6 +495,12 @@ const allCharacterMetadataInternal = { displayName: "Terry", title: "The Legendary Wolf", }, + byleth: { + idNumber: 75, + isEchoFighter: false, + displayName: "Byleth", + title: "Ashen Demon", + }, }, };