spidey-decomp/tips.txt
2024-02-24 22:11:32 +01:00

6 lines
349 B
Plaintext

- ghidra-psx-loader has wrong alignment for structs
- gcc operators here: https://github.com/gcc-mirror/gcc/blob/1b84dc3709f339801f34093ccece9f484ff2b60e/gcc/cp/operators.def
- jumping is to code further away
- loop condition is the condition before the loop and at the end of the loop block
- composed if statements will change register allocation