pokecrystal-board/engine/math/sine.asm
mid-kid 81fff9bb80 Fix file permissions
I have no idea why this was a thing (do people store this repo on FAT32
flash drives or something?), but quite a bit of files had a permission
of 755. This isn't really a problem, but it's inconsistent and weird.
2018-04-01 17:05:10 +02:00

5 lines
65 B
NASM

_Sine:: ; 84d9
; a = d * sin(e * pi/32)
ld a, e
calc_sine_wave