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

jhmiller

Well-Known Member
Member
Joined
Nov 23, 2010
Messages
637
Trophies
2
Location
Madrid
XP
4,714
Country
Spain
Line 5 I know is an arithmetic codetype, but it doesn't appear to have an operation, so I don't understand what it's for?
780D0000 00000030 - Add 30 to the address stored in D.

So the first 4 lines of your code load the pointer to the HP value into register D.
No, the 5 first lines give to D the address of the Max HP, not the value of Max HP.
You must understand that an address and a value are different things.
Just because D has an address does not mean that it stores the value of that address. It only has the address.

Line 6 copies register D into register A.
Line 7 is changing register A's value to zero(? So register A retains the memory address, but the value associated with that address becomes zero?)
Yes, line 6 copies the D register to A, but D only has the address, not the value stored at that address. Now A equals the address of D.
Line 7: Read the address stored in A and put that value in A. Now A stored the value, not the address.

Line 8 adds 10 to the address of register D, as you said (this I don't understand because it's about to be overwritten by the value in register A anyway, right?)
780D1000 00000010 - Add 10 to the address of D. Now D is pointing to another address (Old address + 10)

line 9 overwrites the value (and memory address?) of register D with register A(? My understanding is that this would simply overwrite the register without pushing values back to the actual memory address. Is this not the case?)
A4AD0000 ---------------- Write the value stored in A in the address stored in D.
 
  • Like
Reactions: crazy_p

habla2k

Well-Known Member
Member
Joined
Oct 14, 2019
Messages
163
Trophies
0
Age
38
XP
684
Country
Germany
NOTE: THESE CODES CAN ONLY BE USED IN CREATE A CHARACTER AT THE BEGINNING
So, i guess you couldn't find a way to change attributes later? Same for skills, feats etc.?

Too bad, but thanks for trying. Just jope someone finds a way to use switch saves in KSE.
 

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
So, i guess you couldn't find a way to change attributes later? Same for skills, feats etc.?

Too bad, but thanks for trying. Just jope someone finds a way to use switch saves in KSE.
Send me over a copy of your save file from Kotor. What I'm thinking is that the attributes are specific to each level. Since I'm only on the first planet, that's where mine are at.
 

Bradle6

Well-Known Member
Member
Joined
Jan 7, 2020
Messages
223
Trophies
0
Age
29
XP
552
Country
United Kingdom
farm together had a update
programID:010086B00BB50000
buildID: EB4E7D5DA73DE94B
processID:143
I tried the old cheat that someone found before but yeah it doesn't work. I've never been able to find or edit cheats so I don't know it it'll be easy or hard to fix
 

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,007
Trophies
1
XP
4,892
Country
Congo, Republic of the
I need cheats for Grand Theft Auto III - Title ID: 0100C3C012718000 Build ID: CB0643270DA96ECD / Grand Theft Auto: Vice City - Title ID: 0100182014022000 Build ID: A60E8CA86C6FD704 / Grand Theft Auto: San Andreas - Title ID: 010065A014024000 Build ID: 7D54A9E6B71170DC......PLEASE PLEASE PLEASE!!!!!!!!!!!!!!!
 
  • Like
Reactions: BigOnYa

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
Story of Seasons - Pioneers of Olive Town US Version
TID: 010082E012A84000
BID: BEBC5ACDDB4E124F
Version: 1.1.0

Drag'n'Drop the atmosphere Folder to the Root of your Micro SD Card.

Code:
[Time: ZL Stop | R+ →← x32 / ↑↓ x64 | ZR Resume]
[Inf. Stamina]
[Inf. Water in Can]
[Insta-Catch Fish]
[999 Followers (Sprite Management)]
[Max Money / Sprite - Coins & Points]
[(R) Max Skills]
[(R) Max Friendship all]
[(R) Animals Max Friedship & Happiness]
[Box Items x999]
[Slot 1 Row 2 x999]
[Row 2 - 4 Items x999]
[Slot 1 Row 2 Max Quality]
[Row 2 - 4 Items Max Quality]
[/!\ { Master Item Slot 1 Row 2 } /!\]
...
...

Please have a look at the Readme to use my Cheats properly.

Do not repost my Cheats on Cheatslips, any Warez Site or for Profit!

Credits: Angely, bbhark, crazy_p, IMNoob, Merlin555
 

Attachments

  • Story of Seasons Pioneers of Olive Town - US.zip
    9.7 KB · Views: 190

Swiffy22

