Nintendo SWITCH Cheat Codes Download

Avoid creating cheat Request Topic​

Request cheats are made in :​

cheat-codes-ams-and-sx-os-add-and-request-general


This group provides cheat code authors to post works, share experience, learn and exchange

This group also provides cracking game players to get the latest and most complete cheats, and assist in testing

Since GBATemp is the most famous place in the industry, we hope to improve the content quality of this group

The main contents of this group include:
1. Publish personal originals.
2. Improve the quality of secondary creation (including version updates, repairs, and enhancements)
3. Request to create game cheats
4. Tutorial sharing on developing game cheat codes

For technical exchanges, sharing the code of others must attach the URL of the webpage published by the original author (do not copy the complete code)

Although the content of this group is very precious, it is provided for free, and it is not allowed to reprint it to commercial places or paid membership websites for profit.
Nintendo SWITCH Cheat Codes Download
Nintendo SWITCH Cheat Codes Download

Breeze beta97

  • Thread starter Thread starter TomSwitch
  • Start date Start date
  • Views Views 1,640
  • Replies Replies 65
  • Likes Likes 12
you mean double jump? check it by doing a manual edit to see if assembler will assemble the code for you, just edit asm and enter the final destination instead of the intermediate one

it is rare but it does happen that some of the time you can not reach the destination by a single b even when the destination is located in the main code space.

you can also manually calculate it, subtract the difference and compare it with 7FFFFFC

This is the logic :
if ((findfree(m_mainEnd) - m_mainBaseAddr - addr) > 0x7fffffc)

It will always look for free space, reuse cave start comes later. So if you are at the margin and re-assemble a few time it will go past it.

B Instruction Format

The B instruction performs an unconditional branch to a target address, calculated relative to the current PC (Program Counter). Its encoding format is as follows:

31 30 29 28 27 26 | 25 24 23 22 21 20 19 ... 0

Opcode (6 bits) | Immediate (26 bits)

  • Opcode: 000101 (6 bits)
  • Immediate: A 26-bit signed value representing the offset to the branch target in multiples of 4 bytes.

Steps to Compute the Encoding

  1. Opcode: 000101 (binary value for the B instruction).
  2. Immediate field:
    • This is a signed 26-bit valuecalculated as:Immediate=Target Address−Current PC4\text{Immediate} = \frac{\text{Target Address} - \text{Current PC}}{4}Immediate=4Target Address−Current PC
      • Current PC: The address of the B instruction itself plus 4 (due to prefetching).
      • The offset is divided by 4 because instructions in AArch64 are 4 bytes (word-aligned).
    • Range: The immediate value must be in the range -2^{25} to 2^{25} - 1 (or -33,554,432 to 33,554,428 in bytes).
  3. Combine the Opcode and Immediate:
    The resulting 32-bit binary value is the full encoding.
Yes i did manually without the double jump and it work. Also try on alternative seem the code cave is very far and double jumps come in very handy, other than that it working very well beta 97
Thanks Tom
 
Yes i did manually without the double jump and it work. Also try on alternative seem the code cave is very far and double jumps come in very handy, other than that it working very well beta 97
Thanks Tom
You are saying the double jump got triggered wrongly. What is the distance between the hook and the start of code cave?
 
You are saying the double jump got triggered wrongly. What is the distance between the hook and the start of code cave?
it not wrong, just unnecessary for the double jump like the photo below
1732174034414.png

im deleted the 2 double jump and change
cbb840 b 0x 53c2ab0
then change the jump back to b 0xcbb844 if i forgot to change this the game will crash manually change it some time i forgot to change it
just example dont mind what it writen
 
  • Like
Reactions: Deadqool
@ranma99vn
Thanks for the bug report. Please help to test if I have fixed it. Please test both locations for the code cave to confirm that I fixed the unnecessary double jump as well as not broken the double jump when it is needed
 
  • Like
Reactions: ranma99vn
@ranma99vn
Thanks for the bug report. Please help to test if I have fixed it. Please test both locations for the code cave to confirm that I fixed the unnecessary double jump as well as not broken the double jump when it is needed
could you test and see if you get this 100% crash?

run Breeze without any games then push L
 
  • Like
