FoxdieTeam / mgs_reversing

Metal Gear Solid PSX reimpl repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guaging Progress on This (random question)

0x0000ff opened this issue · comments

So currently, this repo consists of 55% assembly code and 41% C code. Could I safely assume that:

  1. That it'll be roughly be 50/50 C and asm when the reversing is completed?
  2. That it's close to being achieved?

something like 99% C 1% asm when completed.

the github repo stats are just counting the .c (our matched funcs) and the .asm (our unmatched funcs that need to be matched)

we know the game itself is almost entirely in C with only some assembly used for optimization

we're probably about 20-25% finished with the entire project

If you join the discord each commit auto calculates and posts progress of the main executable there. This isn't really a bug or anything so I'm closing it.