open-goal / opengoal-vscode

VSCode Extension for OpenGOAL
ISC License
17 stars 2 forks source link

decomp: add a feature that compares two function bodies and if they are the same, copies the name changes #333

Closed xTVaser closed 8 months ago

xTVaser commented 8 months ago

There's some hacks involved here but in most cases this should work and should save a lot of time. Allows for cleaning up naming across both games at the same time.

https://github.com/open-goal/opengoal-vscode/assets/13153231/f72183f2-062f-49d6-8257-b42bb957b480

Requires a decompiler with the following changes - https://github.com/open-goal/jak-project/pull/3338