Punch-Out!! [R7PP01]

Started by prutten, May 20, 2009, 10:45:00 AM

Previous topic - Next topic

prutten

Codes i would like to see:

Always have Training helmet
Always have 1/2/3 stars
Infinite Hearts
Infinite Health
Infinite Time
Regain More Health when opponent is knocked down

a character modifier would also be fun to see :P

prutten

would also be fun to see a "Start with ½ health" and/or "less hearts" code(s) to make the game more difficult  >:D

panmusic

I would love to see some codes,too!
Come on,this is one of Nintendo-s biggest releases for 2009,someone has to create some codes at the moment! ;D

Blaster99

Hi,

if nobody has made some codes until tomorrow afternoon i will try my best.

Bye
  Blaster99
If you like my codes, please click the thank you button !

prutten


panmusic

Quote from: Blaster99 on May 21, 2009, 10:53:12 PM
Hi,

if nobody has made some codes until tomorrow afternoon i will try my best.

Bye
  Blaster99

Thanks Blaster!!!

Blaster99

#6
Hi,

Now i found the correct pointer and created some more codes ! :D

Please look here: http://wiird.l0nk.org/forum/index.php/topic,3439.0.html

Bye
  Blaster99
If you like my codes, please click the thank you button !

asianking

what did you use to hook? I think I have tried default, wiipad, gc, but couldn't find anything. Even if i have one code left and try to poke, it wouldn't change any value on the game.

Blaster99

Quote from: asianking on May 22, 2009, 05:10:15 PM
what did you use to hook? I think I have tried default, wiipad, gc, but couldn't find anything. Even if i have one code left and try to poke, it wouldn't change any value on the game.

Hi,

i used the default hook. The values are float values and are in the range 81xxxxxx.
If you change a value it does not show immediately on the screen, only if the value is changed by the game.
Means you poke full health and it first shows when you lose/gain health.

Bye 
     Blaster99
If you like my codes, please click the thank you button !

asianking

#9
Ok, I ma give u three address to convert for me and see if that works. I poke, but nothing happen. These three, I use unknown type.

address    old value   new value
81085150 4295D99A 41C76668
81085154 4295D99A 41C76668
81085158 4295D99A 41C76668

I know I'll still have to look for pointers, but I'll do that later. And tell me if these address look familiar to yours. 

nevermind, i don't thnk it'll work...those codes that i found don't even work by poking it...

Blaster99

Hi,

yes, these adresses seem to be the correct ones. You just have to poke all 3 at the same time else the value is overwritten immediatly with the other. Did not figure out how exactly the values are copies/moved.


05085150 42C80000
05085154 42C80000
05085158 42C80000


Bye
  Blaster99
If you like my codes, please click the thank you button !

g6flavor

asianking, that address changes between matches, so those address you posted might not work for other people or on your next game

The HP, Hearts, Stars codes resides in the 810xxxxx- 811Xxxxx address range, this inludes CPU's Health

the find the codes faster:
1. set your Search Range in WiiRDGui to 81000000 81100000, set it to 32-bit, Search known value
2. look for the number of hearts on Screen
3. enter that number onto the search box, then right click the number to convert it to Float and click on search
4. repeat Step 3 if necessary

once, you got the address, write it down, make a memory dump File 1 of it for Pointer search use, do the same for memory dump File 2 when the address changes

Also, you might want to find and add a Condition code in front of the Pointer code to prevent it from crashing the game
CST0 : 32bits (endif, then) If equal
20______ YYYYYYYY : 32bits If equal (ba) Compares if 32bits at [ba+address]==YYYYYYYY.
If yes, codes are executed (else code execution set to false).

Same goes for the (U) version for anyone who wants to hack it.

asianking

#12
yep those work... I'll continue to do the pointers, but by looking at your codes; geesh, thats alot of combination codes just for inf health.

wow...thats new, I didn't know a right-click would be float conversion...thank you very much!



Edited:

In ur codes, for health, i think you should put the value 42F00000. It don't matter what you already putted, but this value will put ur health at max. For hearts, add 42F00000.

After playing around, I got confused on pointers... :S

Blaster99

Hi,

could please someone try to find a pointer that is working better than mine.
I think i am too stupid to find the correct one.

Bye
  Blaster99
If you like my codes, please click the thank you button !

g6flavor

What do you mean by that Blaster? Usually, you just use the 1st one on the list for best results.