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

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
Please ask me some questions.

580F0000 01D83518

780F0000 00000670

640F0000 00000000 00000001


This code. The last 0000001 is to modify the four groups of positions in the game. But I just want to change it to the first two groups. That is to say, the code in the original host will remain unchanged after the last 01 00. How should I write it
Post automatically merged:

I wonder if liquid metal can leak and cause shorts, maybe some capacitor exploded. Some capacitor can burst into flame and some can explode and give a very bad smell. Good that PS5 don’t have battery inside.
Please ask me some questions.

580F0000 01D83518

780F0000 00000670

640F0000 00000000 00000001


This code. The last 0000001 is to modify the four groups of positions in the game. But I just want to change it to the first two groups. That is to say, the code in the original host will remain unchanged after the last 01 00. How should I write it
 

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
580F0000 01D83518

780F0000 00000672

300E0000 0000024D

620F0000 00000000 00000001

780F0000 00000030

310E0000

20000000


Boss, I want to ask, this. The consciousness I want to express is. The number of repeated writes is 24D, and the interval is 30. Write 01. But I think the number of written 01 will be increased by 1 each time. How should I write the code? After the first 01 interval is 30, write 02. After the interval is 30, write 03
 

jerry2256

Member
Newcomer
Joined
Jan 22, 2022
Messages
19
Trophies
0
Age
50
XP
537
Country
Taiwan
On the game for a few minutes, will probably revisit later

[Breeze beta54 Mario + Rabbids® Sparks of Hope 1.0.2011220 TID: 0100317013770000 BID: 262444E011E629AB]

[999999 coins]
04000000 0292D6DC 1A8AB128
Sorry ,Request cheats for ASIA version,TID:0100FC60185AE000 (Asia),thanks for help,if you had.
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,550
Trophies
1
Age
44
XP
14,719
Country
United States
580F0000 01D83518

780F0000 00000672

300E0000 0000024D

620F0000 00000000 00000001

780F0000 00000030

310E0000

20000000


Boss, I want to ask, this. The consciousness I want to express is. The number of repeated writes is 24D, and the interval is 30. Write 01. But I think the number of written 01 will be increased by 1 each time. How should I write the code? After the first 01 interval is 30, write 02. After the interval is 30, write 03
Take the original pointer that points to the first one.
Use Breeze to make it a loop.

I suppose this is what you want
R15=[Main+0x0001D83518] W=8
Loop Start R0=589
.R1=R15 W=8
.R1=[R1+0x0000000672] W=8
.[R1]=0x0000000000000001 W=2
.R15=R15 + 0x00000030 W=8
.Loop stop

580F0000 01D83518
30000000 0000024D
9891F000
58011000 00000672
62010000 00000000 00000001
780F0000 00000030
31000000

The original single pointer I guess is
580F0000 01D83518
580F1000 00000672 <=put the cursor here then press "add loop"
62010000 00000000 00000001
 
  • Like
Reactions: kody and NeoGranzon

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
Take the original pointer that points to the first one.
Use Breeze to make it a loop.

I suppose this is what you want
R15=[Main+0x0001D83518] W=8
Loop Start R0=589
.R1=R15 W=8
.R1=[R1+0x0000000672] W=8
.[R1]=0x0000000000000001 W=2
.R15=R15 + 0x00000030 W=8
.Loop stop

580F0000 01D83518
30000000 0000024D
9891F000
58011000 00000672
62010000 00000000 00000001
780F0000 00000030
31000000

The original single pointer I guess is
580F0000 01D83518
580F1000 00000672 <=put the cursor here then press "add loop"
62010000 00000000 00000001
No, it's invalid. It doesn't work.


580F0000 01D83518

780F0000 00000672

620F0000 00000000 00000001


This is the original code. My request is to increase by 1 every time with an interval of 30

Boss, I want to ask, this. The consciousness I want to express is. The number of repeated writes is 24D, and the interval is 30. Write 01. But I think the number of written 01 will be increased by 1 each time. How should I write the code? After the first 01 interval is 30, write 02. After the interval is 30, write 03
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,550
Trophies
1
Age
44
XP
14,719
Country
United States
No, it's invalid. It doesn't work.


580F0000 01D83518

780F0000 00000672

620F0000 00000000 00000001


This is the original code. My request is to increase by 1 every time with an interval of 30

Boss, I want to ask, this. The consciousness I want to express is. The number of repeated writes is 24D, and the interval is 30. Write 01. But I think the number of written 01 will be increased by 1 each time. How should I write the code? After the first 01 interval is 30, write 02. After the interval is 30, write 03
In that case it is
98820000 make R2 zero
580F0000 01D83518
780F0000 00000672
30000000 0000024D
78020000 00000001
A22F0000 Store R2 to [R15]
780F0000 00000030
31000000
 
