From 6de6b9c27f9241fc94b9fd33b805714756bf2a79 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 17 Apr 2017 07:41:17 -0700 Subject: [PATCH] Use min abs err --- scales.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scales.s b/scales.s index 287960a..0488b8a 100644 --- a/scales.s +++ b/scales.s @@ -300,13 +300,11 @@ note_to_tone_lo: .byte $B7 ; F4 349.228 Hz .byte $AC ; F4# 369.994 Hz .byte $A3 ; G4 391.995 Hz - .byte $99 ; G4# 415.305 Hz + .byte $9A ; G4# 415.305 Hz .byte $91 ; A4 440.000 Hz .byte $89 ; A4# 466.164 Hz .byte $81 ; B4 493.883 Hz - .byte $7A ; C5 523.251 Hz - .byte $73 ; C5# 554.365 Hz note_to_tone_hi: