Mii Tag Name Changer
#5
You will need to do this...

Create a loop counting the amount of bytes in length of your entire clan tag is (ex: TC* = 3 ascii chars = 3 halfwords = 6 bytes)

let's say you use r10 for the loop counter. r10 would be 6

Next, you need to set another loop using the 0x6 as a countdown tool (either using a subic. type loop, or bdnz/ctr type loop). This loop will load each byte of the mii name and restore it 0x6 further in memory.

You will need to implement some check to make sure the mii name won't go past 10 characters

Once is Mii name is restored, simply store the clan tag at the beginning (0x2 in reference to r30)

In the source I made for the NoSSL code, i used what you need - https://mkwii.com/showthread.php?tid=56&...ght=no+ssl

For the NoSSL code, change the code's address to the PAL shared item address (0x807BA164), set an Instruction BP on it like how i taught you. then step thru the source. (go to offline race, either your or CPU hit box, BP will occur). write down any notes that you need when stepping thru

For more info on loops - https://mkwii.com/showthread.php?tid=975
Reply


Messages In This Thread
Mii Tag Name Changer - by KartPlayer - 08-04-2019, 09:11 AM
RE: Mii Tag Name Changer - by Vega - 08-04-2019, 01:34 PM
RE: Mii Tag Name Changer - by KartPlayer - 08-04-2019, 02:06 PM
RE: Mii Tag Name Changer - by KartPlayer - 08-08-2019, 06:20 PM
RE: Mii Tag Name Changer - by Vega - 08-08-2019, 06:34 PM
RE: Mii Tag Name Changer - by Dorian - 08-08-2019, 07:07 PM
RE: Mii Tag Name Changer - by Vega - 08-08-2019, 07:20 PM
RE: Mii Tag Name Changer - by KartPlayer - 08-09-2019, 06:26 PM
RE: Mii Tag Name Changer - by Vega - 08-09-2019, 08:03 PM
RE: Mii Tag Name Changer - by KartPlayer - 08-10-2019, 07:13 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)