mirror of
https://github.com/pret/pokecrystal.git
synced 2026-04-19 16:47:31 -05:00
5 lines
58 B
NASM
5 lines
58 B
NASM
_Sine::
|
|
; a = d * sin(e * pi/32)
|
|
ld a, e
|
|
calc_sine_wave
|