riidefi / mkw

Decompilation of Mario Kart Wii
309 stars 32 forks source link

Autogenerate data in C sources when creating slices #228

Closed em-eight closed 1 year ago

em-eight commented 2 years ago

Saves us time from modifying the slices and regenerating assembly every time new data is referenced in C code. Will also probably make matching data quick, easier and more beginner friendly.

Doing that requires:

Project that supports this: https://github.com/SeekyCt/spm-decomp/blob/9a91c42d748a4c9a8a1e8199e5a4d8f36792679b/src/windowdrv.c#L25

SeekyCt commented 2 years ago

Just to clarify, that actual c's not auto-generated yet, only the includes it uses