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

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,671
Trophies
1
Age
38
XP
9,340
Country
Argentina
I know you updated the database yester5, but would be awesome to have a n updated version with today's cheats as Christmas's gift to all of us <3

Sent from my SM-N975F using Tapatalk
Sure , Main cheat file upated til , Enjoy and Merry Christmas to all .
 

Attachments

  • titles.rar
    269.2 KB · Views: 203

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,447
Country
United States
yeah saw the code type couldnt figure out how to compare the value at the address of register F to a static value. So im currently trying to figure out how to store the value at address of register F to register E and use the C0 type 4 static code on register E and still having issues with that lol. i can load registers into other registers with arithmetic but cant seem to figure out how to load the value at register address to another.

so im thinking this is the good way to do it?

580F0000 02251AA8
580F1000 00000030
580F1000 00000078
580F1000 00000028
780F0000 00000188 - finds address of the value through pointer
940EF100 00000000 - adds 0 to register F and stores it to E
580E1000 00000000 - stores value at address E into E
C044E400 00000045 - compares E to see if its less than or equal to 0x45
620F0000 00000000 00000045
20000000
you're probably better off using a master code for the pointer part,
Code:
580F0000 02251AA8
580F1000 00000030
580F1000 00000078
580F1000 00000028
780F0000 00000188 - finds address of the value through pointer
then use the code for the "math" section of the check.
Code:
940EF100 00000000 - adds 0 to register F and stores it to E
580E1000 00000000 - stores value at address E into E
C044E400 00000045 - compares E to see if its less than or equal to 0x45 <-- my opinion is to just use less than, if it is equal, it will also trigger....
620F0000 00000000 00000045
20000000
so far, it looks good, have you tried this yet?
 
Last edited by Gamerjin,

BASgamer

Well-Known Member
Member
Joined
Sep 15, 2009
Messages
156
Trophies
1
XP
2,097
Country
United States
you're probably better off using a master code for the pointer part,
Code:
580F0000 02251AA8
580F1000 00000030
580F1000 00000078
580F1000 00000028
780F0000 00000188 - finds address of the value through pointer
then use the code for the "math" section of the check.
Code:
940EF100 00000000 - adds 0 to register F and stores it to E
580E1000 00000000 - stores value at address E into E
C044E400 00000045 - compares E to see if its less than or equal to 0x45 <-- my opinion is to just use less than, if it is equal, it will also trigger....
620F0000 00000000 00000045
20000000
so far, it looks good, have you tried this yet?

but wont a master code screw up my other codes that use different pointers?

580F0000 02251AA8
580F1000 00000030
580F1000 00000078
580F1000 00000028
780F0000 00000188
is for health but

580E0000 021F8F00
580E1000 00000618
580E1000 00000120
580E1000 000000B0
780E0000 000000D0

is for the rest of the codes

Edit:
14060000 021F8F00 00000000
580E0000 021F8F00
580E1000 00000618
580E1000 00000120
580E1000 000000B0
780E0000 000000D0
640E0000 00000000 000F4240
20000000
code works but

580E0000 021F8F00
580E1000 00000618
580E1000 00000120
580E1000 000000B0
780E0000 000000D0
940AE100 00000000
580A1000 00000000
C043A400 000F4240
640E0000 00000000 000F4240
20000000
does not, i am using atmosphere. testing using my dp code since health inst always right atm

okay i guess the documentation for it is weird. the code works with 1 or 2 as the condition so i guess the code is supposed to be
1: > less
2: >= less than or equal
3: < greater
4: <= greater than or equal
5: ==
6: !=
 
Last edited by BASgamer,

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,924
Trophies
0
Age
38
XP
5,165
Country
United States
Sure I will take a look for you.

--------------------- MERGED ---------------------------

If someone is willing to take a look at ashen. After my second dump noexes crashes and said connection fail. If you want to search health or stamina than open op your menu and look for the value on the right side. In the beginning of the game it’s 50 health and 90 stamina. Convert them to float and search. Maybe it’s my java that I’d the problem. I’m on Java 11.
sorry i havent replied, been really ill.

ive uploaded a dump
Code:
https://mega.nz/#!nuYX1KjT!od0l0JfRl6i9PU-yXwV489h_nV19xyHs9ybM16cOS94

