pokecrystal/engine/math/sine.asm

5 lines
58 B
NASM
Raw Normal View History

2018-06-24 14:09:41 +00:00
_Sine::
; a = d * sin(e * pi/32)
2016-03-27 16:47:28 +00:00
ld a, e
calc_sine_wave