diff --git a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs index b8fa659542..e03102e656 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs @@ -112,7 +112,8 @@ namespace BizHawk.Client.Common { "Toggle Right Difficulty", 'r' }, { "Open", 'O' }, - { "Close", 'C' } + { "Close", 'C' }, + { "Pedal", 'P' } }; private readonly Dictionary> SystemOverrides = new Dictionary> @@ -349,6 +350,16 @@ namespace BizHawk.Client.Common { "NW", '\\' }, { "NNW", 'n' } } + }, + { + "Coleco", + new Dictionary + { + { "Yellow", 'Y' }, + { "Red", 'R' }, + { "Blue", 'B' }, + { "Purple", 'P' } + } } }; }