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);