Difference between revisions of "Cubes Yap Notes"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
 
pikmin 2 has three main versions that are modded the first one is a version know as USA demo final and is a demo of pikmin 2 but this demo contains the entire game inside
 
pikmin 2 has three main versions that are modded the first one is a version know as USA demo final and is a demo of pikmin 2 but this demo contains the entire game inside
 
and this version was moddeed more at one point because usa demo had a more complete symbol map then the next version im going to talk about. Another Version is final which is the usa retail release of pikmin 2
 
and this version was moddeed more at one point because usa demo had a more complete symbol map then the next version im going to talk about. Another Version is final which is the usa retail release of pikmin 2
 +
 +
==PPC ASM==
 +
Since we don't have access to the source of pikmin2 we mostly have to deal with the custom asm from the ppc geko processer of the gamecube with dolphin debugger for the most part BUT there are some options like for example ckit which allows u to hook into addresses and append c code to the dol of a game allows for some pretty cool stuff. and there also is the fan project pikmin2 decomp which is a fan devoted project where fans of the game try to rebulid the soucre from scratch is also a option and is currently at 40% completion as of 1/25/2024.

Revision as of 07:11, 8 March 2024

Versions

pikmin 2 has three main versions that are modded the first one is a version know as USA demo final and is a demo of pikmin 2 but this demo contains the entire game inside and this version was moddeed more at one point because usa demo had a more complete symbol map then the next version im going to talk about. Another Version is final which is the usa retail release of pikmin 2

PPC ASM

Since we don't have access to the source of pikmin2 we mostly have to deal with the custom asm from the ppc geko processer of the gamecube with dolphin debugger for the most part BUT there are some options like for example ckit which allows u to hook into addresses and append c code to the dol of a game allows for some pretty cool stuff. and there also is the fan project pikmin2 decomp which is a fan devoted project where fans of the game try to rebulid the soucre from scratch is also a option and is currently at 40% completion as of 1/25/2024.