pokecrystal-board/engine/math/sine.asm

5 lines
65 B
NASM
Raw Normal View History

2016-03-27 09:47:28 -07:00
_Sine:: ; 84d9
; a = d * sin(e * pi/32)
2016-03-27 09:47:28 -07:00
ld a, e
calc_sine_wave