Snowboard Kids 2 is 100% Decompiled
I’m very pleased to announce that Snowboard Kids 2 is 100% decompiled!
All of the game’s functions have now been implemented in C and compile to assembly that matches the original game. There’s still some occasional __asm__ hackery, and plenty of code needs better names and documentation, but every function now has a matching C implementation.
That matters because a matching decompilation turns the game from a pile of MIPS assembly into a codebase we can read, build, study, and modify. It should help with recompilation, asset extraction, modding, and generally understanding the mechanics of the N64’s greatest game.
评论
?
参与讨论