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

Korados

Well-Known Member
Member
Joined
Sep 12, 2009
Messages
329
Trophies
1
Location
Hamburg
XP
998
Country
Germany
THIS CODE IS EASY TO FIND IN EDIZON
LOOKING FOR THE COMBO

I thought so too but the Muspelheim timer seems to be somewhere else. The normal timer is at offset 0x034e51b0, the combo at offset 0x034e51b4
and the damage at offset 0x034e51bc. Between this is offset 0x034e51b8 but when I set this to 0, the game gets stuck at the end of a battle.

And around these offsets there are only a bunch of empty values. Is there maybe somebody else who still has Bayonetta 2 and could look for me
if you can't remember?

@Jericoss I vaguely remember that Golf Story stores the stroke value one number lower than shown on the screen. So when you are at stroke 1,
internally you are at stroke 0. So you have to subtract 1 from your actual stroke count to find the address.
 
  • Like
Reactions: xtatu

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
@burhansalih

You need to search for the right Data Type:

Code:
8 Bit:
Signed: Min Value: −128 / Max Value: 127
Unsigned: Min Value: 0 / Max Value: 255

16 Bit:
Signed: Min Value: −32.768 / Max Value: 32.767
Unsigned: Min Value: 0 / Max Value: 65.535

32 Bit:
Signed: Min Value: −2.147.483.648 / Max Value: 2.147.483.647
Unsigned: Min Value: 0 / Max Value: 4.294.967.295

64 Bit:
Signed: Min Value: −9.223.372.036.854.775.808 / Max Value: 9.223.372.036.854.775.807
Unsigned: Min Value: 0 / Max Value: 18.446.744.073.709.551.615

What you're trying to do applies only to Static Addresses, but in 99% you will need a Pointer.

You will need SE-Tools and the 010000000000000D/exefs.nsp for your current Atmosphère Build.

Code:
Step 1: Make your Searches in Edizon-SE until you find your desired Address.
Step 2: Add your found Address to the Bookmarks with (+).
Step 3: Open PointerSearcher.exe.
Step 4: Enter the IP Address of your Switch and press Attach.
Step 5: Download the Bookmarks and the Memory Dump (Dump ptr / Download Bookmarks).
Step 6: Drag 'n drop the bookmarked Address into the "TargetAddress1" Tab.
Step 7: Press Read 1st Dump Data and wait until the Process is finished.
Step 8: Press Reset and Search.

Something like [[[[main+********]+**]+**]+**]+*** will Pop up.
If there are to few or to many Results, try to increase the MaxDepth and OffsetNum by 1.
You can also try to Narrow them down by making a second or third Memory Dump.

Code:
Step 1. Write the TargetAddress1 somewhere down.
Step 2: Close PointerSearcher.exe and rename DirectTransfer.dmp0 to DirectTransfer.dmp1
Step 3: Reboot your Console and repeat Steps 1 - 8 from How to find Pointers.
Step 4: Double Click the second Row in the Path Tab and open DirectTransfer.dmp1.
Step 5: Enter the TargetAddress1 that you previously wrote down.
Step 6: Select 2 in the File Coloumn.
Step 7: Press Read 1st Dump Data and wait until the Process is finished.
Step 8: Press Reset and Search.
Step 9: Press Narrow down.

There should only a few Expressions be left.

You can now either use JNoexs or SXOS CodeBuilder 0.7b to test your Pointers.

Make sure you have JDK 10 installed.

Code:
Step 01: Reboot your Console and start your Game while holding the L Button.
Step 02: Enter the IP Address of your Switch and press Connect.
Step 03: Press Refresh Pids.
Step 04: Scroll down to the Bottom and click on the last Process.
Step 05: Press Attach to Process and tick the Auto Resume Box.
Step 06: Paste one of your possible Pointers ([[[[main+********]+**]+**]+**]+***) into Expression:.
Step 07: Press Parse and copy the Address.
Step 08: Go to the Memory Viewer Tab and paste your Address.
Step 09: Tick the Auto Refresh and Switch Endianess Box then press Update.
Step 10: Change the Datatype according to your previous Searches in Edizon-Se (8/16/32/64 Bit).
Step 11: Enter a Value (in HEX Format) and press Poke.
Step 12: Verify on your Switch if the expected Value changed.

If you think you found a good Pointer use SXOS CodeBuilder 0.7b to make a Cheat out of it.

