Recent content by zeni369

  1. Z

    ROM Hack Question Request - Mario Tennis Aces Save File with alt costumes unlocked

    Sorry for the lack of explanation. As you explained, "0% or 100%" is the progress of the game in adventure mode(And COM tournaments.). And as for versions, the game will also interpret and load save data,even if they are from previous versions. So this save data will allow the costumes to appear...
  2. Z

    ROM Hack Question Request - Mario Tennis Aces Save File with alt costumes unlocked

    I have successfully decrypted my Mario Tennis Aces save data. The encryption is done by TinyMT cipher table and bitwise XOR and circular shifts. This allowed me to figure out the address of the costumes. The easiest way to make the costumes unlocked is to load the edited save data as version...
  3. Z

    ROM Hack Question Request - Mario Tennis Aces Save File with alt costumes unlocked

    Have you tried "switch-time.nro", created by 3096? Even if you are offline, you can change the network system clock of the switch via NTP to the same state as if you had changed the network system clock of the switch. (Sorry I can't make a link because I'm a Newbie:()
  4. Z

    ROM Hack Question Request - Mario Tennis Aces Save File with alt costumes unlocked

    For the last three characters, Mario Tennis Aces seems to be referring to a system time inside the Switch that users can't touch. By setting the internal time in switchtime.nro, the three characters can be used. However, even when comparing the save data where the character appeared, there were...