mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
5 lines
65 B
NASM
Executable File
5 lines
65 B
NASM
Executable File
_Sine:: ; 84d9
|
|
; a = d * sin(e * pi/32)
|
|
ld a, e
|
|
calc_sine_wave
|