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

Cortexfou

Well-Known Member
Member
Joined
Apr 14, 2016
Messages
600
Trophies
0
Age
31
XP
2,198
Country
Belgium
[Unlock All Pit Stop / Grand Prix Items]
04000000 01053018 52800029

Untested but should work. I cannot run CTRNF 1.0.5 here. Always get "Software cannot start" error. Oh well, can somebody confirm CTRNF 1.0.5 can be started on Firmware 7.0.1 ? Could be the problem also.
Doesn't work for me :/ Can someone confirm please ?
 
  • Like
Reactions: HinaNaru Cutie

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,704
Trophies
2
XP
6,270
Country
Some of the codes from 91wii are a bit problematic. I noticed that some cheats cause the enemy HP to skyrocket, I've noticed framerate stutter when using any cheat or altering any value manually, and some I couldnt figure out what they actually did if they work at all (props, beads, and EP)

As for AP its directly tied to your lvl so I would use the XP cube cheat for that. You should probably look up the value for ability spheres and void spheres though.
I think the cheats got updated
 
  • Like
Reactions: HinaNaru Cutie

Omar2325

Active Member
Newcomer
Joined
Jun 9, 2016
Messages
37
Trophies
0
Age
26
XP
245
Country
Doesn't work for me :/ Can someone confirm please ?
doesn't work either... Don't we need the BID for the .txt file?

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

[Unlock All Pit Stop / Grand Prix Items]
04000000 01053018 52800029

Untested but should work. I cannot run CTRNF 1.0.5 here. Always get "Software cannot start" error. Oh well, can somebody confirm CTRNF 1.0.5 can be started on Firmware 7.0.1 ? Could be the problem also.
What about the BID? I'm on 8.0, so I can't tell you... game starts normally though
 

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
doesn't work either... Don't we need the BID for the .txt file?

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


What about the BID? I'm on 8.0, so I can't tell you... game starts normally though
BID: ed5d2d9df7a61c7d

sorry, my fault - code should be
Code:
[Unlock All Pit Stop / Grand Prix Items]
04000000 01053018 52800020
 
Last edited by DaBlackDeath,

wangch

Well-Known Member
Member
Joined
Apr 12, 2019
Messages
132
Trophies
0
Age
30
XP
429
Country
United States
This is the case for all Switch games, whenever a game gets an update, we code makers need to re-do all the work to make the codes working again.
It's most likely that nobody cares about that game...
Hello, brother, I want to unlock Marvel characters.
Can you teach me how to search for addresses?
 

thuggothic

Well-Known Member
Member
Joined
Jan 28, 2018
Messages
233
Trophies
0
Age
49
XP
961
Country
United States
Red Faction Guerrilla Re-Mars-tered - Update 0 (v1.0.0)

TitleId: 010075000C608000
BuildId: F1D71307616AB7E4

Code:
[30.000 Scrap]
580F0000 044BA350
780F0000 00002BE8
640F0000 00000000 00007530

[Infinite Health]
580F0000 044BA350
780F0000 00000974
640F0000 00000000 497423F0

[Infinite Ammo (On)]
04000000 006C4A94 D503201F
[Infinite Ammo (Off)]
04000000 006C4A94 51000508

[Infinite Charges (On)]
08000000 006C089C B902BA69 52800C49
[Infinite Charges (Off)]
08000000 006C089C 0B080128 B942BE69

Would be good if someone can test if they work.

//edit: tested and working, infinite ammo added
//edit2: infinite charges added

Infinite health ain't working for me on sxos anyways, haven't tried on atmosphere yet, neither is infinite charges
 
  • Like
Reactions: Supreme23

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,627
Country
Germany
Hello, brother, I want to unlock Marvel characters.
Can you teach me how to search for addresses?

No i can't, to unlock such data you need to know a lot about how the data is stored, simple searching is not enough.

Infinite health ain't working for me on sxos anyways, haven't tried on atmosphere yet, neither is infinite charges
I don't know why Infinite health isn't working, but i made a small mistake on the Infinite Charges Code...

