From b2042864dca65bcb769acdd35020431954c5ec22 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:53:27 -0400 Subject: [PATCH] Small fix to peach move --- mods/char-select-extra-chars/peach.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/char-select-extra-chars/peach.lua b/mods/char-select-extra-chars/peach.lua index beb7b9ca..0877d7d8 100644 --- a/mods/char-select-extra-chars/peach.lua +++ b/mods/char-select-extra-chars/peach.lua @@ -196,7 +196,7 @@ function peach_update(m) smlua_anim_util_set_animation(m.marioObj, anim) end - if (m.input & INPUT_A_PRESSED) ~= 0 and m.vel.y < -15 and ( + if (m.input & INPUT_A_DOWN) ~= 0 and m.vel.y < -15 and ( m.action == ACT_JUMP or m.action == ACT_DOUBLE_JUMP or m.action == ACT_TRIPLE_JUMP or