ROM Hack Cheat Codes AMS and Sx Os, Add and Request

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 24,094,272
  • Replies Replies 73,144
  • Likes Likes 249
try use different register per pointer
58000000 06500000
78000000 000064CC
68000000 00000000 00000000
58010000 06530000
78010000 00006401
68000000 00000000 00000000

Ohh yes thanks.

That brings me to an idea. Because the register must be in this case everywhere F.

Can you test the code for me please?

I Think i can trust you whit this. :)
 
Ohh yes thanks.

That brings me to an idea. Because the register must be in this case everywhere F.

Can you test the code for me please?

I Think i can trust you whit this. :)
the game is too big, I have no free space for it at this time
 
Did you know the game stores damage to the tenth decimal point? It couldn't have been as easy as finding the value of damage as a whole number, could it? Let us know about stamina battles, and looking forward to same HP modifier for players 2-8
No it only write to 4479ff5c this is the Maximal Damage 999,99

@E: Who can i find the Stamina Mode?
 
Last edited by Stoned,
So wait, is the damage value a single line? Or is there more to account for the decimal point? (like how you say the max damage is 999.99)

I think the Maximal Damage Value is 999,9
Have Only Give 500 Damage this was enought.

Can you say me how i can find the Stamina Mode?
 
How much testing did you do with this code?


Damn checksums ruin the fun. One day you'll figure it out

About 10+ times with different switch consoles and memory cards. i hope this gets fixed by SXOS as im really like their cheat engine, if only they could make the sysnetcheat not the one that they have right now as it uses the power of the switch to search for values
 
ok another update I may have found the values to play as the bosses in smash I extracted the ui_chara_db.prc file and started looking though it in a hex editor the values I posted earlier match what's in the file I found what I thought may be master hands value since each character value seems to be off about 3 lines from each other and matching it with the name list found below the values I found master hands value but I’m missing 2 bytes to make him load. When the game doesn’t have the correct value it defaults and loads Mario but look below and you will see it thinks I’m master hand and loads his info and logo

Here's the code I created to do this: but the bytes I think that are causing him not to load are the 0051 we need to find the right set of bytes to make this load the 51 is where I would assume his table value is since Mario is 01 DK is 02 Link is 03 etc on down the list I would assume his value comes after the normal player characters which ends at 4e but the 00 value I have no clue what that corresponds to it seems to differ between characters
[Master Hand]
08010000 06530a18 C1005113 89102CBF
08020000 06530a20 C1005113 89102CBF
08030000 065318A8 C1005113 89102CBF
08040000 065318b0 C1005113 89102CBF

now that I know the value of master hand I could search for him in wol when playing as him if someone loads the wol level where you play as him and do a 32bit unsigned search for 89102cbf you should get around 18 results someone may have to dig through these results and see how he's loaded to make it possible to load him outside of this battle. as im not sure since when playing as master hand its all loaded into Base values and not the Main memory this is about the best I can do someone else will have to figure out how to make him load as I have no clue what to look for at this point but I did most of the digging so someone should be able to pick up from where I left off and get this working the other bosses should in theory be possible also you may just need to do the same thing load a battle with them and search for their values to see how they are loaded

