diff options
author | YamaArashi <shadow962@live.com> | 2017-05-04 23:16:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-04 23:16:56 -0700 |
commit | 1d0e8cbbd6955b4e20fb25d8a3df9297bb378f1b (patch) | |
tree | 4a10f0dc7b4d423c1b98db2964f5d3fab838dab6 /data/trig.s | |
parent | a85fc2a69c48a22ea400ae14b697c5600c8c7a8b (diff) |
split more from data2.s
Diffstat (limited to 'data/trig.s')
-rw-r--r-- | data/trig.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/trig.s b/data/trig.s new file mode 100644 index 000000000..6f9c95971 --- /dev/null +++ b/data/trig.s @@ -0,0 +1,10 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +@ 8208344 + .include "data/sine_table.inc" + +@ 82085C4 + .include "data/sine_degree_table.inc" |