WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: toonlink444 on November 21, 2010, 08:31:26 PM

Title: How to find what item you have in mario kart wii
Post by: toonlink444 on November 21, 2010, 08:31:26 PM
I'm making a code that allows you to have four items preset in the D-Pad. My problem is that I can't seem to find the item Id's for a course. I get an item then do an unknown search for greater than. Then I get rid of the item and do a less than search. Is that a good way to find it, or is there a different easier way?
Title: Re: How to find what item you have in mario kart wii
Post by: Nutmeg on November 21, 2010, 08:32:46 PM
Use the "not equal" function rather than "greater than" or "less than."
Title: Re: How to find what item you have in mario kart wii
Post by: Bully@Wiiplaza on November 21, 2010, 09:10:55 PM
no, search for the item values directly, since they are "known"
Title: Re: How to find what item you have in mario kart wii
Post by: toonlink444 on November 21, 2010, 10:22:09 PM
Allright I'll try that. If I get it I'll post the code.