You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in the PSX symbol and the MAC release, some files have functions in a completely different order. It is apparent they are scrambled in the PC release with assertions where the line number is greater than functions that comes after it. In order to fix this, the functions must be put in the correct order and local functions set as static. This will allow removing tons of prototypes for functions only called locally.
All releases on the PC have scrambled function order except the August 1996 Demo. Otherwise we can also infer from any of the PSX symbols or MAC releases:
As seen in the PSX symbol and the MAC release, some files have functions in a completely different order. It is apparent they are scrambled in the PC release with assertions where the line number is greater than functions that comes after it. In order to fix this, the functions must be put in the correct order and local functions set as
static
. This will allow removing tons of prototypes for functions only called locally.All releases on the PC have scrambled function order except the August 1996 Demo. Otherwise we can also infer from any of the PSX symbols or MAC releases:
The text was updated successfully, but these errors were encountered: