Kroc/Sonic1-Z80-ASM

Use Look up Tables where possible

Kroc opened this issue · 0 comments

Kroc commented

We need to ideally free up some time to be able to make additions. The rolls & shifts are some of the slowest operations and Sonic 1 does a fair few of them. We can replace a lot of these with look-up tables since ROM space won't be an issue (we can go up to 1 MB)