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

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,804
Trophies
1
XP
6,499
Country
United States
Thank you for your efforts. I'd like to report a problem with the EXP codes: both MC and fairy codes crash game after winning a battle and before the battle info screen. I'm using RyujinX with cheats embedded. I use Eiffel2018's cheat codes (I'm not sure it's allowed to post it). They work well with the emulator. Is there a problem? Also, if there is a EXP multiplier for demon allies, it'd be fantastic.

Also, could you elaborate on how to change the multiplier in the EXP codes using the converter link you provided?
the fairy code can most likely be applied to all demon, but at the time, i didnt (and still dont) have any other allies to confirm this with. (i have given up on inf HP/MP. the best i could do was to skip storing the damage, but if use incorrectly, the enemy will get it health back.)

with lsl command: its shift the next power of 2, so for example take 1:
0 0 0 0 0
16 8 4 2 1
<< lsl <<

the windows 10 programmers calculator can show you the result.

as for the change in code, replace the ? with the multiplier, ie:
add w8,w8,w1, lsl#0 (x1) = 0B010108
add w8,w8,w1, lsl#1 (x2) = 0B010508
add w8,w8,w1, lsl#2 (x4) = 0B010908
add w8,w8,w1, lsl#3 (x8) = 0B010D08
add w8,w8,w1, lsl#4 (x16)= 0B011108
i might need to rename that code.....
 

valelisa102

Active Member
Newcomer
Joined
Nov 4, 2021
Messages
26
Trophies
0
Age
36
XP
259
Country
Italy
my you need codes for my time at portia the old ones don't work
TID:0100E25008E68000
BID:2BF861EB8A9D184A
version 1.0.9
Region: Eu

the codes I need are these:
ZL Have all Items you need
Max Inf Money on
Hold ZL when split Items to get 999
Freeze SkillPoints on
Inf Endurance On - hold RS to remove circle
Inf Stamina On
Mission Reward EXP Booster on
Farm Upgrade cost gold only on
* Disable other Codes for Inv.Slot Code *
Unlock Inv.Slot for free on
All Cheats off
 

randomstuff

Member
Newcomer
Joined
Sep 9, 2016
Messages
18
Trophies
0
XP
857
Country
United States
the fairy code can most likely be applied to all demon, but at the time, i didnt (and still dont) have any other allies to confirm this with. (i have given up on inf HP/MP. the best i could do was to skip storing the damage, but if use incorrectly, the enemy will get it health back.)

with lsl command: its shift the next power of 2, so for example take 1:
0 0 0 0 0
16 8 4 2 1
<< lsl <<

the windows 10 programmers calculator can show you the result.

as for the change in code, replace the ? with the multiplier, ie:
add w8,w8,w1, lsl#0 (x1) = 0B010108
add w8,w8,w1, lsl#1 (x2) = 0B010508
add w8,w8,w1, lsl#2 (x4) = 0B010908
add w8,w8,w1, lsl#3 (x8) = 0B010D08
add w8,w8,w1, lsl#4 (x16)= 0B011108
i might need to rename that code.....
Thank you very much. It's clear now. Much appreciated.
 

habla2k

Well-Known Member
Member
Joined
Oct 14, 2019
Messages
164
Trophies
0
Age
38
XP
695
Country
Germany
add w8,w8,w1, lsl#4 (x16)= 0B011108
what i don't get, in the original post you said isl#4 is EXP x 5, but here you say it is x16? so, if i change 0B011108 to 0B010508 it is double EXP instead of 16 times? and is the pattern the same for MC?

Also, your money cheat says 99.999.999 but that value is not inside the code, how can i lower this to say 1.000.000?

thanks!
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,804
Trophies
1
XP
6,499
Country
United States
what i don't get, in the original post you said isl#4 is EXP x 5, but here you say it is x16? so, if i change 0B011108 to 0B010508 it is double EXP instead of 16 times? and is the pattern the same for MC?

Also, your money cheat says 99.999.999 but that value is not inside the code, how can i lower this to say 1.000.000?