Code:
Step 1: Open SXOS CodeBuilder 0.7b.
Step 2: Change the Code Format to Pointer.
Step 3: Change Address (Main+0x) to Noexs Format.
Step 4: Paste one of your possible Pointers ([[[[main+********]+**]+**]+**]+***).
Step 5: Change the Description and Value to your liking and press Create Code.
Step 6: Repeat Step 4 and 5 for each Expression.
Step 7: Copy and paste your created Codes into your Cheat File.
Step 8: Test each Pointer on your Switch and look which one ist the most reliable.

 
Last edited by crazy_p,

xtatu

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
575
Trophies
1
Age
43
Location
japan
XP
5,042
Country
Brazil
I thought so too but the Muspelheim timer seems to be somewhere else. The normal timer is at offset 0x034e51b0, the combo at offset 0x034e51b4
and the damage at offset 0x034e51bc. Between this is offset 0x034e51b8 but when I set this to 0, the game gets stuck at the end of a battle.

And around these offsets there are only a bunch of empty values. Is there maybe somebody else who still has Bayonetta 2 and could look for me
if you can't remember?

AFTER I SEE HAVING TIME
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,461
Trophies
1
Age
44
XP
14,547
Country
United States
give up....ill edit the codes manually...for money if I change it manually to 999999 it works if I use EdizonSE I find the same code change it to 999999 it works if I save it to bookmarks then get it to write the cheat files it does it fine but when I apply the code from the cheat file the value doesn't change...any ideas?

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



Cant be u16 can it?...every time I try search for money value which is 931 538 EdizonSE defaults the value to 14034 but if I search u32 it works just getting stuck at converting it to the correct value cheat file.
max for u16 is 65535.
 

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
I thought so too but the Muspelheim timer seems to be somewhere else. The normal timer is at offset 0x034e51b0, the combo at offset 0x034e51b4
and the damage at offset 0x034e51bc. Between this is offset 0x034e51b8 but when I set this to 0, the game gets stuck at the end of a battle.

And around these offsets there are only a bunch of empty values. Is there maybe somebody else who still has Bayonetta 2 and could look for me
if you can't remember?

@Jericoss I vaguely remember that Golf Story stores the stroke value one number lower than shown on the screen. So when you are at stroke 1,
internally you are at stroke 0. So you have to subtract 1 from your actual stroke count to find the address.

Try this:

Golf Story
TID 0100779004172000
BID fcedea4c677dd643 v 1.0.1

{Do not steal and distribute these cheats on another site. Exclusive to GBAtemp}

[*Inf Stroke Jericoss]
580F0000 01DB8FB0
580F1000 00000098
580F1000 00000008
580F1000 00000118
580F1000 00000018
580F1000 00000010
580F1000 00000020
780F0000 0000002C
640F0000 00000000 00000001
 
Last edited by Jericoss,

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,461
Trophies
1
Age
44
XP
14,547
Country
United States
Nice game

Dicey Dungeons
TID: 0100BBF011394000
BID: 2EC979A228486D47

[life]
580F0000 0349E9B8
780F0000 000001B0
640F0000 00000000 00000064

[gold]
580F0000 0349E9B8
780F0000 000001CC
640F0000 00000000 000003E8

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

Request
Banner of the Maid cheats
TID 010013C010C5C800
BID 8fb7d3cbb69b7f47
thanks
I made a code for gold before. You can search for it with u32. No point making code as you get to keep the gold. Game very slow moving for me so nothing else, if you play the game I guess you have the patient to search for other stuff.
 
Last edited by TomSwitch,

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
Nice game

Dicey Dungeons
TID: 0100BBF011394000
BID: 2EC979A228486D47

[life]
580F0000 0349E9B8
780F0000 000001B0
640F0000 00000000 00000064

[gold]
580F0000 0349E9B8
780F0000 000001CC
640F0000 00000000 000003E8

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


I made a code for gold before. You can search for it with u32. No point making code you get to keep the gold

This:
BID 1D054498CF18F143

credits to @TomSwitch

[Money 9999999 TomSwitch]
580F0000 030EECB0
580F1000 000000B8
780F0000 00000048
640F0000 00000000 00098967



And This : credits to @Minshen_Zhu
[The weapon is durable Minshen_Zhu]
040B0000 0014C4B8 4B1F0114

[Consumption items are not reduced]
040B0000 001B87BC 71000108