Last edited by TomSwitch,

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
In that case it is
98820000 make R2 zero
580F0000 01D83518
780F0000 00000672
30000000 0000024D
78020000 00000001
A22F0000 Store R2 to [R15]
780F0000 00000030
31000000

QQ截图20221021232214.jpg


00000001


01 here, add 1 after every interval of 30... Not a separate cycle 01


I want to achieve 24D cycles, 01 02 03 04 05 06 07, etc
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,805
Trophies
1
XP
6,501
Country
United States
580F0000 01D83518

780F0000 00000672

300E0000 0000024D

620F0000 00000000 00000001

780F0000 00000030

310E0000

20000000


Boss, I want to ask, this. The consciousness I want to express is. The number of repeated writes is 24D, and the interval is 30. Write 01. But I think the number of written 01 will be increased by 1 each time. How should I write the code? After the first 01 interval is 30, write 02. After the interval is 30, write 03
[code name]
400C0000 00000000 00000001 <- set your incrementing number
580F0000 01D83518 <= pointer
780F0000 00000672 <= setup
300E0000 0000024D <= loop start
A1CF0000 <= write value of reg C. to pointer location of register F
780F0000 00000030 <= move pointer
780C0000 00000001 <= increase reg C value, (so now C=2, 3, 4, ...
310E0000 <= repeat loop 0x24D times
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,550
Trophies
1
Age
44
XP
14,719
Country
United States
View attachment 333035

00000001


01 here, add 1 after every interval of 30... Not a separate cycle 01


I want to achieve 24D cycles, 01 02 03 04 05 06 07, etc
Isn't that what the code is doing?

Here is the disassembly of the code I wrote for you
R2=R0 XOR R0 W=8
R15=[Main+0x0001D83518] W=8
R15=R15 + 0x00000672 W=8
Loop Start R0=589
.R2=R2 + 0x00000001 W=8
.[R15]=R2 W=2
.R15=R15 + 0x00000030 W=8
.Loop stop
 
Last edited by TomSwitch,

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,051
Trophies
1
Location
California
XP
6,093
Country
United States
Request for my Daughter......

Them's Fightin' Herds
TitleID: 01003E80178A0000
BuildID: CD3C19166294C697
Version: 1.2.0
Codes needed - Inf HP, Inf Magic Attack, 1P Never Stunned, CPU No Magic, CPU Stun Gauge Max

Also, anyone looked into DC's League of Super Pets?
 
  • Like
  • Haha
Reactions: ZER-O and platanos

Ruimusume

Well-Known Member
Newcomer
Joined
Jan 27, 2018
Messages
75
Trophies
0
Age
31
Location
日本 大阪
Website
weibo.com
XP
1,010
Country
Japan
Little Noah: Scion of Paradise v1.04

TID:0100535014D76000
BID:8D4FD3BEB5354B02

[HP锁定999不减]
[无敌闪烁]
[玛纳锁定99999]
[金币锁定9999]
[钥匙锁定20]
[药瓶数量锁定4不减]
[药瓶上限满]
[奖励关卡结束必定获得最高奖励]
[连击锁定255]
[总伤害值初始9999]
[攻击立刻获得灵态爆发]
[灵态爆发次数不减]
[灵态爆发次数上限满]
[无视条件直接发动灵态爆发]
[以太加速次数不减]
[以太加速次数上限满]
[以太加速无冷却]
[A键技能无冷却]
[X键技能无冷却]
[第一个获得道具改-礼物(铜)]
[第一个获得道具改-礼物(铁)]
[第一个获得道具改-礼物(银)]
[第一个获得道具改-礼物(紫)]
[第一个获得道具改-礼物(金)]
[第一个获得道具改-传送门碎片]
[全道具顺序整顿(需获得全道具使用)]
[全礼物数量999(需整顿顺序后使用)]
[礼物(铜)数量999(需获得全道具使用)]
[礼物(铁)数量999(需获得全道具使用)]
[礼物(银)数量999(需获得全道具使用)]
[礼物(紫)数量999(需获得全道具使用)]
[礼物(金)数量999(需获得全道具使用)]
[传送门碎片999(需整顿顺序后使用)]

https://github.com/Ruimusume/Little_Noah
 

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
Request for my Daughter......

Them's Fightin' Herds
TitleID: 01003E80178A0000
BuildID: CD3C19166294C697
Version: 1.2.0
Codes needed - Inf HP, Inf Magic Attack, 1P Never Stunned, CPU No Magic, CPU Stun Gauge Max

Also, anyone looked into DC's League of Super Pets?
For some reason I am frightened and curious of this game now...Had to look it up.
 
  • Haha
Reactions: Smoker1

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: Lol Veho goatse device! +1