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

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Newcomer
Joined
Aug 4, 2019
Messages
3,067
Trophies
1
XP
8,223
Country
Italy

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,959
Country
Mexico
@Jericoss ,if and when you update a game the codes change and therefore you must also update the codes because when you open Edizon SE or Breeze they are no longer displayed and you have to recreate them,so it is not enough to rename the file with the TID and the BID with the most recent version of the game for cheats to work the same.
Yes I know but most of the time if you have a good expression you need to change only the first pointer not try to find a new expressions.

Example:
[*Moon Jump Jericoss v 1.0.0]
80000002
580F0000 0425AFB0---------change this
580F1000 000000B8
580F1000 00000010
580F1000 00000080
580F1000 00000010
580F1000 00000020
780F0000 000000B8
640F0000 00000000 41A00000
20000000


[*Moon Jump Jericoss v 1.1.0]
80000002
580F0000 0427AB30
580F1000 000000B8
580F1000 00000010
580F1000 00000080
580F1000 00000010
580F1000 00000020
780F0000 000000B8
640F0000 00000000 41A00000
20000000


*THIS IS ONLY A FICTIONAL EXAMPLE
 
Last edited by Jericoss,

Youffie

DrBrunette
Member
Joined
Jul 18, 2018
Messages
145
Trophies
0
Location
Guadalajara
Website
www.instagram.com
XP
657
Country
Mexico
Hi, so i searched some cheat for this title :

Title : Rune Factory 5
Title ID : 0100CDC013238000
Build ID : D5E60CEDFEECDC41

But i couldn't find any thing and so i thought i might create my own cheat, but being an beginner at this i don't know how.
I can find one or two thing but not the pointer and i don't know how to search for thing like exp multiplier.
So here i am asking if someone could explain to me or create with me some cheat for this game.

https://gbatemp.net/threads/rune-factory-5-1-0-1-tid-01002f7013224000-bid-b07bb37077d3a54c.609793/

Use the search function next time ! ^^
 

MiniJinouw

Member
Newcomer
Joined
Mar 18, 2019
Messages
5
Trophies
0
Age
27
XP
99
Country
France
Use the search function next time ! ^^
Thanks for the link but every code on it is for
TID: 01002F7013224000
BID: B07BB37077D3A54C

and i'm searching for

TID : 0100CDC013238000
BID : D5E60CEDFEECDC41

i don't think the code for the one work for the other.
 

blackfalcon2525

Well-Known Member
Newcomer
Joined
May 22, 2021
Messages
84
Trophies
0
Age
40
XP
1,015
Country
Japan
well, going off the gap between addresses, i would say something like:
[name of code]
40010000 00000000 00000000 <- you only need this line if other codes use register 1.
300E0000 000000CF <- start loop and CF = (63C8-5060)/18
02100000 xxxx5060 000003E7 <-heap + R1 + xxxx5060 = 3E7
78010000 00000018 <- increase register 1
310E0000 <- end loop
Thank you very much for your advice.
However, when I tried it, it was reflected only in the first item, and not in the second and subsequent items.

300E0000 000000CF
02100000 xxxx5060 000003E7
78010000 00000018
310E0000

40010000 00000000 00000000
Is it because there is no such part?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,824
Trophies
1
XP
6,544
Country
United States
Thank you very much for your advice.
However, when I tried it, it was reflected only in the first item, and not in the second and subsequent items.

300E0000 000000CF
02100000 xxxx5060 000003E7
78010000 00000018
310E0000

40010000 00000000 00000000
Is it because there is no such part?
ah, i didnt type that in right:
02100000 xxxx5060 000003E7 <- this line
is using the wrong register:
02110000 xxxx5060 000003E7 <- this is the correct line
 
  • Like
Reactions: blackfalcon2525

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,608
Trophies
1
Age
44
XP
14,938
Country
United States
are you ask about the loop code setup? (300X0000)
In my experience, register 0 has.......problems being in a loop code. however, this was an example, and i add the explanations so that others can learn and craft their own code by understanding existing code.
Actually the issue may be some code uses register 0, for example 04000000 uses register 0, so if you this kind of code is inside the loop then boom .
 