thanks!
so there is a max value check, and that codes simple stores and subtracts the max value instead. its an asm code, and that is why the value doesnt match 0x5F5E0FFF. im still experimenting with that code, but for right now, its either max or 0.....althought i could probably nop 4 instructions, but it might interfer with the selling option, as in you might be able sell items for 0 makka, which would be bad.

....yeah, i am gonna have rename exp cheat, i did the math wrong. ( i got a lvl 1 slime to lvl 5 in a 3 slime battle)
 
Last edited by Gamerjin,
  • Like
Reactions: crazy_p

Seymordius

Active Member
Newcomer
Joined
Jul 22, 2020
Messages
27
Trophies
0
Age
35
XP
203
Country
United States
Thanks for the new version of Use No Items code, @Gamerjin !

I look forward for trying this version out, so I no longer constantly hold down ZR, haha


On a completely different note, ever since I updated Atmosphere to v12.4 my cheats are all turning themselves on at the boot of any game. I changed the line in my system_settings.ini to, "dmnt_cheats_enabled_by_default = u8!0x0" is this line no longer correct? I removed the semicolon that was in front of that line as well as per instructions I googled somewhere. Also so it's known I have both Breeze and Edizon and I use both depending if I'm playing docked(Edizon Applet Mode) or handheld(zing using tesla).
 
Last edited by Seymordius,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,804
Trophies
1
XP
6,499
Country
United States
On a completely different note, ever since I updated Atmosphere to v12.4 my cheats are all turning themselves on at the boot of any game. I changed the line in my system_settings.ini to, "dmnt_cheats_enabled_by_default = u8!0x0" is this line no longer correct? I removed the semicolon that was in front of that line as well as per instructions I googled somewhere. Also so it's known I have both Breeze and Edizon and I use both depending if I'm playing docked(Edizon Applet Mode) or handheld(zing using tesla).
is system_settings.ini in "atmosphere/config"? the settings line is correct, you might have to reboot for the change to occur, i have to reboot to activate the gdbstub, which uses the same system_settings.ini file.
 

Seymordius

Active Member
Newcomer
Joined
Jul 22, 2020
Messages
27
Trophies
0
Age
35
XP
203
Country
United States
is system_settings.ini in "atmosphere/config"? the settings line is correct, you might have to reboot for the change to occur, i have to reboot to activate the gdbstub, which uses the same system_settings.ini file.
Ah, right, I was supposed to copy the file from config_templates over to config. I missed this step as it wasn't mentioned in the post I read, heh. It's also been a long time since I had to change the settings file.

Thank you!
 
  • Like
Reactions: Gamerjin

hassan ali

Well-Known Member
Member
Joined
Sep 21, 2015
Messages
182
Trophies
0
Age
34
XP
484
Country
so a user on here by the name of TheTwilightZone uploaded a huge list of hyrule warriors age of calamity cheats for 1.3.0 (the latest update) some of those cheats were for all the items in the game

I mean no disrespect to him, infact I'm thankful that he did this because I had a base to work with but he limited most of the items to x100 and me and my little brother wanted these maxed out. so I did a ton of research and figured out what to change and I did x4095 (the biggest number I could make it that still fits in the coding limitations) but for other items I was able to go all out with x9999 and I thought I may as well share it on here too.


thanks again to TheTwilightZone

ID: 01002B00111A2000
BIN (Build): C3CF52BF2B05D731

[Fruits x4095]

02100000 4C1679C4 00000FFF
01100000 4C167D89 00000001
08100000 4C1679C6 0FFF0FFF 0FFF0FFF
04100000 4C1679CE 0FFF0FFF
04100000 4C167D8A 01010101
02100000 4C167D8E 00000101
02100000 4C167B0C 00000FFF
01100000 4C167E2D 00000001

[Mushrooms x4095]
08100000 4C1679D2 0FFF0FFF 0FFF0FFF
08100000 4C1679DA 0FFF0FFF 0FFF0FFF
08100000 4C1679E2 0FFF0FFF 0FFF0FFF
08100000 4C167D90 01010101 01010101
04100000 4C167D98 01010101

