From 94afb59aa67f95f8d813f666ba84bb12beddac74 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 9 Jan 2026 21:17:27 +0200 Subject: [PATCH] Added some sound effects --- nes/nescoundrel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nes/nescoundrel.c b/nes/nescoundrel.c index 1478557..dbc26b3 100644 --- a/nes/nescoundrel.c +++ b/nes/nescoundrel.c @@ -143,7 +143,7 @@ void beep_enemy() { play_jingle(440, 220, 220, 110, 110, 55); } void beep_weapon() { - play_jingle(660, 990, 440, 880, 660, 990); + play_jingle(660, 880, 440, 880, 660, 880); } void beep_potion() { play_jingle(440, 660, 660, 990, 660, 880);