mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
81fff9bb80
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.
5 lines
65 B
NASM
5 lines
65 B
NASM
_Sine:: ; 84d9
|
|
; a = d * sin(e * pi/32)
|
|
ld a, e
|
|
calc_sine_wave
|