[Flower Items x4095]
08100000 4C1679EA 0FFF0FFF 0FFF0FFF
08100000 4C1679F2 0FFF0FFF 0FFF0FFF
08100000 4C1679FA 0FFF0FFF 0FFF0FFF
04100000 4C167A02 0FFF0FFF
08100000 4C167D9C 01010101 01010101
04100000 4C167DA4 01010101
02100000 4C167DA8 00000101
02100000 4C167AE8 00000
[Fruits x4095]
02100000 4C1679C4 00000FFF
01100000 4C167D89 00000001
08100000 4C1679C6 0FFF0FFF 0FFF0FFF
04100000 4C1679CE 0FFF0FFF
04100000 4C167D8A 01010101
02100000 4C167D8E 00000101
02100000 4C167B0C 00000FFF
01100000 4C167E2D 00000001

[Flower Items x4095]
08100000 4C1679EA 0FFF0FFF 0FFF0FFF
08100000 4C1679F2 0FFF0FFF 0FFF0FFF
08100000 4C1679FA 0FFF0FFF 0FFF0FFF
04100000 4C167A02 0FFF0FFF
08100000 4C167D9C 01010101 01010101
04100000 4C167DA4 01010101
02100000 4C167DA8 00000101
02100000 4C167AE8 00000FFF
01100000 4C167E1B 00000001
01100000 4C167E1B 00000001

[Meat Items x4095]
08100000 4C167A06 0FFF0FFF 0FFF0FFF
04100000 4C167A0E 0FFF0FFF
04100000 4C167DAA 01010101
02100000 4C167DAE 00000101

[Ingredient Items x4095]
08100000 4C167A12 0FFF0FFF 0FFF0FFF
08100000 4C167A1A 0FFF0FFF 0FFF0FFF
08100000 4C167A20 0FFF0FFF 0FFF0FFF
02100000 4C167A28 0FFF0FFF
08100000 4C167DB0 01010101 01010101
04100000 4C167DB8 01010101
02100000 4C167A2A 00000FFF
01100000 4C167DBC 00000001

[Fish Items x4095]
08100000 4C167A44 0FFF0FFF 0FFF0FFF
08100000 4C167A4C 0FFF0FFF 0FFF0FFF
08100000 4C167A54 0FFF0FFF 0FFF0FFF
08100000 4C167A5C 0FFF0FFF 0FFF0FFF
04100000 4C167A64 0FFF0FFF
08100000 4C167DC9 01010101 01010101
08100000 4C167DD1 01010101 01010101
02100000 4C167DD9 00000101

[Bug Items x4095]
08100000 4C167A68 0FFF0FFF 0FFF0FFF
08100000 4C167A70 0FFF0FFF 0FFF0FFF
08100000 4C167A78 0FFF0FFF 0FFF0FFF
08100000 4C167A80 0FFF0FFF 0FFF0FFF
04100000 4C167A88 0FFF0FFF
08100000 4C167DDB 01010101 01010101
08100000 4C167DE3 01010101 01010101
02100000 4C167DEB 00000101

[Mineral Items x4095]
08100000 4C167A8C 0FFF0FFF 0FFF0FFF
08100000 4C167A94 0FFF0FFF 0FFF0FFF
08100000 4C167DED 01010101 01010101

[Monster Parts x4095]
08100000 4C167A9C 0FFF0FFF 0FFF0FFF
08100000 4C167AA4 0FFF0FFF 0FFF0FFF
08100000 4C167AAC 0FFF0FFF 0FFF0FFF
08100000 4C167AB4 0FFF0FFF 0FFF0FFF
08100000 4C167ABC 0FFF0FFF 0FFF0FFF
08100000 4C167AC4 0FFF0FFF 0FFF0FFF
08100000 4C167ACC 0FFF0FFF 0FFF0FFF
08100000 4C167AD4 0FFF0FFF 0FFF0FFF
08100000 4C167DF5 01010101 01010101
08100000 4C167DFD 01010101 01010101
08100000 4C167E05 01010101 01010101
08100000 4C167E0D 01010101 01010101

