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

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 24,179,500
  • Replies Replies 73,185
  • Likes Likes 249
haha if it isn't difficult to make why don't you try it.

1) I don't have this game
2) I have ZERO interest in game
3) I'm not expert in cheatmaking (it means cheats may not working and y'all likely to bomb in here)

I'm saying - if there are PC trainers for specific game so it isn't impossible to make a cheat for Switch so not everyone are expert to making a trainer so y'all have to wait for someone willing to make one.
 
1) I don't have this game
2) I have ZERO interest in game
3) I'm not expert in cheatmaking (it means cheats may not working and y'all likely to bomb in here)

I'm saying - if there are PC trainers for specific game so it isn't impossible to make a cheat for Switch so not everyone are expert to making a trainer so y'all have to wait for someone willing to make one.
For PC Games you can set breakpoints and easily trace assembler. For Switch there are only limited tools, like no breakpoints etc.
So you cannot compare switch and PC for codemaking.
 
For PC Games you can set breakpoints and easily trace assembler. For Switch there are only limited tools, like no breakpoints etc.
So you cannot compare switch and PC for codemaking.

I thought it was possible for Switch emulator on PC? *shrugs*
 
:wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko:
(if this doesnt show how confused i am about the following....)
i trying to find the where-the-hell-is-the-damn Life Points for Yu-Gi-Oh v1.0.1.
i have tried known values, which is what the currently-not-working code is.
and then i tried the unknown and use the less than search when i took damage, but the narrowed down ~15 are apparently for display only, because i can freeze/lock them all and still lose after 8000 damage points.....
 
Hey there looking for help with a couple cheats for Shantae half genie hero

This moon jump code is from a different bid and does not work in the one I have. Wondering if anyone can figure out a way to fix it. This is from 6559C96F6A92504D and version I have is 27A4723579D81133
[Moon Jump]
80000002
580F0000 009A9EB8
580F1000 00000018
780F0000 000000C4
640F0000 00000000 41700000
20000000

Additionally I have a money cheat, that works but it's not maxing out gems, it's only going to 150.
[Max Gems]
01010000 009b7cb8 00000096

I thought of just changing the hex at the end from 96 which is 150 in decimal to 3E7 which is 999 and that did not work. Gave me like 230. Going to 9999 gave me 17. Just tried 700/2BC and it gave me 188. Trying to get at least to around 300-500 so can buy all the upgrades.
 
try this way...

[01# inf health 8888]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 460AE000

[01# inf health 500]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 43FA0000

[01# inf health 88888]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 47AD9C00

Wow! The second option with health 500 did make me finally beat the DLC boss named Riak! (I did not try the other options) Thank you very much! You definitely should upload your cheat elsewhere as well since you truly deserve more credits for it! I guess others as well will enjoy it to take down perhaps the most frustrating boss of my souls-like career so far. Thanks and have a splendid day!
 
Last edited by Veroniica,
  • Like
Reactions: Jericoss
Additionally I have a money cheat, that works but it's not maxing out gems, it's only going to 150.
[Max Gems]
01010000 009b7cb8 00000096
so i have no experience with moon jump. but i can tell you how to fix this code.

0X010000 009b7cb8 YYYYYYYY
where X:
1 = 08 bit (0-255)
2 = 16 bit (0-65535)
4 = 32 bit (0-4294967295)
8 = 64 bit (0-9223372036854775807)(last known positive number)

and Y to match X
1 = 000000YY
2 = 0000YYYY
4 = YYYYYYYY
8 = YYYYYYYY YYYYYYYY (this is the only time you extend the code)
 
:wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko:
(if this doesnt show how confused i am about the following....)
i trying to find the where-the-hell-is-the-damn Life Points for Yu-Gi-Oh v1.0.1.
i have tried known values, which is what the currently-not-working code is.
and then i tried the unknown and use the less than search when i took damage, but the narrowed down ~15 are apparently for display only, because i can freeze/lock them all and still lose after 8000 damage points.....
On castlecrasher ,the real health value appears after first hit, and if I use a potion to get full health, it goes back to no health value.
 
Is there a way to remove the update from the game? I want to go back to version 1.0 because there are more codes for that,
yes i used devkit it allowed you to remove updates and even dlc but only for firmware 9.4 and older , after 9.4 firmware it stop working . i dont know if theres a new homebrew app that allows games downgradinf after 9.4 firmware
 
so i have no experience with moon jump. but i can tell you how to fix this code.

0X010000 009b7cb8 YYYYYYYY
where X:
1 = 08 bit (0-255)
2 = 16 bit (0-65535)
4 = 32 bit (0-4294967295)
8 = 64 bit (0-9223372036854775807)(last known positive number)

and Y to match X
1 = 000000YY
2 = 0000YYYY
4 = YYYYYYYY
8 = YYYYYYYY YYYYYYYY (this is the only time you extend the code)

Took me a bit to understand but I got it and it works. Thank you. My knowledge is no where near good enough to fix the moon jump. It appears that there is no updates or other versions to this game just a NA/EU/JP version and moon jump is for a different version unfortunately.

For anyone else who needs:

Shantae Half-Genie Hero
01006A200936C000
27a4723579d81133

[999 Gems]
02010000 009b7cb8 000003E7
 
  • Like
Reactions: Tere Valentin
yes i used devkit it allowed you to remove updates and even dlc but only for firmware 9.4 and older , after 9.4 firmware it stop working . i dont know if theres a new homebrew app that allows games downgradinf after 9.4 firmware
Is there a way to remove the update from the game? I want to go back to version 1.0 because there are more codes for that,
https://gbatemp.net/threads/alternative-to-devmenu-for-9-1-0.557436/page-2#post-9079254
 
Can you add designs by QR code for the floor or clothes from cheats? or is there some other way using save JKSV? I feel frustrated to be able to have what I want from the catalog of objects but not custom designs that I see on the internet
 
On castlecrasher ,the real health value appears after first hit, and if I use a potion to get full health, it goes back to no health value.
....that almost sound like spyro. so that would mean i need to do the unknown search != full health(8000) but after i take damage, right?
 
can anyone put any cheats for caveblazers under this BID 64656a05f26586e4

be ever grateful, tried to chnge bid on old codes, they show up but none of them work. thanks in advance
 
Can i request Minecraft Dungeon v1.0.0 ? I haven't updated so I can play on firmware 9.2.
I tried to search it using sx os, but keep hang and not moving at all when search the exact amount.

I saw someone posted it but for updated version, not the v1.0.0.
 
  • Like
Reactions: zebrone

Site & Scene News

Popular threads in this forum