n64decomp / mk64

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

Match the last 2 data files #574

Closed Tmcg2 closed 8 months ago

Tmcg2 commented 8 months ago

The names some_data and some_data_2 are obviously terrible but I don't know what else to call them. I am open to any and all suggestions for improved names.

MegaMech commented 8 months ago
src/data/some_data.c:185:14: fatal error: assets/onomatopoeia/gTLUTOnomatopoeia.inc.c: No such file or directory
     #include "assets/onomatopoeia/gTLUTOnomatopoeia.inc.c"
Tmcg2 commented 8 months ago

Think I fixed it, I had an incorrect path in onomatopoeia asset makefile that was likely causing the tlut .inc.c file to not get generated