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

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,666
Trophies
1
Age
38
XP
9,267
Country
Argentina
Sorry, bad pointers. I forget to try in the New Game.

The Good Life
TID: 0100B1B015ABA000
BID: 4B7C5DE5DE1B9F5B (1.4 - v196608)
[HP by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000018
640F0000 00000000 41A00000

[Hungry by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 0000001C
640F0000 00000000 42C80000

[Awake by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000020
640F0000 00000000 41A00000

[Stamina by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000024
640F0000 00000000 42C80000

[Money by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000048
640F0000 00000000 05F5E09C
@matias3ds: Sorry for the double work. This is the new file.
dont worry i will update the main cheat file later today
 

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
279
Country
United States
So you're loading the address 019020dc 05f5e0ff into register 0 and you then want to manipulate that address, jump ahead 240 (hex) and do the same manipulation to that address?

You need to combine a loop (codetype 0x3) with arthmetics (codetype 0x7 or 0x9)

Code:
04000000 019020dc 05f5e0ff    //Loads address 019020dc 05f5e0ff into register 0
300R0000 VVVVVVVV            //Starts a Loop - R needs to be a register you're not using (i.e. you can't use 0)
                            //V needs to be the number of times you want the loop to run
6T0RIor0 VVVVVVVV VVVVVVVV    //make your manipulation to the address stored in register R (R=0 in your case)
780R0000 VVVVVVVV            //add V to register R. in your case R=0, V=240 (hex)
310R0000                    /end of loop, R needs to be whatever you used for as R in the second line.

EDIT: I just did the math. From 0x019020dc 05f5e0ff to 0x0195331c 3b9ac9ff it's 2,478,197,692,292 steps of 0x240 each. That sounds like a lot of too many loop iterations. Are you sure your addresses are correct? A loop code can't loop that often, 4,294,967,295 times is the maximum it can loop and even that is excessive.
Thank you. Thank you very much for your reply
 
  • Like
Reactions: taytwo-five

ffudnai

Member
Newcomer
Joined
Aug 15, 2021
Messages
21
Trophies
0
Age
77
XP
1,251
Country
United Kingdom
Sorry, bad pointers. I forget to try in the New Game.

The Good Life
TID: 0100B1B015ABA000
BID: 4B7C5DE5DE1B9F5B (1.4 - v196608)
[HP by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000018
640F0000 00000000 41A00000

[Hungry by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 0000001C
640F0000 00000000 42C80000

[Awake by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000020
640F0000 00000000 41A00000

[Stamina by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000024
640F0000 00000000 42C80000

[Money by jhmiller]
580F0000 034516D0
580F1000 000000B8
580F1000 00000000
580F1000 000002B0
780F0000 00000048
640F0000 00000000 05F5E09C
@matias3ds: Sorry for the double work. This is the new file.
No need to apologise, thank you for the great work you do here! And thanks for updating :)
 

kidkat210

Well-Known Member
Member
Joined
Nov 9, 2016
Messages
1,048
Trophies
0
Age
29
XP
2,296
Country
United States
Hi how were u able to edit the money? Do u mind sharing your cheat file?
Editing money is easy, do a u32 == heap+main search of how much you have, spend a little bit. Search the new number with same settings. Repeat it till you have 1-2 addresses in edizon. Edit one to whatever number you want to be money. Check in game if it changed. If it didn't edit the other one and check in game. Then profit
 

mitchal

Member
Newcomer
Joined
Jan 24, 2020
Messages
17
Trophies
0
Age
32
XP
99
Country
Singapore
Editing money is easy, do a u32 == heap+main search of how much you have, spend a little bit. Search the new number with same settings. Repeat it till you have 1-2 addresses in edizon. Edit one to whatever number you want to be money. Check in game if it changed. If it didn't edit the other one and check in game. Then profit
tested on youtuber life 2 but both addresses didnt change the money in the game:wacko::wacko:
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,387
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,767
Country
United States
tested on youtuber life 2 but both addresses didnt change the money in the game:wacko::wacko:
It depends. Could be float or double float. Could be 1 less than what's onscreen or 1 more than what's onscreen. If it's like this 100.00 then it could be 10000. I've seen in some games instead of hexadecimal it's 0x00010000. Do a unknown search and greater and lesser than searches.
 

cloud-strife777

Well-Known Member
Member
Joined
Sep 28, 2019
Messages
610
Trophies
0
Age
34
XP
1,885
Country
Germany
N64 time wuhuuu
DSC_0002.JPG
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,065
Trophies
3
Age
46
Location
At my chair.
XP
17,661
Country
Colombia
cheat zelda skyward plzzz ????

Request for Zelda Skyward Sword. Title ID: 01002DA013484000

request cheat zelda skyward???????

Is there a moon jump cheat for Skyward Sword HD?

Please Zelda Skyward Sword
Max Rubin cheat

not see here fieles for this Cheat.

Zelda HD Skyward Sword please unlimited slingshots :)

Er... Bump
Of all the Skyward Sword cheats, this is the only one I really need, thank you all!

hey

can someone send me the 150 skyward sword HD switch cheats please

Zelda HD skyward sword v1.01 please Cheats

Zelda HD skyward sword v1.01 please Cheats

All I need is a nice group of humas.
This is the Cheat Codes for Legend Of Zelda Skyward Sword HD ver 1.1.0, Is not mine I just copy the original 1.0.0 file and changed to the correct filename to the BID: 5441AF3C89F97E1D, also remove some cheats what crash the updated game .

PID: 01002DA013484000
BID: 5441AF3C89F97E1D
 

Attachments

  • TLOZSSHD.zip
    2.9 KB · Views: 193

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,187
Country
Thailand
Spectacular Sparky
TID: 010009F011FB2000
BID: 5CE9F689B77C794B
Version: 1.2

Code:
[Moonjump]
[Inf. Health]
[Inf. Stamina]
[No Weapon Overheat]

Credits: crazy_p

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

Attachments

  • 010009F011FB2000.zip
    908 bytes · Views: 77

Tere Valentin

Well-Known Member
Member
Joined
Nov 21, 2015
Messages
1,291
Trophies
0
Age
36
XP
2,368
Country
United States
ok, welp. i got Gunvolt striker pack done. i might come to back this, to see what else i do/find.
part of the reason why was the offset at least double or were off, and i need to re-find them. one of the codes use subtraction instead of addition, let me know if it fails.....
moving to on the next one.
so @Tere Valentin, bookmark this post, because i will add the other one to this post.
for the second one, i couldnt update the asm codes for exp or money
My friend, thank you so much for this! Deeply appreciate the help.
Testing now (I have ASM and use Edizon for cheats). For some odd reason, none of cheats appear for Gunvolt strike pack,
Meanwhile, luminous avenger shows all its cheats.
Edit: Noticed some spaces at end of each numbered code line so I removed them. But still cant see any cheats. Will do more tests.
 
Last edited by Tere Valentin,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,709
Trophies
1
XP
6,313
Country
United States
My friend, thank you so much for this! Deeply appreciate the help.
Testing now (I have ASM). For some odd reason, none of cheats appear for Gunvolt strike pack,
Meanwhile, luminous avenger shows all its cheats.
Edit: Noticed some spaces at end of each numbered code line so I removed them. But still cant see any cheats. Will do more tests.
Do you have breeze? If so, try opening in that. Its possible I may have screwed up the outlines marker with either not enough or too many zeros.
 
  • Like
Reactions: crazy_p

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    BigOnYa @ BigOnYa: 3 hours on a riding lawn mower, my butt is numb and my whole body is still vibrating. Gonna be a...