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

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
It's the same Function as in the Previous Doraemon Game, so it was easy to port...

Yeah i have a Cheat to turn back Time, i assume you increase the Minutes to Fast Forward
the Time? To Turn the Time back simply Fast Forward the Minutes BUT decrease the Hours...


View attachment 335395

I didn't see the old codes LOL there was another game - ahh that makes more sense, yeah I tried to just sub the minutes, not the hours, that'd make more sense now.. thx
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
Any chance to get that for the UK version?

Or maybe you could tell mefor what value types i have to look for with the hp? I tried searching for an unknown u8/u16/u32 and then looked for same/++/-- values depending on if i did nothing/healed/got hit but to no avail :/

I don't monitor this thread, lol if i see something while i'm browing I'll reply, try dming me next time.

I'm not sure what the values are for moonscars, but if you send me the MAIN file (using nxdumptool) exefs.. for the UPDATE... of the game.. I'll do it for ya.

I don't know the value of the Health, because I normally don't look for values for these kind of games, I go off of the game code and hook around.

Example of the health code/god mode.. and one hit kill.. based on the code, the health is a float.. I set it to 1000, so I'm assuming health is either 100 or 1000 when its full, so you can use.. Edizon-SE - do A-B Search for Float... 100-1000 for full health, get hit.. decrease, heal.. increase etc...

Code:
'LDR W0, [X19,#0x40]',
'CBZ W0, .+40',
'LDR W21, %d-{here}'%aMemory_ohk,
'CBZ W21, .+68',                    # ohk not on
# ohk code
'LDR S0, [X19,#0x5C]',
'FMOV S21, #1',
'FCMP S0, S21',
'B.LE {end}-8',
'FMOV S0, #1.0',
'STR S0, [X19,#0x5C]',
'B {end}-8',
# isPlayer so do the following
# check godMode on or off
'LDR W21, %d-{here}'%aMemory_godMode,
'CBZ W21, .+12', # skip to original code
'MOV W0, #1',
'STR W0, [X19,#0x64]',
# check inf health on or off
'LDR W21, %d-{here}'%aMemory_infHealth,
'CBZ W21, {end}-8', # skip to original code
# inf health code
'MOVZ X0, 0x447A, LSL#16',
'MOVK X0, 0x0000',
'STR X0, [X19,#0x5C]',
# orig code
'LDR S0, [X19,#0x5C]',
'RET'
 

Flipgirl

Well-Known Member
Newcomer
Joined
Sep 12, 2018
Messages
65
Trophies
0
XP
235
Country
United States
It's the same Function as in the Previous Doraemon Game, so it was easy to port...

Yeah i have a Cheat to turn back Time, i assume you increase the Minutes to Fast Forward
the Time? To Turn the Time back simply Fast Forward the Minutes BUT decrease the Hours...


View attachment 335395
Will you be posting them when you are ready? Thank you so much!!! 💕
 
  • Like
Reactions: crazy_p

Flipgirl

Well-Known Member
Newcomer
Joined
Sep 12, 2018
Messages
65
Trophies
0
XP
235
Country
United States
View attachment 331030

[Breeze beta52 DORAEMON STORY OF SEASONS: Friends of the Great Kingdom DEMO 1.0 TID: 0100712018062000 BID: B9E1A8838CCF0FC6]

[off]
04000000 0216C158 B9401A88
04000000 01D0FE10 B9401008

[qty = 99]
04000000 0216C158 1471E04C
04000000 03DE4288 52800C68
04000000 03DE428C B9001A88
04000000 03DE4290 178E1FB3

[stamina full]
04000000 01D0FE10 1483513A
04000000 03DE42F8 B9401408
04000000 03DE42FC B9001008
04000000 03DE4300 177CAEC5
Hello, how can I convert the [qty = 99] cheat to the new version of the game not demo?. Thank You!
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,196
Country
Thailand
Will you be posting them when you are ready? Thank you so much!!! 💕
I'm currently updating my N64 NSO Cheats, because i have to wait for IDA to dissassemble the
Doraemon Update...

I can send you the Japanese 1.1.0 Cheats, the 1.1.1 US Version probably takes a couple Hours...
 

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
45
XP
4,343
Country
Dominican Republic
dont work for me , any help , please
3000th Duel
TID: 0100FB5010D2E000
BID: 5BF31D69C3AE6F49

[Walk through Walls (Hold R) (Hold R+L)]
580F0000 03A67E48
580F1000 000000B8
580F1000 000001D0
580F1000 000001C0
780F0000 00000080
640F0000 00000000 3D4CCCCD
80000080
640F0000 00000000 BD4CCCCD
20000000
800000C0
640F0000 00000000 CD4CCCCD
20000000

[Inf HP]
580F0000 03A67E48
580F1000 000000B8
580F1000 000001D0
580F1000 000001D8
780F0000 00000038
640F0000 00000000 461C3C00

