diff options
Diffstat (limited to 'engine/math')
-rw-r--r-- | engine/math/sine.asm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/engine/math/sine.asm b/engine/math/sine.asm index 5db3bd60..c7422aaf 100644 --- a/engine/math/sine.asm +++ b/engine/math/sine.asm @@ -1,7 +1,4 @@ _Sine:: -; a = d * sin(e * pi/256) +; a = d * sin(e * pi/32) ld a, e - calc_sine_wave .SineWave - -.SineWave: - sine_table $100 + calc_sine_wave |