WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: memememememe on April 01, 2010, 05:32:12 AM

Title: Mem View on "81D00000"?
Post by: memememememe on April 01, 2010, 05:32:12 AM
Hi,

I'm trying to hack Takt of Magic which is in JAP but i am English, but thats got nothing to do with it.(And no... i have no idea what's going on!)

It is much like Lost Magic for NDS and is GREAT, couldent wait for English version.

Any way, im trying to hack the time limit for the stages and have found that i can only find it when its on 90.

I am able to find the adress and poke it(I am aware of how to make a 90 into working GCT)but it changes from stage to stage.

I did a pointer search and got one result "81D5D02C". I think i have to look at it in the Mem viewer but the range is too far and i dont know how i can find my code. The offset was +210.

PLEASE HELP ME!!

Thanks in advance!
Title: Re: Mem View on "81D00000"?
Post by: dcx2 on April 01, 2010, 02:25:01 PM
MEM1 ends at 81800000, I believe.  So there's no way you got a legitimate 81Dxxxxx address...in fact, I have no idea how pointer search could even return that.  Are you sure it wasn't 80Dxxxxx instead?  Or perhaps it was 91Dxxxxx?
Title: Re: Mem View on "81D00000"?
Post by: memememememe on April 02, 2010, 02:30:08 AM
Yea, sorry i should have mentioned that.

The two codes that i used to find my pointer were 91 codes and worked when poked. To be sure i made a 4A000000 92000000
xxxxxxxx   xxxxxxxx
E0000000 80008000 GCT which worked great for that level! But that's why i need the pointer.

But the only pointer it returned was "81D5D02C".

How can i find where its pointing?
Title: Re: Mem View on "81D00000"?
Post by: Romaap on April 02, 2010, 05:30:00 PM
Are you sure you used the pointer search correctly?
Instructions can be found here (http://members.cox.net/dexter0/WiiHacking/example2.shtml).
Title: Re: Mem View on "81D00000"?
Post by: memememememe on April 04, 2010, 04:44:07 AM
Ooops,

i was wrong again.
I was doing my search on 90. I then tried it on 80 and bingo! I got my code.
Thanks!!