[Our HP is not reduced]
040B0000 01EDCC00 F9403C08
040B0000 01EDCC04 BD402500
040B0000 01EDCC08 1E2703E1
040B0000 01EDCC0C 1E212000
040B0000 01EDCC10 54000081
040B0000 01EDCC14 1E202108
040B0000 01EDCC18 5400004C
040B0000 01EDCC1C 1E2703E8
040B0000 01EDCC20 AA0003F3
040B0000 01EDCC24 D65F03C0
040B0000 001A1828 9474ECF6

[Close HP without reduction]
040B0000 001A1828 AA0003F3

[Unlimited use of heroic attacks (for enemy and us)]
040B0000 001A8A10 52807CE8

[Heroic Attack Unlimited Use Close]
040B0000 001A8A10 B941A808

[Our morale is x2]
040B0000 01EDCC30 F9403C02
040B0000 01EDCC34 BD402440
040B0000 01EDCC38 1E2703E1
040B0000 01EDCC3C 1E212000
040B0000 01EDCC40 54000041
040B0000 01EDCC44 1E282908
040B0000 01EDCC48 2A0103F4
040B0000 01EDCC4C D65F03C0
040B0000 001AB0B0 9474C6E0

[Our morale is x4]
040B0000 01EDCC30 F9403C02
040B0000 01EDCC34 BD402440
040B0000 01EDCC38 1E2703E1
040B0000 01EDCC3C 1E212000
040B0000 01EDCC40 54000061
040B0000 01EDCC44 1E282908
040B0000 01EDCC48 1E282908
040B0000 01EDCC4C 2A0103F4
040B0000 01EDCC50 D65F03C0
040B0000 001AB0B0 9474C6E0

[Morale multiplier reduction]
040B0000 001AB0B0 2A0103F4
 
Last edited by Jericoss,

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,461
Trophies
1
Age
44
XP
14,547
Country
United States
I rebased ZiT's code for new version

Atelier Ryza 2: Lost Legends & the Secret Fairy
TID: 01009A9012022000
BID: DD026564E85D710B

[Walk Through Walls (Hold L)]
580F0000 019DFF28
580F1000 000000B8
580F1000 00000000
580F1000 000000C0
580F1000 00000010
580F1000 00000028
580F1000 00000010
780F0000 000000E6
610F0000 00000000 00000001
80000040
610F0000 00000000 00000000
20000000

[Moon Jump]
80000002
580F0000 019DFF28
580F1000 000000B8
580F1000 00000000
580F1000 000000C0
580F1000 00000010
580F1000 00000028
580F1000 00000010
580F1000 00000018
780F0000 000000C0
640F0000 00000000 45000000
780F0000 00000030
640F0000 00000000 00000000
20000000
 
D

Deleted User

Guest
Ninja Gaiden Master Collection has been announced for the Switch. Am very motivated to develop some cheats myself. Have been very busy with Ninja Gaiden Sigma Plus 1&2 for the PS Vita.
 
  • Like
Reactions: piek50 and xtatu

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,924
Trophies
0
Age
38
XP
5,165
Country
United States
Ninja Gaiden Master Collection has been announced for the Switch. Am very motivated to develop some cheats myself. Have been very busy with Ninja Gaiden Sigma Plus 1&2 for the PS Vita.
sigma on vita already been done (cant remember the other guy, but i did a fair few for them).

but its crap that even more old ports are porting to the switch, its rumored nintendo are continuing to be fucking lazy and are porting zelda ww and tp..... it just keeps getting worse
 
  • Like
Reactions: platanos

Snake_Swiss

Well-Known Member
Member
Joined
Aug 4, 2018
Messages
177
Trophies
1
Age
30
XP
1,233
Country
Switzerland
Hello, anybody can bring back the Tetris 99 - 999 Tickets please ?
Because the latest update of tetris killed that cheat and i would know if we could ever unlock all themes please ?

Request :

Tetris 99

ID: 010040600C5CE000
BID: 3f63328f03aaf417


999 Tickets
 

piek50

Well-Known Member
Member
Joined
Jun 24, 2019
Messages
686
Trophies
0
XP
2,213
Country
Suriname
sigma on vita already been done (cant remember the other guy, but i did a fair few for them).

but its crap that even more old ports are porting to the switch, its rumored nintendo are continuing to be fucking lazy and are porting zelda ww and tp..... it just keeps getting worse
Zelda Skyword sword is an good idea to bring it back in hd to the switch.
Because this hadn't been done yet.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users