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
would also be fun to see a "Start with ½ health" and/or "less hearts" code(s) to make the game more difficult >:D
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
Hi,
if nobody has made some codes until tomorrow afternoon i will try my best.
Bye
Blaster99
thanx :D
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!!!
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 (http://wiird.l0nk.org/forum/index.php/topic,3439.0.html)
Bye
Blaster99
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.
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
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...
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
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.
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
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
What do you mean by that Blaster? Usually, you just use the 1st one on the list for best results.
i think you're good... it just that mine was ntsc; anyway, how do u combine pointers? especially 3 codes into pointers...
I found two codes for stars and yet the pointers too, but the second line code (of have three stars) pointer result = nothing... Only the first line. I'll show a pic of it. Anyway, i restart my wii and apply the codes I have earlier, it still a working codes... It just not working on each challenger after the first...
Need help on converting this.
Code:
Pointer 1
Have stars
810851b0
810851b4
Pointer 2
Have stars
81080470
81080474
(http://img7.imageshack.us/img7/5681/dump1.jpg)
Quote from: g6flavor on May 22, 2009, 07:28:18 PM
What do you mean by that Blaster? Usually, you just use the 1st one on the list for best results.
The problem is, that the game crashes after some time and i do not know why. I think it it because of my pointer.
The first one in the pointer list is the best one? How does WiiRd find out which pointer is better than the other one?
Bye
Blaster99
the codes work :) ..thanx ..but i still get a knock down sometimes ..i guess they have some super punch and i suppose theres nothing to do about that :P ..however i did get a code dump when beating Don Flamingo i TD ..will fight him again to see if it just was a random crash
Quote from: Blaster99 on May 22, 2009, 07:18:32 PM
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
use ASM :D
to make a long story short:
right click the address > click breakpoint > go to breakpoint tab > set a write breakpoint > get hit in the game > game freezes > go to the dissasember tab > write "nop" in the box and update > try to get hit in the game :D
asianking, try search the Pointer without ticking the Pointer in Pointer box
Quote from: Blaster99 on May 22, 2009, 08:30:08 PM
Quote from: g6flavor on May 22, 2009, 07:28:18 PM
What do you mean by that Blaster? Usually, you just use the 1st one on the list for best results.
The problem is, that the game crashes after some time and i do not know why. I think it it because of my pointer.
The first one in the pointer list is the best one? How does WiiRd find out which pointer is better than the other one?
Bye
Blaster99
If you suspect that it's a pointer problem, then try to use a different pointer and see if it makes any differences
or like I said above, add a Conditon code at the front of the code to prevent it from crashing, there might be different data on top of those address in between matches, the codes over writes those data and the game crashes. Also, the game sometimes crashes on usb loader, just a NOTE if you're playing on that..
Quote from: Romaap on May 22, 2009, 09:01:19 PM
use ASM :D
to make a long story short:
right click the address > click breakpoint > go to breakpoint tab > set a write breakpoint > get hit in the game > game freezes > go to the dissasember tab > write "nop" in the box and update > try to get hit in the game :D
Well, I usually would nop it if it's a stw, but what if it's a sthx or subi or something else..could you still nop it and no cause a problem??
Hi,
i will try the pointer WiiRd shows as best result.
@g6flavor
It sometimes crashes on usb loader ?
Does many user have that problem? Maybe that is the problem and not my pointer. :)
Hope that i will be successful :)
Bye
Blaster99
Good luck Blaster!!!
We are holding our breath for your codes! ;D
Quote from: g6flavor on May 22, 2009, 09:05:55 PM
Quote from: Romaap on May 22, 2009, 09:01:19 PM
use ASM :D
to make a long story short:
right click the address > click breakpoint > go to breakpoint tab > set a write breakpoint > get hit in the game > game freezes > go to the dissasember tab > write "nop" in the box and update > try to get hit in the game :D
Well, I usually would nop it if it's a stw, but what if it's a sthx or subi or something else..could you still nop it and no cause a problem??
yeah, you could nop those too.
Quote from: Blaster99 on May 22, 2009, 09:25:20 PM
@g6flavor
It sometimes crashes on usb loader ?
Does many user have that problem? Maybe that is the problem and not my pointer. :)
There were complaints of freezes with usb loader on a different forum, not sure if it's code related, but I get code dumps so often when playing with usb loader with cheats (no problem without cheats), like after a few matches and sometimes the stars codes works but the health codes doesn't work then a crash will occur after the match is over
100 + matches played on Disc and cheats and no problem
Will try to use button activator with usb loader later and see what happens...
asianking, that shouldn't happened on the NTSC version, are you sure that both of the Pointer addresses files are for Stars and not mixed up with Hearts or Health?? As far as I know only the CPU Health code need to use Pointer in Pointer and Player codes will produce tons of Results (probably 100+) without the need for Pointer in Pointer...
Quote from: Blaster99 on May 22, 2009, 08:30:08 PM
Quote from: g6flavor on May 22, 2009, 07:28:18 PM
What do you mean by that Blaster? Usually, you just use the 1st one on the list for best results.
The problem is, that the game crashes after some time and i do not know why. I think it it because of my pointer.
The first one in the pointer list is the best one? How does WiiRd find out which pointer is better than the other one?
Bye
Blaster99
After a few tests with usb loader, I think the problem is not just which pointers you used, you'll have to find a Conditon code that only activates the codes when you're fighting in a match, and codes are deactivated after the last blow in order to prevent a crash.
Here's what I got, working flawlessly on usb loader now. Mr. Sandman gets real mad at the end:
http://www.youtube.com/watch?v=ZRUJcOVPCdw (http://www.youtube.com/watch?v=ZRUJcOVPCdw)
Hi,
g6flavor, could you post the codes that are working for you ?
Bye
Blaster99
EDIT:
(http://img40.imageshack.us/img40/5681/dump1.jpg)
This is the search code:
810851D0 40000000
810851D4 40000000
81080490 40000000
81080494 40000000
Quote from: Blaster99 on May 23, 2009, 11:52:13 AM
Hi,
g6flavor, could you post the codes that are working for you ?
Bye
Blaster99
i second that ;D
I use the (U) version, not the PAL version, and I posted the codes here...started a new game and played 29 matches without a crash on usb loader...
http://wiird.l0nk.org/forum/index.php/topic,3428.0.html (http://wiird.l0nk.org/forum/index.php/topic,3428.0.html)
Post Merge: May 23, 2009, 08:37:20 PM
Quote from: asianking on May 23, 2009, 01:41:02 PM
EDIT:
(http://img40.imageshack.us/img40/5681/dump1.jpg)
This is the search code:
810851D0 40000000
810851D4 40000000
81080490 40000000
81080494 40000000
Okay, to write that into a Pointer code
I use the one in the pic [803836BC]+4EA8 as an example
Write it in this format:
48000000
803836BCDE000000 80008180 <-- Tells the code is in the memory range 80000000 to 81800000
1400
4EA8 yyyyyyyy <-start this line with 14=32bit,12=16bit,10=8bit...y = value of the code
1400
4EAC yyyyyyyy <-Since you used 810851D0 & 81080490 1st, the next pair 810851D4 & 81080494 is a difference of +4
E0000000 80008000 <---End the code with this line
thank you so much g6flavor; i was gonna ask u can u put in detail, but i guess u answer my un-ask question. Now that U put that in detail, I will try and see if I can come up more codes to the game. That wasn't too hard just that i get confuse using the 8,16, 32bit code. Cause some for example 8bit uses 00 and or 10 at starting... I didn't go to the link u give me b/c i wanted to try and make my own codes so I won't be asking for codes if i needed. Very useful info.
plz make the code :P
Hi,
i think i found the correct pointers for my PAL version.
[803A559C]+1D818
[80415558]+1DCE0
These two pointer are the only ones that are zero if you are not in a match. So these pointers are only during fighting valid. I used the first one and it works much better than the pointers before. So no need for more condition checks :)
Created some more codes for the game, too.
I used a new way for me to verify, which of the pointers the valid ones were. I searched for values between 80xxxxxx and 81xxxxxx as i knew our pointer needs to point there during a match. Then i finished the match and got back to menu and searched for 00000000 as the pointer should be zero. After some searches i compared the adress-results with my pointer-searcher results and these two pointer were the only ones that were only valid during the match.
Bye
Blaster99
Nice found, but the question is, do it works on usb loader without a crash, that's where the codes were causing the problems
Start a new game and play like 10 matches, if there's no crash then it should be perfect.
so ive experienced a weird bug in blasters codes
after playing through the circuits, im now in the title defender career. the codes held up for glass joe and von kaiser, but when i fight disco kid, the codes no longer work. ive tried quitting the game and relaunching it, but they still wont work. the codes still work in exhibition mode, so i dont know why this only happens with the disco kid.
weird stuff
also, the infinite hearts code seems t selectivly work. i forgot the specific fighters, but during some matches i noticed my heart level going down.
tgrokz, are you using the new codes posted here?
http://wiird.l0nk.org/forum/index.php/topic,3439.0.html (http://wiird.l0nk.org/forum/index.php/topic,3439.0.html)
ah thank you. didnt see that he updated the codes. and i was just about to say that either the KO after one knock down or infinite time code made it impossible to finish a match, but seeing as those are gone now, i assume you guys figured that out already haha.
EDIT: the codes worked for disco kid and king hippo, but now im up to piston hondo(i think thats his name), and the codes seem to have deactivated again.
So, are you saying that none of the codes are working after a certain match or some codes work some codes don't?
And, you might have to wait for Blaster99 to test and fix the codes if necessary
none work. it seems to be for specific fighters, as they work in exhibition mode, but not with the current career challenger.
Hi,
thats strange, i am testing the codes atm with german and english language and all work now in every mode. What language do you use to play?
Bye
Blaster99
Hi Blaster99.
Thank you for the codes, but not work for me. :'(
I use a French language.
im playing it in english. i have a NTSC console, but i assume that wouldnt be a problem, as i have the PAL game and the codes atleast worked at some point.
i turned the console off and came back to it after a little while to find that the codes DO work with piston now. i didnt change the cheat file or anything else at all. its pretty bizarre
ill let you know if they stop working again.
EDIT: AAAAND they stopped working hahaha
i beat Piston, but when i got to the next guy (bear hugger guy), the codes no longer worked.
also, this only started happening when i entered the title defense mode. i got through the major and world championships fine with the codes.
thanks blaster99 ;D
I posted some ASM codes (http://wiird.l0nk.org/forum/index.php/topic,3439.msg34129.html#msg34129), I hope these will work for those of you who have problems with the existing code.
Romaap you are a god ! Work Perfectly ! Thank you soooo much. =)
Quote from: RKM on May 26, 2009, 09:02:59 PM
Romaap you are a god ! Work Perfectly ! Thank you soooo much. =)
Works perfectly... except for the freeze when the time is up :D .... :(
... or is that just for me? :\
EDIT: i added some checks so it doesn't freeze, see the code thread for the updated codes
Thank you for updade. =)
Can anyone port the USA code for unlocking headgear in the profile,please?
Can somebody port these NTSC codes to PAL. I'm sure alot of people want these codes,
Profile 1 Codes:
Unlock Headgear (push B+1) [g6flavor]
283A50A2 00000600
48000000 80412BD0
DE000000 80008180
10000EE7 00000001
E0000000 80008000
Reset Last Stand Chances (push A+1) [g6flavor]
283A50A2 00000A00
48000000 80412BD0
DE000000 80008180
100002B3 00000003
E0000000 80008000
Enable Champions Mode [g6flavor]
48000000 80412BD0
DE000000 80008180
10000E5F 00000001
E0000000 80008000
Quote from: MonkeyKong on May 29, 2009, 02:33:12 PM
Can somebody port these NTSC codes to PAL. I'm sure alot of people want these codes,
Profile 1 Codes:
Unlock Headgear (push B+1) [g6flavor]
283A50A2 00000600
48000000 80412BD0
DE000000 80008180
10000EE7 00000001
E0000000 80008000
Reset Last Stand Chances (push A+1) [g6flavor]
283A50A2 00000A00
48000000 80412BD0
DE000000 80008180
100002B3 00000003
E0000000 80008000
Enable Champions Mode [g6flavor]
48000000 80412BD0
DE000000 80008180
10000E5F 00000001
E0000000 80008000
Please,someone must do this!!!
I can't believe that noone is interested!!! :'(
Blaster,Roomap where are you?
We need your help!!! :'(