[Inf MP]
580F0000 03A67E48
580F1000 000000B8
580F1000 000001D0
580F1000 000001D8
780F0000 00000088
640F0000 00000000 461C3C00

[Inf Stamina]
580F0000 03A67E48
580F1000 000000B8
580F1000 000001D0
580F1000 000001D8
780F0000 0000008C
640F0000 00000000 461C3C00
[Moon Jump] [Invincible] not good.
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
I'm currently updating my N64 NSO Cheats, because i have to wait for IDA to dissassemble the
Doraemon Update...

I can send you the Japanese 1.1.0 Cheats, the 1.1.1 US Version probably takes a couple Hours...

If you.. close all windows during disassembly.. in IDA.. it goes ..a lot faster.. like 2-5x faster.

MY window during Diassembly.. (everything closed except.. output)

1667434648438.png


My window when working on game.

1667434681609.png
 

Flipgirl

Well-Known Member
Newcomer
Joined
Sep 12, 2018
Messages
65
Trophies
0
XP
235
Country
United States
I'm currently updating my N64 NSO Cheats, because i have to wait for IDA to dissassemble the
Doraemon Update...

I can send you the Japanese 1.1.0 Cheats, the 1.1.1 US Version probably takes a couple Hours...
It would be awesome but I don't know how to change them to the US version :( I only know a little bit about the cheats topic but I am not that advanced lol
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,196
Country
Thailand
If you.. close all windows during disassembly.. in IDA.. it goes ..a lot faster.. like 2-5x faster.

MY window during Diassembly.. (everything closed except.. output)

View attachment 335444

My window when working on game.

View attachment 335445

Nice, i will try it the next Time!
The Python Il2cpp Script just finished, so i'm ready to port them!

1.png

The NSO N64 is also already updated, Mario Party 1 is also already done now i just need
to double check Mario Party 2....
 

GrigOrig

New Member
Newbie
Joined
Nov 3, 2022
Messages
1
Trophies
0
Age
43
XP
24
Country
United Kingdom
Cheat Request:
Bayonetta 3 (US) v1.1.0

All training dummies unlimited health

TID ID: 01004A4010FEA000
BID ID: F1FF2D71EBD91A09

Unlimited health for all of the training dummies in training mode so we can get deep in the lab and practice full combos without interruption.
 

ragnell90

Well-Known Member
Newcomer
Joined
Jul 10, 2020
Messages
51
Trophies
0
XP
513
Country
Vietnam
Some codes for the game.. still working on it. Oh there's a US release now too.. :D one sec.

Okay here are some codes for JP and US version.. they are unfortunately... different offsets.. yay

I'll be working off the of the US copy now.. and transplant the codes over to the JP..

Code:
[DORAEMON STORY OF SEASONS - Friends of the Great Kingdom (JP) v1.1.1 TID=01009B50139A8000 BID=6B314355D87E5A94]

[Restore Code (Use after unchecking any cheats below)]
040E0000 01E15434 39000288
040E0000 01D41A00 51000508

[#01. Inf. Stamina]
040E0000 01E15434 D503201F

[#02. Inf. Item Use (Watering Can, etc.)]
040E0000 01D41A00 D503201F

[#03. Time: ZR+↓/↑ Stop/Resume | ZR+→ FF]
80008200
040E0000 01E18418 0B1F0114
20000000
80002200
040E0000 01E18418 0B140114
20000000
80004200
040E0000 01E18418 0B141914
20000000

Code:
[DORAEMON STORY OF SEASONS - Friends of the Great Kingdom (US) v1.1.1 TID=01008EE0177A8000 BID=20B54C6537791ED8]

[Restore Code (Use after unchecking any cheats below)]
040E0000 03CAB824 39000288
040E0000 03C366E0 51000508

[#01. Inf. Stamina]
040E0000 03CAB824 D503201F

[#02. Inf. Item Use (Watering Can, etc.)]
040E0000 03C366E0 D503201F

[#03. Time: ZR+↓/↑ Stop/Resume | ZR+→ FF]
80008200
040E0000 01BEF308 0B1F0114
20000000
80002200
040E0000 01BEF308 0B140114
20000000
80004200
040E0000 01BEF308 0B141914
20000000
I tested the JP codes.

Inf. Stamina: does not work; Stamina still decreases, but if you try to use tools, they didnt work (like axe doesnt cut woods, hammer doesnt smash stones).

Inf. Item Use: seems to work only for water can, but other tools and items.

Time codes: working fine.

May I ask for codes for earnings multiplier, infinite & 5-star item in backpack, infinite quantities of tools.
 
  • Like
Reactions: Brillian

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BakerMan @ BakerMan: (and the joke here is that i misheard pride month as bread month)