[Ancient Items x4095]
08100000 4C167ADC 0FFF0FFF 0FFF0FFF
04100000 4C167AE4 0FFF0FFF
04100000 4C167E15 01010101
02100000 4C167E19 00000101

[Monster Trophy Items x4095]
08100000 4C167AF2 0FFF0FFF 0FFF0FFF
08100000 4C167AFA 0FFF0FFF 0FFF0FFF
08100000 4C167B02 0FFF0FFF 0FFF0FFF
02100000 4C167B0A 0FFF0FFF 0FFF0FFF
08100000 4C167E20 01010101 01010101
04100000 4C167E28 01010101
01100000 4C167E2C 00000001

[Korok Seeds x9999]
02100000 4C167AEA 0000270F
01100000 4C167E1C 00000001

[Terrako Parts x9999]
02100000 4A35E648 0000270F
01100000 4A35E977 00000001

[Ethereal Stones x9999]
02100000 4C167AF0 0000270F
01100000 4C167E1F 00000001

[Guardian Claw x9999]
02100000 4C167B0E 0000270F
01100000 4C167E2E 00000001

[High-Yield Ancient Furnace x9999]
02100000 4C167B10 0000270F
01100000 4C167E2F 00000001

[Robbie Maintenance Oil x9999]
02100000 4C167B12 0000270F
01100000 4C167E30 00000001

[Robbie Machine Lubricant x9999]
02100000 4C167B14 0000270F
01100000 4C167E31 00000001

[Robbie Curing Agent x9999]
02100000 4C167B16 0000270F
01100000 4C167E32 00000001

[Report: Monster Ecology x9999]
02100000 4C167B18 0000270F
01100000 4C167E33 00000001

[Report: Relic Analysis x9999]
02100000 4C167B1A 0000270F
01100000 4C167E34 00000001

[Report: Battle Records x9999]
02100000 4C167B1C 0000270F
01100000 4C167E35 00000001

[Report: Material Properties x9999]
02100000 4C167B1E 0000270F
01100000 4C167E36 00000001

[Report: Vicious Monsters x9999]
02100000 4C167B20 0000270F
01100000 4C167E37 00000001

[Report: Hidden Battles x9999]
02100000 4C167B22 0000270F
01100000 4C167E38 00000001
 
Last edited by hassan ali,

habla2k

Well-Known Member
Member
Joined
Oct 14, 2019
Messages
164
Trophies
0
Age
38
XP
695
Country
Germany
so there is a max value check, and that codes simple stores and subtracts the max value instead. its an asm code, and that is why the value doesnt match 0x5F5E0FFF. im still experimenting with that code, but for right now, its either max or 0.....althought i could probably nop 4 instructions, but it might interfer with the selling option, as in you might be able sell items for 0 makka, which would be bad.
the code doesn't work for me anyway, i guess its because i use the EU Version? i'll try to find the money pointer with search, change, search again and so on.
 

Leonxandergun

Active Member
Newcomer
Joined
Jul 1, 2019
Messages
35
Trophies
0
Age
28
XP
1,347
Country
Italy
the code doesn't work for me anyway, i guess its because i use the EU Version? i'll try to find the money pointer with search, change, search again and so on.
They work for the EU version, I'm using them miself. Are you sure you're running the right version of the game? Those cheats are for 1.0.1
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,786
Country
United States
GTA San Andreas
GTA San Andreas
TitleID - 010065A014024000
BuildID - E28C89D65055F99A
Version - 1.0.0 (Base Version)
I have to Update AMS and FW to get the Updates done, apparently.

[9999999 Money]
040F0000 069AEAD8 0098967F
GTA San Andreas
TitleID - 010065A014024000
BuildID - 7061706EF4D97B84

[99999999 Money]
040F0000 69AFAD8 05F5E0FF

So we have both versions for money.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Yes that's why yours won't leave me alone +1