![]() |
Change Reg ID, Flag, Globe Loc LIVE in Room or in Between Races [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: Change Reg ID, Flag, Globe Loc LIVE in Room or in Between Races [Vega] (/showthread.php?tid=894) |
Change Reg ID, Flag, Globe Loc LIVE in Room or in Between Races [Vega] - Vega - 09-17-2018 Change Reg ID, Flag, Globe Loc LIVE in Room or in Between Races [Vega] This code that allows you to change your Region ID (line color), Country Code (Flag Image if applicable), and Globe Location in between races. If desired, you can be in an open/idle friend room and use your activators to swap between two sets of country codes/globe positions LIVE. Everyone will see the effects. Do NOT press/hold-down other buttons when pressing your activators XXXX = Controller Address q (PAL only) = 5 for GCN; 4 for non-GCN ZZZZ = Activator for Option #1 zzzz = Activator for Option #2 Option #1 values: KK = Country PPPPPPPP = Globe Location R = Region ID Option #2 values: kk = Country pppppppp = Globe Location r = Region ID NOTICE: When using this code to make changes take effect race after race (like changing region ID's in between races), press your activators during the course vote (not during the actual race itself). If you press your activators during a race, then not press them when you are on the course vote, the code will not update your changes when the next race begins. For using this code to change region, flag image, and globe position in an idle open room, simply press your activators whenever you want. Changes take effect instantly. Known Code side-effect: If your normal Flag settings (location within Country) is disabled, then you will be set at 0 Lat & 0 Long with the Country's Flag on (if applicable). This occurs until you activate the code for the first time. PAL 0400AF7C 4800005C 0400AFEC 4800009C 0400B0A0 4800009C C2662ABC 0000000C 3D808035 A18C8200 280C0880 41820020 280C0090 40A20044 3D005F01 3D20E29F 61297C4A 39400003 48000014 3D003101 3D2015A5 6129C412 39400001 3D608043 910300B8 912300BC 994300C5 910BABD8 912BBBDC 994BAB67 88030000 00000000 NTSC-U 0400AEDC 4800005C 0400AF4C 4800009C 0400B000 4800009C C26609D8 0000000C 3D808034 A18C8200 280C0880 41820020 280C0090 40A20044 3D005F01 3D20E29F 61297C4A 39400003 48000014 3D003101 3D2015A5 6129C412 39400001 3D608042 910300B8 912300BC 994300C5 910B6858 912B785C 994B67E7 88030000 00000000 NTSC-J 0400AEA0 4800005C 0400AF10 4800009C 0400AFC4 4800009C C2662128 0000000C 3D808034 A18C7B80 280C0880 41820020 280C0090 40A20044 3D005F01 3D20E29F 61297C4A 39400003 48000014 3D003101 3D2015A5 6129C412 39400001 3D608043 910300B8 912300BC 994300C5 910BA558 912BB55C 994BA4E7 88030000 00000000 NTSC-K 0400B028 4800005C 0400B098 4800009C 0400B14C 4800009C C2650DD4 0000000C 3D808033 A18C8200 280C0880 41820020 280C0090 40A20044 3D005F01 3D20E29F 61297C4A 39400003 48000014 3D003101 3D2015A5 6129C412 39400001 3D608042 910300B8 912300BC 994300C5 910B8BF8 912B9BFC 994B8B87 88030000 00000000 Code creator: Vega Code credits: Anarion (local Geo Packet), Atlas (default Geo Packet) ASM Source: Code: #C2 Hook Addresses 1st RAM Write: Code: #Jump from 2nd instruction of SetCountry Func to first instruction of Func that only executes for Countries that have their Location within enabled. This forces flag image (if applicable) no matter what. Needed for rare troublesome SYSCONFs 2nd RAM Write: Code: #Jump from 2nd instruction of SetLatitude Func to first instruction of Func that will always load Latitude from Anarion's packet. Needed for rare troublesome SYSCONFs 3rd RAM Write: Code: #Jump from 2nd instruction of SetLongitude Func to first instruction of Func that will always load Longitude from Anarion's packet. Needed for rare troublesome SYSCONFs RE: Change Reg ID, Flag, Globe Pos Live/In Between Races - Atlas - 09-19-2018 Is it possible to switch with more than 2 regions? RE: Change Reg ID, Flag, Globe Pos Live/In Between Races - Vega - 09-19-2018 (09-19-2018, 04:23 PM)Atlas Wrote: Is it possible to switch with more than 2 regions? Yea, rewrite the source to allow so. |