Member
Newcomer
Joined
Mar 15, 2018
Messages
15
Trophies
0
Age
30
XP
168
Country
United States
I have some attempts at the teleport code I've been working on that I'd like to try, but I'm having some difficulty getting edizon to recognize it. To make sure it's not my code that's the issue, I've been using the "no cooldown bomb runes" code posted by GamerJin here. Here are the steps I'm following:

Open ftpd on Switch > connect with ftp program on pc
Go to atmosphere/contents/<titleid>/cheats/ > Download <buildid>.txt to my pc
Open <buildid>.txt in a text editor > paste the "no cooldown bomb runes" cheat at the top and save
Go back to ftp program and overwrite <buildid>.txt on Switch with the <buildid>.txt file I just edited

Following these steps will often leave me with "No Cheats for this game" after opening botw and then opening edizon again. It seems like closing and opening edizon a few times will load a backup file, which doesn't have the cheat I'm trying to add. Downloading the <buildid>.txt file to my computer after this happens shows that the code I added is no longer there. A couple of times I have gotten a prompt that says "A new cheat has been added, you can use it now" but it's nowhere to be found on the list, and downloading the file to my pc also shows the code no longer there. It seems like edizon is immediately overwriting the text file on launch and I'm not sure why this would be.
 
  • Like
Reactions: matias3ds

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
I have some attempts at the teleport code I've been working on that I'd like to try, but I'm having some difficulty getting edizon to recognize it. To make sure it's not my code that's the issue, I've been using the "no cooldown bomb runes" code posted by GamerJin here. Here are the steps I'm following:

Open ftpd on Switch > connect with ftp program on pc
Go to atmosphere/contents/<titleid>/cheats/ > Download <buildid>.txt to my pc
Open <buildid>.txt in a text editor > paste the "no cooldown bomb runes" cheat at the top and save
Go back to ftp program and overwrite <buildid>.txt on Switch with the <buildid>.txt file I just edited

Following these steps will often leave me with "No Cheats for this game" after opening botw and then opening edizon again. It seems like closing and opening edizon a few times will load a backup file, which doesn't have the cheat I'm trying to add. Downloading the <buildid>.txt file to my computer after this happens shows that the code I added is no longer there. A couple of times I have gotten a prompt that says "A new cheat has been added, you can use it now" but it's nowhere to be found on the list, and downloading the file to my pc also shows the code no longer there. It seems like edizon is immediately overwriting the text file on launch and I'm not sure why this would be.

You have to restart your Game after copying the BID.txt File.

Make sure you Folder Structure looks like this:

atmosphere/contents/01007EF00011E000/cheats/8E9978D50BDD20B4.txt

You can also FTP the 8E9978D50BDD20B4.txt File to /switch/EdiZon/cheats.
Then open Edizon-SE while the Game is running to refresh the Cheats.
 
Last edited by crazy_p,
  • Like
Reactions: Yondaime_Kazzy

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
Story of Seasons - Pioneers of Olive Town EU Version
TID: 010013E013220000
BID: 9A4BF855FB940C4D
Version: 1.1.0

Drag'n'Drop the atmosphere Folder to the Root of your Micro SD Card.

Code:
[Time: ZL Stop | R+ →← x32 / ↑↓ x64 | ZR Resume]
[Inf. Stamina]
[Inf. Water in Can]
[Insta-Catch Fish]
[999 Followers (Sprite Management)]
[Max Money / Sprite - Coins & Points]
[(R) Max Skills]
[(R) Max Friendship all]
[(R) Animals Max Friedship & Happiness]
[Box Items x999]
[Slot 1 Row 2 x999]
[Row 2 - 4 Items x999]
[Slot 1 Row 2 Max Quality]
[Row 2 - 4 Items Max Quality]
[/!\ { Master Item Slot 1 Row 2 } /!\]
...
...

Please have a look at the Readme to use my Cheats properly.

Do not repost my Cheats on Cheatslips, any Warez Site or for Profit!

Credits: Angely, bbhark, crazy_p, IMNoob, Merlin555
 

Attachments

  • Story of Seasons Pioneers of Olive Town - EU.zip
    9.8 KB · Views: 100

Yetiski

Member
Newcomer
Joined
Nov 28, 2021
Messages
14
Trophies
0
Age
34
XP
49
Country
United States
Send me over a copy of your save file from Kotor. What I'm thinking is that the attributes are specific to each level. Since I'm only on the first planet, that's where mine are at.
I think you're right-- I've been working on the same thing for skills and EXP needed to level up and those seem to vary for every level.
 

