![]() |
Random Character+Vehicle For Every Race -Online- [Vega] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Online Non-Item (https://mariokartwii.com/forumdisplay.php?fid=52) +--- Thread: Random Character+Vehicle For Every Race -Online- [Vega] (/showthread.php?tid=1410) |
Random Character+Vehicle For Every Race -Online- [Vega] - Vega - 01-03-2020 Random Character+Vehicle For Every Race -Online- [Vega] For every online race, you will be given a random character+vehicle combo. Code does NOT work in Battles! This SHOULD be okay to use on Wiimmfi WW's since the combo you get is random and there are no advantages due to using this code. However, ask a Wiimmfi Staff member beforehand to be sure. Final NOTE: This code use of memory addresses 0x800004C0 & 0x800004C1. Make sure no other codes you have equipped are using those addresses. Video Demo - https://www.youtube.com/watch?v=wRNObUYrVIs NTSC-U C0000000 00000007 3D808000 896C04C0 396B0001 280B0018 41A00008 39600000 996C04C0 894C04C1 394A0001 280A000C 41A00008 39400000 994C04C1 4E800020 C2612EF4 0000000E 8063D930 48000041 00030609 0C0F1215 181B1E21 0104070A 0D101316 191C1F22 0205080B 0E111417 1A1D2023 0C001818 0000000C 00180C18 0000000C 0C0C0C18 0C181818 7D8802A6 3D608000 894B04C0 896B04C1 392C0024 7D0A48AE 7D8C4214 7D0C58AE 9943001C 9903001D 00000000 PAL C0000000 00000007 3D808000 896C04C0 396B0001 280B0018 41A00008 39600000 996C04C0 894C04C1 394A0001 280A000C 41A00008 39400000 994C04C1 4E800020 C2644314 0000000E 80632100 48000041 00030609 0C0F1215 181B1E21 0104070A 0D101316 191C1F22 0205080B 0E111417 1A1D2023 0C001818 0000000C 00180C18 0000000C 0C0C0C18 0C181818 7D8802A6 3D608000 894B04C0 896B04C1 392C0024 7D0A48AE 7D8C4214 7D0C58AE 9943001C 9903001D 00000000 NTSC-J C0000000 00000007 3D808000 896C04C0 396B0001 280B0018 41A00008 39600000 996C04C0 894C04C1 394A0001 280A000C 41A00008 39400000 994C04C1 4E800020 C2643980 0000000E 80631160 48000041 00030609 0C0F1215 181B1E21 0104070A 0D101316 191C1F22 0205080B 0E111417 1A1D2023 0C001818 0000000C 00180C18 0000000C 0C0C0C18 0C181818 7D8802A6 3D608000 894B04C0 896B04C1 392C0024 7D0A48AE 7D8C4214 7D0C58AE 9943001C 9903001D 00000000 NTSC-K C0000000 00000007 3D808000 896C04C0 396B0001 280B0018 41A00008 39600000 996C04C0 894C04C1 394A0001 280A000C 41A00008 39400000 994C04C1 4E800020 C263262C 0000000E 80630740 48000041 00030609 0C0F1215 181B1E21 0104070A 0D101316 191C1F22 0205080B 0E111417 1A1D2023 0C001818 0000000C 00180C18 0000000C 0C0C0C18 0C181818 7D8802A6 3D608000 894B04C0 896B04C1 392C0024 7D0A48AE 7D8C4214 7D0C58AE 9943001C 9903001D 00000000 Code creator: Vega C0 Source: Code: #C0 C2 Source: Code: #C2 Hook Addresses RE: Random Character+Vehicle Combo For Every Race -Online- [Vega] - salmon01 - 01-03-2020 Maybe, since you use the cmpwi / beq- pattern a lot in the weight class checks, you could implement a loop w/ BL trick to shorten the code. What I mean is something like: lightweight: li r9, 0 bl check .llong 0x01040506080C0D0E middleweight: li r9, 0x1 bl check .llong 0x00070A0F10111214 check: mflr rA subi rA, rA, 0x1 li rC, 0x8 loop: lbzu rB, 0x1 (rA) cmpw r11, rB beq- add_values subic. rC, rC, 0x1 bne loop cmpwi r9, 0x1 bne middleweight li r9, 0x2 where rA, rB, rC are free registers. Just my two cents. Kinda cool you implemented region checks into the code itself. RE: Random Character+Vehicle Combo For Every Race -Online- [Vega] - Vega - 01-04-2020 I heard USB loader GX with Debug off can fit a Max GCT of 478 lines of code. I have always thought that having codes for every region is silly. The end user shouldn't have to deal with that. Every code should be region free. Funny thing is I started making this code wanting something to use as what you provided. Some sort of self modifying code just to get a feel for it. Unfortunately, I was unable to get my self-mod source to be shorter than the current one. Then again I'm slow at learning new tricks... RE: Random Character+Vehicle Combo For Every Race -Online- [Vega] - Luigi Hack Fan - 06-11-2023 Im getting the delicious EEEEEEEEEEEEEEEEEEEEEEE Sound when I pick a track (console only). Is it because of LE-CODE? RE: Random Character+Vehicle Combo For Every Race -Online- [Vega] - Vega - 06-14-2023 Probably. RE: Random Character+Vehicle Combo For Every Race -Online- [Vega] - Luigi Hack Fan - 11-17-2023 Welp. Using a different Code Handler, same result. So im guessing its a Code/LE-CODE issue? RE: Random Character+Vehicle For Every Race -Online- [Vega] - Vega - 01-31-2025 Finally remembered to revisit and fix this code. Viola EDIT: Here's a vid~ |