info for it:
Code:
Asassins Creed Liberation
1576952367961.dmp

cheat address: 16B1A33FB0
main start: 62EAA04000
main end: 62EAA2C000
heap start: 1670000000
heap end: 1733400000
 

BASgamer

Well-Known Member
Member
Joined
Sep 15, 2009
Messages
156
Trophies
1
XP
2,097
Country
United States
You can have more than one master code, master codes are always executed first, so master in this case just means it's priority is first

ah so i could have a master code to change register F and a different one to change register E?

But that would screw up any other code trying to use those registers, correct?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,447
Country
United States
ah so i could have a master code to change register F and a different one to change register E?

But that would screw up any other code trying to use those registers, correct?
If I understand your statement correctly, I think as long you don't mess up which register are for which code, then yes that should, but it might be a good idea to assign separate register pair for different codes.
 
Last edited by Gamerjin,

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
Before i start on it, has anyone made codes for power rangers battle for the grid?

Yes credits by @patjenova

**I have not tried them, I can not find that version.

[01# P1 Inf Health patjenova v 1.6.2]
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000020
640F0000 00000000 000003E8

[02# P2 Inf Health]
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000030
640F0000 00000000 000003E8

[03# P3 Inf Health]
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000040
640F0000 00000000 000003E8

[04# Cpu 1 No Health Press left]
80001000
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000060
640F0000 00000000 00000001
20000000

[05# Cpu 2 No Health press right]
80004000
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000070
640F0000 00000000 00000001
20000000

[06# Cpu 3 No Health press up]
80002000
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 00000080
640F0000 00000000 00000001
20000000

[07# Player inf Super]
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 000000A0
640F0000 00000000 00000BB8

[08# Cpu No Super]
580F0000 051B8700
580F1000 000000B8
580F1000 00000008
780F0000 000000A4
640F0000 00000000 00000000
 
Last edited by Jericoss,
  • Like
Reactions: Geifferson

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
Screenshot (5).png
Screenshot (6).png
I've been having issues with searching. Keeps giving me a error. Thats what I normally do.

Can I recommend 2 games to make cheats?
RPG very good games.

-Darkest dungeon
-Battle Chasers Nightwar

No cheats for them
 
Last edited by Jericoss,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Julie_Pilgrim @ Julie_Pilgrim:
    the internet
  • Julie_Pilgrim @ Julie_Pilgrim:
    @Psionic Roshambo i have 16 gb in my pc and i run into issues with ram more than i'd like to admit
  • HiradeGirl @ HiradeGirl:
    I got only 8GB of RAM. But I want 32GB.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Time to just download more ram
  • K3Nv2 @ K3Nv2:
    Yeah search Google
  • Sonic Angel Knight @ Sonic Angel Knight:
    Or, I also heard that if you use flash memory, it can act as more "RAM" at least windows tell me when I stick a flash drive into it.
  • Veho @ Veho:
    It can act as a swap drive but that isn't more RAM, it's slooow.
  • K3Nv2 @ K3Nv2:
    I wish we could have 1Gbps external storage by now
  • K3Nv2 @ K3Nv2:
    Like for micro
  • Veho @ Veho:
    New Myoo.
  • SylverReZ @ SylverReZ:
    @Veho, Yooo noice
  • SylverReZ @ SylverReZ:
    Looks like a Famicom handheld
  • Veho @ Veho:
    Yeah, they were going for that.
  • Veho @ Veho:
    It's not very good though.
  • Veho @ Veho:
    I'm watching the review, the emulators it uses suck bawls.
  • Veho @ Veho:
    Software update might improve it.
  • Psionic Roshambo @ Psionic Roshambo:
    Or maybe someone will make like Emulation Station for it or something?
  • Veho @ Veho:
    That counts as a software update :tpi:
    +1
  • OctoAori20 @ OctoAori20:
    Ello
  • K3Nv2 @ K3Nv2:
    I can think of the design teams process another joystick and no audio or a joystick and mono audio
  • Veho @ Veho:
    "You think we can just put the speakers at the top
    ?" "NO!"
    +1
  • K3Nv2 @ K3Nv2:
    Pft stereo speakers you're fired
    +1
    K3Nv2 @ K3Nv2: Pft stereo speakers you're fired +1