From e1a1f3241560d7cd0c26217a36163f1a428d81fd Mon Sep 17 00:00:00 2001 From: Chacolay Date: Sun, 28 Apr 2024 19:43:14 -0400 Subject: [PATCH] Replace touchpad with back button mapping multiple inputs to the same command does not seem to work properly(tested with ps5 and xbox controller), so flat replacing touchpad with back button. --- src/battle-scene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 7d7367998cf..34bffbc1d1d 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -214,7 +214,7 @@ export default class BattleScene extends SceneBase { [Button.DOWN]: 13, // down [Button.LEFT]: 14, // left [Button.RIGHT]: 15, // right - [Button.SUBMIT]: [17, 8] // touchpad (ps4) back button (xbox ps4/5) + [Button.SUBMIT]: 8, // back button (xbox ps4/5) [Button.ACTION]: 0, // X [Button.CANCEL]: 1, // O [Button.MENU]: 9, // options