summaryrefslogtreecommitdiff
path: root/src/sineTable.c
AgeCommit message (Collapse)Author
2022-04-15Removed Fake Global gCosinePositionIbot02
It wasn't actually used in c, and having it the way we did made accesses to gSineTable rely on out-of-bounds accesses to gSineTable (which then accessed gCosineTable since they were consecutive)
2022-01-23Decompile coord.sTal Hayon