summaryrefslogtreecommitdiff
path: root/engine/math/sine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/math/sine.asm')
-rw-r--r--engine/math/sine.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/math/sine.asm b/engine/math/sine.asm
new file mode 100644
index 000000000..23e86c015
--- /dev/null
+++ b/engine/math/sine.asm
@@ -0,0 +1,4 @@
+_Sine:: ; 84d9
+; a = d * sin(e * pi/32)
+ ld a, e
+ calc_sine_wave