mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-27 07:10:42 +00:00
A decompilation of Pikmin 2 (USA) brought to you by fans of the series.
asm | ||
include | ||
sha1 | ||
src | ||
tools | ||
.gitignore | ||
asmdiff.sh | ||
doldisasm.py | ||
ldscript.lcf | ||
linker-map.txt | ||
Makefile | ||
obj_files.mk | ||
ptr_checker.py | ||
README.MD | ||
resolveLinkerErrors.py |
Pikmin 2
Pikmin 2 disassembly/decompilation
Modifying the MetroWerks compiler
More specifically, you need to modify the v2.7 linker as follows:
Offset | From | To |
---|---|---|
0x36510 | 0x74 | 0x75 |
Change 0x74 to 0x75 (fixes the destructor issue)