decomp:problems
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
decomp:problems [2022/12/22 17:06] – fruityloops | decomp:problems [2023/02/13 02:46] (current) – [Toolchain Problems] fruityloops | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Toolchain Problems ===== | ===== Toolchain Problems ===== | ||
- | * The exact version of ARMCC used to compile the game is unknown, so version 4.1 build 713/894/1049 are used since they are the most accurate. | + | * The exact version of ARMCC used to compile the game is unknown, so version 4.1 build 894 are used since they are the most accurate. |
* The compiler flags used to compile the game may not be fully correct. | * The compiler flags used to compile the game may not be fully correct. | ||
- | * Constructors in which 2 int-sized members are being initialized to different values (including vtables) will mismatch, due to the compiler used splitting the ' | ||
- | Example (_ZN2al13NerveExecutorC1EPKc): | ||
- | < | ||
- | 17b194: | ||
- | > 17b198: | ||
- | 17b198: | ||
- | 17b19c: | ||
- | 17b1a0: | ||
- | </ | ||
* Some while/for loops with if statements inside them will have ' | * Some while/for loops with if statements inside them will have ' | ||
Example (_ZN16alSensorFunction20findSensorTypeByNameEPKc): | Example (_ZN16alSensorFunction20findSensorTypeByNameEPKc): |
decomp/problems.1671728777.txt.gz · Last modified: 2022/12/22 17:06 by fruityloops