diff --git a/public/head-icons/min-min.png b/public/head-icons/min-min.png new file mode 100644 index 00000000..3cb29ab0 Binary files /dev/null and b/public/head-icons/min-min.png differ diff --git a/src/tech/AllCharacterMetadata.ts b/src/tech/AllCharacterMetadata.ts index 5e65cecf..adfbccd8 100644 --- a/src/tech/AllCharacterMetadata.ts +++ b/src/tech/AllCharacterMetadata.ts @@ -4,6 +4,9 @@ export interface CharacterMetadata { idNumber: number; isEchoFighter: boolean; displayName: string; + + // The character's title according to the boxing ring stage. See the table + // here: https://www.ssbwiki.com/Boxing_Ring#Character_titles title: string; } @@ -501,6 +504,12 @@ const allCharacterMetadataInternal = { displayName: "Byleth", title: "Ashen Demon", }, + "min-min": { + idNumber: 76, + isEchoFighter: false, + displayName: "Min Min", + title: "The Ramen Bomber", + }, }, };