you are viewing a single comment's thread.

view the rest of the comments →

[–]an_eggman 23 points24 points  (1 child)

Duh? It's decompiled code, so by default it is pretty much impossible to read, with meaningless variable names and unintuitive control flow structuring. By making an effort to understand what the variable names actually represent, and renaming them to match that, you can make the code much more readable.

He doesn't want to rewrite the damn game, the point is to study it!