Item Tracker [Bully] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: Item Tracker [Bully] (/showthread.php?tid=1945) |
Item Tracker [Bully] - jawa - 04-08-2022 Stores your current item at 0x8000XXXX. Item values: Nothing = 14 Green Shell = 0 Red Shell = 1 Banana = 2 Fake Item Box = 3 Mushroom = 4 Triple Mushroom = 5 Bob-omb = 6 Blue Shell = 7 Lightning = 8 Star = 9 Golden Mushroom = A Mega Mushroom = B Blooper = C POW = D Cloud = E Bullet Bill = F Triple Green Shell = 10 Triple Red Shell = 11 Triple Banana = 12 NTSC-U: C27ADEE8 00000002 3D808000 988CXXXX 90830004 00000000 PAL: C27BC948 00000002 3D808000 988CXXXX 90830004 00000000 NTSC-J: C27BBFB4 00000002 3D808000 988CXXXX 90830004 00000000 NTSC-K: C27ADD08 00000002 3D808000 988CXXXX 90830004 00000000 Source: Code: #inject at 0x807ADEE8 NTSC-U RE: Item Tracker [jawa] - Seeky - 04-08-2022 Won't this apply for when other players get items too? RE: Item Tracker [jawa] - Vega - 04-09-2022 Yes this will. He's using the same Insertion/Hook address form this old code - https://mariokartwii.com/showthread.php?tid=575&highlight=C27ADEE8 Since this effects CPUs too, I don't see the purpose in this code (not trying to sound rude fyi). Even if it didn't effect CPUs, there are so many other Insertion/Hook addresses from other older/legacy codes that can accomplish this. Thus, there's really no need to have an Item-store-to-EVA code in any of the 2 code sub-forums. Moved thread to code support/help/requests since I don't see the need of having this in any of the two codes sub-forums. I also fixed credits on thread title because its obvious Bully could have made this almost a decade ago when he made the code that I linked above. |