CTR-tools / CTR-ModSDK

ModSDK - a modding toolkit to create mods for Crash Team Racing in C. This repository also houses an effort to fully decompile and reverse-engineer CTR in C.
https://discord.gg/WHkuh2n
306 stars 37 forks source link

LangMenu mod references non-existing files #109

Open iwanb opened 8 months ago

iwanb commented 8 months ago

The LangMenu module references src/newRow.bin´ andsrc/newRows.c` but those files do not seem to exist: https://github.com/CTR-tools/CTR-ModSDK/blob/54cddd812a676cc4cd4d8249cbc0e5ae5dee1e43/mods/Modules/LangMenu/buildList.txt#L11

There is newLanguageRows.c which I suppose is the file that should be used?