Here is a working Giga Bowser Code (Don't Play in classic Mode Game will crash after match is over you can play and complete it if you do a team match giga bowser will be in a T-Pose. Also this works for world of light just do not enter and leave the character select menu with this on as it will load infinitely if this code is on when you leave the menu)
It Seems the Boss codes just don't load there must be something else that allows these to load
[Giga Bowser]
08010000 06530a18 C1005D0F 93DBBF13
08020000 06530a20 C1005D0F 93DBBF13
08030000 065318A8 C1005D0F 93DBBF13
08040000 065318b0 C1005D0F 93DBBF13
 

Attachments

  • Capture.PNG
    Capture.PNG
    33.8 KB · Views: 169
  • Capture2.PNG
    Capture2.PNG
    103.9 KB · Views: 131
  • Capture3.PNG
    Capture3.PNG
    357.6 KB · Views: 155
  • 539141C2-BF1C-4115-8A18-382ABF96A2C8.jpeg
    539141C2-BF1C-4115-8A18-382ABF96A2C8.jpeg
    1.6 MB · Views: 169
  • 2DA8DD99-9E8B-460F-ABC3-8570386DB3C9.jpeg
    2DA8DD99-9E8B-460F-ABC3-8570386DB3C9.jpeg
    1.5 MB · Views: 159
  • F65C3678-65D6-403B-B155-B0952950F4E2.jpeg
    F65C3678-65D6-403B-B155-B0952950F4E2.jpeg
    1.9 MB · Views: 166
  • 4E6637CB-36AB-4702-9B40-AD84BA4F269E.jpeg
    4E6637CB-36AB-4702-9B40-AD84BA4F269E.jpeg
    1.6 MB · Views: 149
Last edited by Zm1231, , Reason: added more info
  • Like
Reactions: eco95 and ben71431
There is the Inf. 0 Hp Code for Smash Update 1.2

This is not Finished Code.
Works for Example in Classic Mode only in the first Match.

Still Beta.

Please Don´t Use this Online. Or you get banned faster than you can lose Hp
 

Attachments

There is the Inf. 0 Hp Code for Smash Update 1.2

This is not Finished Code.
Works for Example in Classic Mode only in the first Match.

Still Beta.

Please Don´t Use this Online. Or you get banned faster than you can lose Hp
Tried it , i even choose captain Falcon but it didnt work me , not even in the first Match in Classic Mode .
 
Last edited by matias3ds,
Requesting infinite golden hammers to unlock online-related challenges. Already got everything unlocked except these. Stoned did a great job with the save though, shame I didn't find it earlier.
 
Guys I actually have a cheat for it due to a weapon element that needs 10000 KOs before u unlock it and no save editors can unlock that stupid element
Here Ill have it attached and see for yourself maybe consider adding it to the max console page cheat page
Just try it with the latest game update it doesnt work it has the same issue that the other cheats , it freezez the game
 
ok another update I may have found the values to play as the bosses in smash I extracted the ui_chara_db.prc file and started looking though it in a hex editor the values I posted earlier match what's in the file I found what I thought may be master hands value since each character value seems to be off about 3 lines from each other and matching it with the name list found below the values I found master hands value but I’m missing 2 bytes to make him load. When the game doesn’t have the correct value it defaults and loads Mario but look below and you will see it thinks I’m master hand and loads his info and logo

Here's the code I created to do this: but the bytes I think that are causing him not to load are the 0051 we need to find the right set of bytes to make this load the 51 is where I would assume his table value is since Mario is 01 DK is 02 Link is 03 etc on down the list I would assume his value comes after the normal player characters which ends at 4e but the 00 value I have no clue what that corresponds to it seems to differ between characters
[Master Hand]
08010000 06530a18 C1005113 89102CBF
08020000 06530a20 C1005113 89102CBF
08030000 065318A8 C1005113 89102CBF
08040000 065318b0 C1005113 89102CBF

now that I know the value of master hand I could search for him in wol when playing as him if someone loads the wol level where you play as him and do a 32bit unsigned search for 89102cbf you should get around 18 results someone may have to dig through these results and see how he's loaded to make it possible to load him outside of this battle. as im not sure since when playing as master hand its all loaded into Base values and not the Main memory this is about the best I can do someone else will have to figure out how to make him load as I have no clue what to look for at this point but I did most of the digging so someone should be able to pick up from where I left off and get this working the other bosses should in theory be possible also you may just need to do the same thing load a battle with them and search for their values to see how they are loaded

Here is a working Giga Bowser Code (Don't Play in classic Mode Game will crash after match is over you can play and complete it if you do a team match giga bowser will be in a T-Pose. Also this works for world of light just do not enter and leave the character select menu with this on as it will load infinitely if this code is on when you leave the menu)
It Seems the Boss codes just don't load there must be something else that allows these to load
[Giga Bowser]
08010000 06530a18 C1005D0F 93DBBF13
08020000 06530a20 C1005D0F 93DBBF13
08030000 065318A8 C1005D0F 93DBBF13
08040000 065318b0 C1005D0F 93DBBF13

Tried it and Giga Bowser works for world of light !!!! And the Master Hand code displays the info but keeps playing as Mario as you said .
 

Site & Scene News

Popular threads in this forum