From b50dd57cbb8e163cd269255c8f754e5631760a03 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 23 Apr 2020 16:10:46 -0400 Subject: Miscellaneous updates and corrections --- macros/code.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/code.asm') diff --git a/macros/code.asm b/macros/code.asm index 58d39aa00..c92e7132f 100644 --- a/macros/code.asm +++ b/macros/code.asm @@ -51,7 +51,7 @@ calc_sine_wave: MACRO ; input: a = a signed 6-bit value ; output: a = d * sin(a * pi/32) and %111111 - cp %100000 + cp %100000 jr nc, .negative\@ call .apply\@ ld a, h -- cgit v1.2.3