Next Generation Emulation banner
1 - 5 of 5 Posts
Discussion starter · #2 · (Edited)
Nevermind, using the Codebreaker database and this tutorial I managed to get it working.

Although infinite health doesn't do anything (works sporadically when using all four health codes at ones) the continues are enough to work with.

gametitle=Teenage Mutant Ninja Turtles (NTSC-U) [SLUS-20716]

//Infinite Health
patch=1,EE,200C0220,extended,240200C8

//Infinite Continues
patch=1,EE,00D596E0,extended,00000009

//Extra Continues
patch=1,EE,2015FB78,extended,00641821
A shame that the first 5 stages are almost laughable but the last ones difficulty turns into Kingdom Hearts boss battles ... :/
 
You are not using extended correctly.
If the value is between 0-FF you must place for a first digit of the address 0
If the value is between 0-FFFF you must place for a first digit of the address 1
If the value is between 0-FFFFFFFF you must place for a first digit of the address 2

The first code is not working because only the last C8 is applied
The second is ok since the value is between 0-FF
And the third is again wrong...the value is higher than FFFF so you must replace the first digit of the address with 2
 
1 - 5 of 5 Posts