n64decomp / mk64

A speedy Mario Kart 64 decompilation, brought to you by the cousin of a tame racing driver.
588 stars 67 forks source link

Implement Kaze's Trig Tables #589

Closed MegaMech closed 5 months ago

MegaMech commented 5 months ago

Relies on decomp GCC PR for segment fixes.

To try for now without GCC PR do the following:

Set LINKER_TRIG_TABLES 0x802ba4d0 buffers.c frameBufferPadding[0x1820];

Add AVOID_UB=1 to the makefile

Tested and wroks.