blackfalcon2525

Well-Known Member
Newcomer
Joined
May 22, 2021
Messages
84
Trophies
0
Age
40
XP
1,015
Country
Japan
ah, i didnt type that in right:
02100000 xxxx5060 000003E7 <- this line
is using the wrong register:
02110000 xxxx5060 000003E7 <- this is the correct line
Succeeded! thank you very much.

I would like to ask for another piece of advice.

01100000 xxxx59F0 00000030
01100000 xxxx59F2 00000005
01100000 xxxx5A20 00000030
01100000 xxxx5A22 00000005
01100000 xxxx5A50 00000030
01100000 xxxx5A52 00000005
~
01100000 xxxx5CF0 00000030
01100000 xxxx5CF2 00000005

1st and 2nd row (+2)
1st and 3rd row (+30)

When I make this code as follows, I found that it does not work because it interferes with each other because there are two loop codes.

300E0000 00000010 ← 1
01110000 xxxx59F0 00000030
78010000 00000030
310E0000
300E0000 00000010 ← 2
01110000 xxxx59F2 00000005
78010000 00000030
310E0000

Is there a way to get this code to work in one?
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,608
Trophies
1
Age
44
XP
14,938
Country
United States
well, you had the right idea, in this setup however, you can combine the loops:

300E0000 00000010
01110000 xxxx59F0 00000030
01110000 xxxx59F2 00000005
78010000 00000030
310E0000

this will work as long as the +30 works for both of them...
We all make this kind of code but it is good to bear in mind that register 1 isn't initialized by the code, if any cheat that comes before change it(from 0) it will affect this cheat
 
  • Like
Reactions: blackfalcon2525

vree

Well-Known Member
Member
Joined
Sep 12, 2005
Messages
702
Trophies
1
XP
1,412
Country
United Kingdom
CHEAT REQUEST
Game : Nintendo Switch Sports
Request : Unlock all cosmetics, Disable JoyCons update check

Title id : 0100D2F00D5C0000
Build id : 2A18D706D6557DC8
Version : Nintendo Switch Sports v1.1.0
I second the first one.

But why would you want to block the joycon update check?
 
  • Like
Reactions: andyhappypants

yitzhaka

Well-Known Member
Newcomer
Joined
Dec 9, 2018
Messages
56
Trophies
0
Age
34
XP
1,071
Country
Israel
Request cheats ;)
Game 1: GTA San Andreas Definitive Edition
Cheat: infinite health, ammo, vehicle
Title ID: 010065A014024000
Build ID: D51ECF846DB9AE08
Version: GTA San Andreas Definitive Edition v. 1.0.6
 

Drkshado192

Well-Known Member
Member
Joined
Oct 6, 2021
Messages
122
Trophies
0
XP
1,124
Country
United States
I second the first one.

But why would you want to block the joycon update check?

Not op. My best guess is that op wanted to block Joycon update since they might have third party joycons. The update only works for first party controllers. Nintendo switch sports makes a check for joycon update. Without the update, the game can't be played.
 

iLL wiLL

Well-Known Member
Member
Joined
Dec 2, 2013
Messages
369
Trophies
1
Age
43
XP
579
Country
United States
im still messing with ediZon to find cheats for a particular game. I tried everything for energy bar but edizon always ask for a value even in float mode...wtf???
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,608
Trophies
1
Age
44
XP
14,938
Country
United States
ediZon flt value for finding cheat codes that have a float value such as a energy bar or anything non numeric. I just call it that.
It‘s very important to be precise when things are not working for you or you will waste much more time then what it takes to be precise. Are you using edizon se? Don’t skip the se if you are using edizon se.

Edizon(both edizon nightly and edizon se) don’t call anything flt do you mean f32 or f64? They are the so called known value, you need to enter a value or a value range, why you expect something else?

Try [A..B] in f32 then - - when the bar drop would be what I would try first

The most laborious search would be to start with a full dump then do DIFF when the bar change.
 
Last edited by TomSwitch,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: AN SOFA +1