.text:00000000006C089C 68 BA 42 B9 LDR W8, [X19,#0x2B8]
.text:00000000006C08A0 69 BE 42 B9 LDR W9, [X19,#0x2BC]
.text:00000000006C08A4 28 01 08 0B ADD W8, W9, W8
.text:00000000006C08A8 1F 01 00 71 CMP W8, #0

copy and paste error... correct address is 6C08A0 and not 6C089C.
 
  • Like
Reactions: eco95

wangch

Well-Known Member
Member
Joined
Apr 12, 2019
Messages
132
Trophies
0
Age
30
XP
429
Country
United States
[引用=“Falo,POST:8723346,会员:310561”]不,我不能,要解锁这样的数据,你需要知道很多关于数据是如何存储的,简单的搜索是不够的。


I don't know why Infinite health isn't working, but i made a small mistake on the Infinite Charges Code...

.text:00000000006C089C 68 BA 42 B9 LDR W8, [X19,#0x2B8]
.text:00000000006C08A0 69 BE 42 B9 LDR W9, [X19,#0x2BC]
.text:00000000006C08A4 28 01 08 0B ADD W8, W9, W8
.text:00000000006C08A8 1F 01 00 71 CMP W8, #0

copy and paste error... correct address is 6C08A0 and not 6C089C.[/QUOTE]
thank
 

thuggothic

Well-Known Member
Member
Joined
Jan 28, 2018
Messages
233
Trophies
0
Age
49
XP
961
Country
United States
[引用=“Falo,POST:8723346,会员:310561”]不,我不能,要解锁这样的数据,你需要知道很多关于数据是如何存储的,简单的搜索是不够的。


I don't know why Infinite health isn't working, but i made a small mistake on the Infinite Charges Code...

.text:00000000006C089C 68 BA 42 B9 LDR W8, [X19,#0x2B8]
.text:00000000006C08A0 69 BE 42 B9 LDR W9, [X19,#0x2BC]
.text:00000000006C08A4 28 01 08 0B ADD W8, W9, W8
.text:00000000006C08A8 1F 01 00 71 CMP W8, #0

copy and paste error... correct address is 6C08A0 and not 6C089C.
thank[/QUOTE]


Infinite health shouldn't conflict with any other the other codes right?

Maybe it's just an sxos thing?
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,783
Country
United States
I'm doing a 32 bit search right now for lego marvel superheroes 2 for health. If I can find the health address I will see what it brings up. I'll update this post with my build and title ID for it along with the code if I find it.
 

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
I have updated my Switch from 7.0.1 to 8.1.0
CTRNF v1.0.5 is now working like a charm and I have tested the new 1.0.5 codes. So here they are (if anyone wants them)

TID: 0100f9f00c696000
BID: ed5d2d9df7a61c7d

Code:
[RelicRace Crate add 30sec to freeze timer]
04000000 00FA7A0C 1E27D000

[Unlock All Pit Stop / Grand Prix Items]
04000000 01053018 52800020

[Unlock All Ordinary Items]
04000000 01051DF0 52800020

[Unlock N.Tropy]
04000000 01052B0C 52800020

[Unlock Penta Pinguin]
04000000 01052140 52800020

[Beat All Oxide Times - Digital NTropy Skin]
04000000 01052D78 52800020

[Unlock All Skins]
04000000 01052414 52800020
 
Last edited by DaBlackDeath,

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,671
Trophies
1
Age
38
XP
9,345
Country
Argentina
I have updated my Switch from 7.0.1 to 8.1.0
CTRNF v1.0.5 is now working like a charm and I have tested the new 1.0.5 codes. So here they are (if anyone wants them)

Code:
[RelicRace Crate add 30sec to freeze timer]
04000000 00FA7A0C 1E27D000

[Unlock All Pit Stop / Grand Prix Items]
04000000 01053018 52800020

[Unlock All Ordinary Items]
04000000 01051DF0 52800020

[Unlock N.Tropy]
04000000 01052B0C 52800020

[Unlock Penta Pinguin]
04000000 01052140 52800020

[Beat All Oxide Times - Digital NTropy Skin]
04000000 01052D78 52800020

[Unlock All Skins]
04000000 01052414 52800020
Does it loads the tracks faster with this update ?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @OctoAori20, Thank you. Hope you're in good spirits today like I am. :)