diff --git a/games/ffcotw/base_files/config.json b/games/ffcotw/base_files/config.json index 2c8475cb7..b9bfb98b7 100644 --- a/games/ffcotw/base_files/config.json +++ b/games/ffcotw/base_files/config.json @@ -33,6 +33,15 @@ }, "Mai Shiranui": { "codename": "Mai" + }, + "Ken Masters": { + "codename": "Ken" + }, + "Chun-Li": { + "codename": "ChunLi" + }, + "Gato": { + "codename": "Gato" } }, "credits": "Icons ripped from https://www.snk-corp.co.jp/us/games/fatalfury-cotw/characters/", diff --git a/games/ffcotw/base_files/icon/file_Gato_0.png b/games/ffcotw/base_files/icon/file_Gato_0.png new file mode 100644 index 000000000..c1ed3ddad Binary files /dev/null and b/games/ffcotw/base_files/icon/file_Gato_0.png differ diff --git a/games/ffcotw/full/config.json b/games/ffcotw/full/config.json index b73f71e0a..9575f0170 100644 --- a/games/ffcotw/full/config.json +++ b/games/ffcotw/full/config.json @@ -80,6 +80,12 @@ "x": 1198, "y": 284 } + }, + "Gato": { + "0": { + "x": 1637, + "y": 408 + } } }, "average_size": { diff --git a/games/ffcotw/full/file_Gato_0.png b/games/ffcotw/full/file_Gato_0.png new file mode 100644 index 000000000..240e4d54e Binary files /dev/null and b/games/ffcotw/full/file_Gato_0.png differ