i need Porting Help

Started by Shaddow, August 29, 2009, 07:21:23 AM

Previous topic - Next topic

Shaddow

How do i port a code a code without a USB Gecko? is there a program that will let me Change a NTSC code to a PAL code?
Please help  ;D

shadowofchaos

You need a Hex editor and memory dumps to compare the two regions...

You take the address in the Memory dump of the USA Region and take a few of the values in there... and search using a hex editor in an area of the PAL Region Memory dump where it matches exactly...

And modify the addresses of the original code...

That's how I learned how to do it...