WIP of decompiling Snake18#2039
Conversation
…sing on getting files decompiled and less so on code correctness/cleanup.
|
I'm not sure if the file path is correct, should snake18.c be inside animal/liquid or? Previous pull request mentioned those paths being pullic knowlege from the PC port but I don't know where to find those. |
…nor cleanup to snake18.c
|
Ah made a small mistake, will fix. |
… decompiles. There needs some serious cleanup which I will get to at some point but that is the easy part.
|
Made some more progress reversering more functions. Going to keep this pull request open and try to keep reversering more from time to time, code needs a cleanup pass. |
…t over xmas on my laptop.
…laptop in my spare time
|
I have made a small contribution and worked on Snake18_800CB3E8 but not sure how I can contribute it as it would rely on this PR being merged. You can pick the decompiled function from the below link if simpler. |
|
@nameloCmaS Thanks! Super helpful, I'm back at my computer from the holidays so going to start integrating the solved decomp links. |
|
@nameloCmaS I hade to shuffel one line from your decomp to get it match 100%: https://decomp.me/scratch/l8vKC. Simple change. Your link shows it matches 91% |
…ely make a snake18_2.c so I can submit a chunk of reversed functions.
…en't figured out the other funcitons. Contributions from @nameloCmaS
|
Made more progress, reversed some more functions putting it at 19 functions reversed. Quite a bit more to go. |
Right now just focusing on getting files decompiled and less so on code correctness/cleanup.