Ultimate wheel help - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Coding & Hacking General Discussion (https://mariokartwii.com/forumdisplay.php?fid=23) +--- Thread: Ultimate wheel help (/showthread.php?tid=2378) |
Ultimate wheel help - matfawcett - 01-19-2025 Hi guys, i've been struggling to get this working, I have the ultimate wheel hack to select any item and this works great, but I only want it to spawn one item not unlimited. Ideally I would just like it to drop immediately and then clear inventory, so for examble press left on dpad - drop banana, right - throw shell etc Any help would be appreciated. D27E4DDC 00000002 3FE08000 93BF1500 3BE00000 00000000 28341462 FFF70008 8000000F 0000000F 8000000E 00000001 E0000000 00000000 28341462 FFFB0004 8000000F 0000000B 8000000E 00000001 E0000000 00000000 28341462 FFFE0001 8000000F 00000009 8000000E 00000001 E0000000 00000000 28341462 FFFD0002 8000000F 00000001 8000000E 00000001 E0000000 00000000 28341462 FBF70408 8000000F 00000007 8000000E 00000001 E0000000 00000000 28341462 FBFB0404 8000000F 00000008 8000000E 00000001 E0000000 00000000 28341462 FBFE0401 8000000F 00000002 8000000E 00000001 E0000000 00000000 28341462 FBFD0402 8000000F 00000000 8000000E 00000001 E0000000 00000000 28341462 BFF74008 8000000F 00000006 8000000E 00000001 E0000000 00000000 28341462 BFFB4004 8000000F 0000000A 8000000E 00000001 E0000000 00000000 28341462 EFFF1000 8000000F 0000000C 8000000E 00000001 E0000000 00000000 28341462 FFEF0010 8000000F 0000000D 8000000E 00000001 E0000000 00000000 28341462 7FFF8000 8000000F 00000003 8000000E 00000001 E2000001 00000000 48000000 809BEE20 DE000000 80008180 58010000 00000014 DE000000 80008180 48100000 80001500 DE000000 80008180 9421000F 0000008C 9421000E 00000090 E0000000 80008000 RE: Ultimate wheel help - _Ro - 01-20-2025 This part below is responsible for writting the item IDs and amount to the item pointer (obtained from the ASM code at the start of the code) 48000000 809BEE20 DE000000 80008180 58010000 00000014 DE000000 80008180 48100000 80001500 DE000000 80008180 9421000F 0000008C 9421000E 00000090 E0000000 80008000 Since that part of the code is always running (outside of activator), it will always write the item ID and amount. Putting these inside of each activator is not an appropriate way and would make the code extremely long. If you don't mind about the activators, you can use my Item Cycler code which allows you to cycle through all items with D-Pad Left/Right (https://mariokartwii.com/showthread.php?tid=2377) and replace 41820050 with 60000000 - You will cycle through items but it will disappear once used. Pressing the cycle button again will give you the item again If not, I can build you an item hack that does what you want, with your buttons |