Skip to content

Commit 9555210

Browse files
richard-gebbiaarxanas
authored andcommitted
feat: add Byleth as a character (#37)
1 parent 0b2ea8f commit 9555210

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/head-icons/byleth.png

9.28 KB
Loading

src/tech/AllCharacterMetadata.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,12 @@ const allCharacterMetadataInternal = {
495495
displayName: "Terry",
496496
title: "The Legendary Wolf",
497497
},
498+
byleth: {
499+
idNumber: 75,
500+
isEchoFighter: false,
501+
displayName: "Byleth",
502+
title: "Ashen Demon",
503+
},
498504
},
499505
};
500506

0 commit comments

Comments
 (0)