Swiffy22

Member
Newcomer
Joined
Mar 15, 2018
Messages
15
Trophies
0
Age
30
XP
168
Country
United States
You have to restart your Game after copying the BID.txt File.

Make sure you Folder Structure looks like this:

atmosphere/contents/01007EF00011E000/cheats/8E9978D50BDD20B4.txt

You can also FTP the 8E9978D50BDD20B4.txt File to /switch/EdiZon/cheats.
Then open Edizon-SE while the Game is running to refresh the Cheats.
Alright, I just tried replacing both

One is in atmosphere/contents/01007EF00011E000/cheats/
The other is in switch/contents/edizon/cheats/titles.zip/titles/01007EF00011E000/cheats

The text file in both is identical, with the name 8E9978D50BDD20B4.txt

I closed the game and reopened, then when to Edizon, which tells me "No cheats available for this game." I then opened Breeze and tried the "Load code from atmosphere" and "Load code from file" commands. Both gave me "cheat loading error."

Just to make sure, I rebooted my Switch just in case that might solve the issue, but I received the same error. I did change my system ini file so that codes wouldn't load automatically, but I'd assume that shouldn't be causing an issue. My version of Edizon is one I downloaded from SDSetup about 3 days ago, and checking for updates in-app says the app is up to date. I don't know that it will resolve the issue, but the only other thing I know to do is try removing edizon entirely and reinstalling it...

Edit: Just tried reinstalling edizon through the HB app store, since it didn't recognize it as being installed for some reason. Closed game and reopened and still have the same issue of "No cheats available for this game." I turned sysmodules for Tesla and Noexes off, and the only one left on is sys-clk. Still no luck. Here's the text file I'm using if you can spot anything wrong with it. The code I'm trying to add is at the very bottom of the list.

Edit again: I asked a friend to try the same process and he got them to show up right away. He sent me the file and it worked for me too. I think the only thing that was different is that he edited the cheats file in notepad++ while I edited them in just notepad... Does notepad do some kind of encoding that Edizon doesn't recognize?
 

Attachments

  • 8E9978D50BDD20B4.txt
    40.4 KB · Views: 242
Last edited by Swiffy22,

jhmiller

Well-Known Member
Member
Joined
Nov 23, 2010
Messages
637
Trophies
2
Location
Madrid
XP
4,714
Country
Spain
Last edited by jhmiller,
  • Like
Reactions: crazy_p

Yetiski

Member
Newcomer
Joined
Nov 28, 2021
Messages
14
Trophies
0
Age
34
XP
49
Country
United States
I figured out how to auto level up in KOTOR by setting the corresponding "Experience Needed" value for each level. Just enable the cheat for your target level and below and you should be able to instantly level up.

Code:
Knights of the Old Republic
TID:0100854015868000
BID:f77d2d1bf2df654b

[LevelUp2]
580F0000 00E1F080
780F0000 00000044
640F0000 00000000 0000000A

[LevelUp3]
580F0000 00E1F080
780F0000 00000048
640F0000 00000000 0000000A

[LevelUp5]
580F0000 00E1F080
780F0000 00000050
640F0000 00000000 0000000A

[LevelUp4]
580F0000 00E1F080
780F0000 0000004C
640F0000 00000000 0000000A

[LevelUp6]
580F0000 00E1F080
780F0000 00000054
640F0000 00000000 0000000A

[LevelUp7]
580F0000 00E1F080
780F0000 00000058
640F0000 00000000 0000000A

[LevelUp8]
580F0000 00E1F080
780F0000 0000005C
640F0000 00000000 0000000A

[LevelUp9]
580F0000 00E1F080
780F0000 00000060
640F0000 00000000 0000000A

[LevelUp10]
580F0000 00E1F080
780F0000 00000064
640F0000 00000000 0000000A

[LevelUp11]
580F0000 00E1F080
780F0000 00000068
640F0000 00000000 0000000A

[LevelUp12]
580F0000 00E1F080
780F0000 0000006C
640F0000 00000000 0000000A

[LevelUp13]
580F0000 00E1F080
780F0000 00000070
640F0000 00000000 0000000A

[LevelUp14]
580F0000 00E1F080
780F0000 00000074
640F0000 00000000 0000000A

[LevelUp15]
580F0000 00E1F080
780F0000 00000078
640F0000 00000000 0000000A

[LevelUp16]
580F0000 00E1F080
780F0000 0000007C
640F0000 00000000 0000000A

