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

FluffGaming

Member
Newcomer
Joined
Jan 27, 2022
Messages
9
Trophies
0
Age
28
XP
58
Country
United States
Still waiting on any acknowledgement on my requested move growth modifier codes for Mystery Dungeon DX.

Game: Pokemon Mystery Dungeon DX
Version: 1.0.2
Title ID: 01003D200BAA2000
Build ID: 3AB632DEE82D5944

Request: Universal Move Growth modifiers: 2x 4x, 6x, 8x, 16x, etc.

I think you can just slip into the Dojo with a ticket to get the values but I don't have the experience to obtain the codes.
 
Last edited by FluffGaming,

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
I have a request for
The Company Man
TID: 010060E015FF2000
BID: B6E5D1E72CA8AB7A
infinite jump/moonjump
Thanks in advance.

I didn't really play the game, not my kind of game, but here's what I made, fills your request..



Code:
Inf. Health
Invulnerable
Inf Jumps / Dash
Moon Jump
Movement Speed Modifiers

[The Company Man v1.0.0
TID: 010060E015FF2000
BID: B6E5D1E72CA8AB7A]

[-- Player Codes --]
20000000

[Inf. Health]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000070
780A0000 00000018
640A0000 00000000 000000FF

[Invulnerable]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000070
780A0000 00000028
610A0000 00000000 00000001

[-- Movement Speed Codes --]
20000000

[Inf. Jumps]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000098
780A0000 000000A4
640A0000 00000000 0098967F

[Moon Jump]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000098
780A0000 000000A8
640A0000 00000000 42200000

[Moon Jump Off]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000098
780A0000 000000A8
640A0000 00000000 41A00000

[Inf. Dash]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 000000B0
780A0000 000000C0
640A0000 00000000 00000000

[1x Movement Speed]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000088
780A0000 000000AC
640A0000 00000000 3F800000

[2x Movement Speed]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000088
780A0000 000000AC
640A0000 00000000 40000000

[4x Movement Speed]
580A0000 03C05280
580A1000 000001F0
580A1000 00000020
580A1000 00000088
780A0000 000000AC
640A0000 00000000 40800000

[-- by khuong --]
20000000

I’ve done normal cheats for this but can’t do moonjump as don’t have tools to do asm codes

This game is weird, generally you don't really need ASM for the Moon Jumps -- although it does make it easier.

This game stores how many times you're allowed to jump, and how many times you've jumped to calculate it.

0x1 - On Ground (Start of Game) -- this value changes maybe later in game when you unlock double jump or something.
0x0 - Off Ground (Start of Game) -- this value changes maybe later in game when you unlock double jump or something.

And then jump height is right next to it stored as a float, 20f default.. change that to higher for a higher jump.. set amount of times allowed to jump to higher, and you can jump a lot.
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
Ok, so your telling me there’s a interger in there that controls how high you jump and it’s supposed to be findable by only using edizon se?

Jumping is usually floats.. majority of gravity is float.. some games are double and some are ints.. but rare.

Normally you search 0 or unknown as on ground.. then change or 1 when you jump.. and continue from there.. until you find a few values.. which usually end up being..

Z Co-ords..
Jumping Value
Height..
Etc.
 
  • Like
Reactions: Jasonclarke1986

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
Any thing specific to look for?

This game is.. very weird... I can't seem to find pointers for anything...

Items and Funds are 4bytes, and items are..

Looks like you'll have to find them via asm :(

1644282292917.png
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,813
Trophies
1
XP
6,521
Country
United States
This game is.. very weird... I can't seem to find pointers for anything...

Items and Funds are 4bytes, and items are..

Looks like you'll have to find them via asm :(

View attachment 297195
the game is using a "ldr w??, [X??,X??]" method, which according to tom, is not good for finding pointers. that said:

[Can buy anything under 10000000]
04000000 005FC204 18000040
04000000 005FC20C 00989680

[Items dont decrease while selling]
04000000 005F5F44 2A0B03EA

[Selling stores max count instead]
04000000 005F5F44 2A0C03EA

[Can forge anything]
04000000 00603074 52800C68

[Can Learn any skill]
04000000 005F57C0 52800C60

[battle health]
580F0000 05F13F68
580F1000 00000030
580F1000 00000250
780F0000 00000554
989EF000
540E1000 00000004
A4EF0000

[Sp]
580F0000 05F13F68
580F1000 00000030
580F1000 00000250
780F0000 000005A4
989EF000
540E1000 00000004
A4EF0000

[DG meter]
580F0000 05F13F68
580F1000 00000030
580F1000 00000250
780F0000 000005AC
640F0000 00000000 3F800000

the first code doesnt update your visual total, but anything under 10000000 you can buy.
as for the items, it only works when you are selling in the shop.
 
Last edited by Gamerjin,

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
the game is using a "ldr w??, [X??,X??]" method, which according to tom, is not good for finding pointers. that said:

[Can buy anything under 10000000]
04000000 005FC204 18000040
04000000 005FC20C 00989680

[Items dont decrease while selling]
04000000 005F5F44 2A0B03EA

[Selling stores max count instead]
04000000 005F5F44 2A0C03EA

the first code doesnt update your visual total, but anything under 10000000 you can buy.
as for the items, im only in the shop, so i dont know if the code works outside the shop, as i am just now starting to play the game.

That makes sense :D I'm testing something hopefully I can figure out how to write it.
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
Inf HP
Inf SP
Inf Skill Point
Inf Money
Item Not Decrease
Thank You for your help

I found that it uses static pointers -- Got to play this silly game to get more values.. but I have Gold + Items.. working on all items, once I figure out how many items there are :D

Code:
[Maglam Lord v1.0.0
TID: 01002C0015644000
BID: 3A3C781930CB8201]

[Inf. Money]
580A0000 056CED58
780A0000 0000949C
640A0000 00000000 0098967F
 

zodiart88

Member
Newcomer
Joined
Jan 26, 2020
Messages
21
Trophies
0
Age
35
XP
257
Country
Canada
Request cheat: Bloodstained Ritual of the Night
Version:1.21
TID:0100BF500207C000
BID:2A4D573019380105

Max Luck or 100% item and shard drop rate

Thank you.
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
I found that it uses static pointers -- Got to play this silly game to get more values.. but I have Gold + Items.. working on all items, once I figure out how many items there are :D

Code:
[Maglam Lord v1.0.0
TID: 01002C0015644000
BID: 3A3C781930CB8201]

[Inf. Money]
580A0000 056CED58
780A0000 0000949C
640A0000 00000000 0098967F

Health for this game is... very strange, I can find it and change it, but it loads a strange value at start of each battle.. and address is no where to be found. Guess I'll stop for now.. not my kind of game unless someone sends me a save with more party members.
 

Eiffel2018

Well-Known Member
Member
Joined
Aug 23, 2020
Messages
1,582
Trophies
3
Age
24
XP
10,227
Country
Hong Kong
Health for this game is... very strange, I can find it and change it, but it loads a strange value at start of each battle.. and address is no where to be found. Guess I'll stop for now.. not my kind of game unless someone sends me a save with more party members.
I've tried this game 2 days age, played about 15 minutes, However, all of them are words, nothing to play,............. then quit :)
 
  • Like
Reactions: crazy_p and ZER-O

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,515
Country
Canada
I've tried this game 2 days age, played about 15 minutes, However, all of them are words, nothing to play,............. then quit :)

Yeah its a text based game, and then a few places where you fight, run around looking for treasure.. also date.. dating sim.. it sucks LOL
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BakerMan @ BakerMan: this one +1