Reactions: NeoGranzon
sometimes moving around in Search Setup/More is very slow for me, cometimes it could got stuck for more than 5 seconds, do you have this problem?
View attachment 472603
Need steps to cause that to happen. I tried moving around and saw one time the movement was pause for a short time and the action was queued. i.e. no move then move a few times. Can't make it happen again.
 
Need steps to cause that to happen. I tried moving around and saw one time the movement was pause for a short time and the action was queued. i.e. no move then move a few times. Can't make it happen again.
no steps, noticed the sluggish when I went to Search setup
then just test by going to search setup and keep moving around, eventually it would happen from time to time, tested multi games
 
Last edited by dsrules,
no steps, noticed the sluggish when I went to Search setup
then just test by going to search setup and keep moving around, eventually it would happen from time to time, tested multi games
is there for older version as well or only after I added help for this menu? try freezing game if that may make a difference?
 
is there for older version as well or only after I added help for this menu? try freezing game if that may make a difference?
probably after added help, never happened before on any old versions and only happens in search setup, Vampire Survivors seems to be the worst, will notice it the moment opened Search setup, freeze game process doesn't help
 
probably after added help, never happened before on any old versions and only happens in search setup, Vampire Survivors seems to be the worst, will notice it the moment opened Search setup, freeze game process doesn't help
I have that game, will try
Post automatically merged:


Post automatically merged:

I can't see it
Here is one with the help reverted. I don't think it will make a difference but then the whole thing don't make sense.
Try this
Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

If not solve can also try this
Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.


This is the throw it to the wall to see if it stick technique. Since you can see it easy need you to help test to see where the problem could be from.
 
Last edited by TomSwitch,
@dsrules ,i tried it too because i have Vampire Survivors 1.12.103 installed,but in Breeze 97 search setup doesn't give me any problems,unfortunately the Switch doesn't let me make a short video here.
 
@dsrules ,i tried it too because i have Vampire Survivors 1.12.103 installed,but in Breeze 97 search setup doesn't give me any problems,unfortunately the Switch doesn't let me make a short video here.
it can happen to any game
sometimes, it slows the moment you go to Search Setup, sometimes you need to keep moving for a while, could take more than 1 minute

View attachment setup.MP4
I have that game, will try
Post automatically merged:


Post automatically merged:

I can't see it
Here is one with the help reverted. I don't think it will make a difference but then the whole thing don't make sense.
Try this
Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

If not solve can also try this
Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.


This is the throw it to the wall to see if it stick technique. Since you can see it easy need you to help test to see where the problem could be from.

if no setup help then it should be no problem, will test it soon
maybe add a button setting to turn to toggle help off like in Search manager?
Post automatically merged:

@TomSwitch
test results
both no help = no slow down
switch to help version, instant slow down after opened search setup
switch to test version, normal operation
 
Last edited by dsrules,
it can happen to any game
sometimes, it slows the moment you go to Search Setup, sometimes you need to keep moving for a while, could take more than 1 minute

View attachment 472732

if no setup help then it should be no problem, will test it soon
maybe add a button setting to turn to toggle help off like in Search manager?
Post automatically merged:

@TomSwitch
test results
both no help = no slow down
switch to help version, instant slow down after opened search setup
switch to test version, normal operation
Is good that the first one that only remove help text did the trick. That isn't a lot of change to the code.

now I have another three version for you to test, they check the help toggle flag and won't show help if the toggle is not set.
1 and 2 are different place that the check take place. 1 won't show the text 2 won't change the text 1 & 2 together won't show and won't change.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.
 
Is good that the first one that only remove help text did the trick. That isn't a lot of change to the code.

now I have another three version for you to test, they check the help toggle flag and won't show help if the toggle is not set.
1 and 2 are different place that the check take place. 1 won't show the text 2 won't change the text 1 & 2 together won't show and won't change.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.
not noticing any different in all 3 versions and the pre release version
7 rows, starting from the top, I need to push down 14+ times to get to the bottom

samething on small game like GB NSO less than 100MB

update: cleaned all ams error reports, logs, removed all overlays, changed to a different microsd,, problem remains
no big deal if I am the only person who is experiencing this problem, I only use Search setup in rare occasions anyways, that's why it took me a few days to notice the slow down after help was added to Search setup
 
Last edited by dsrules,

Group statistics

Group owner:
matias3ds
Members:
86059
Threads:
7761
Messages:
42260
Photos:
0

Site & Scene News