[LevelUp17]
580F0000 00E1F080
780F0000 00000080
640F0000 00000000 0000000A

[LevelUp18]
580F0000 00E1F080
780F0000 00000084
640F0000 00000000 0000000A

[LevelUp19]
580F0000 00E1F080
780F0000 00000088
640F0000 00000000 0000000A

[LevelUp20]
580F0000 00E1F080
780F0000 0000008C
640F0000 00000000 0000000A
 
Last edited by Yetiski,

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,452
Trophies
1
Age
44
XP
14,512
Country
United States
I have some attempts at the teleport code I've been working on that I'd like to try, but I'm having some difficulty getting edizon to recognize it. To make sure it's not my code that's the issue, I've been using the "no cooldown bomb runes" code posted by GamerJin here. Here are the steps I'm following:

Open ftpd on Switch > connect with ftp program on pc
Go to atmosphere/contents/<titleid>/cheats/ > Download <buildid>.txt to my pc
Open <buildid>.txt in a text editor > paste the "no cooldown bomb runes" cheat at the top and save
Go back to ftp program and overwrite <buildid>.txt on Switch with the <buildid>.txt file I just edited

Following these steps will often leave me with "No Cheats for this game" after opening botw and then opening edizon again. It seems like closing and opening edizon a few times will load a backup file, which doesn't have the cheat I'm trying to add. Downloading the <buildid>.txt file to my computer after this happens shows that the code I added is no longer there. A couple of times I have gotten a prompt that says "A new cheat has been added, you can use it now" but it's nowhere to be found on the list, and downloading the file to my pc also shows the code no longer there. It seems like edizon is immediately overwriting the text file on launch and I'm not sure why this would be.
EdiZon SE will look at edizon\cheats for a BID.txt file and if found it will load the cheats and move that file into atmosphere directory, it is useful for developer to immediately test the code they wrote. There is no need to restart the game.
EdiZon SE in easy mode will automatically update the cheats if what you have is not the same as what is found on the database.

You may want to try Breeze. It has a cheat disassembler which helps you understand the code. It also has a interactive hand assembler. The current latest edizon se release has the current latest breeze bundled.
 
Last edited by TomSwitch,
  • Like
Reactions: crazy_p

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    fuck ubisoft, and fuck activision
    +1
  • realtimesave @ realtimesave:
    Nintendo needs to release a new console, switch is getting such shitty little games lately lol it's pathetic
  • Purple_Heart @ Purple_Heart:
    Lmao a new flashcart... The Unlock Switch... I knew it's not fake xD
    +1
  • NinStar @ NinStar:
    A new consoles won't solve that problem
  • NinStar @ NinStar:
    It will actually make it worse
  • The Real Jdbye @ The Real Jdbye:
    well actually
    a new console won't do anything right now, because the games are still in development, that's why there are few games being released
  • The Real Jdbye @ The Real Jdbye:
    it won't make the games finish any faster
  • Veho @ Veho:
    2/3rds of launch titles for the Switch 2 will just be lazy ports of Switch games anyway.
  • The Real Jdbye @ The Real Jdbye:
    probably
  • The Real Jdbye @ The Real Jdbye:
    maybe mario kart 9 will be a launch title
  • The Real Jdbye @ The Real Jdbye:
    i really want a new mario kart
  • Veho @ Veho:
    What, you mean the endless stream of DLCs doesn't count?
  • Veho @ Veho:
    Why develop a new game when you can just sell season passes forever?
  • Veho @ Veho:
    I'm still on MKDS so I'm not bothered :tpi:
  • The Real Jdbye @ The Real Jdbye:
    i like the dlc tbh, i'd like a new game more
  • ZeroT21 @ ZeroT21:
    but the current version is still selling fine at full price
  • SylverReZ @ SylverReZ:
    Hello
  • ZeroT21 @ ZeroT21:
    sup
    +1
  • SylverReZ @ SylverReZ:
    @realtimesave, You seen the Unlock Switch flashcart yet?
  • K3Nv2 @ K3Nv2:
    I'll see the 19.0 update that blocks use ability to it
    +1
  • K3Nv2 @ K3Nv2:
    Lol newegg+
    Screenshot-20240423-053504-Gmail.jpg
  • S @ salazarcosplay:
    does update 19 really block it
  • SylverReZ @ SylverReZ:
    Update 19 never came out yet. Just the 18.1.
    SylverReZ @ SylverReZ: Update 19 never came out yet. Just the 18.1.