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

Takumi4685

Active Member
Newcomer
Joined
Nov 24, 2017
Messages
44
Trophies
0
Age
39
XP
991
Country
Japan
Rune Factory 3 Special (JP) ver 1.0.1
TID : 01001EF017BE6000
BID : D446B00CFA1EED5B

Edited 1: Wood code added
Edited2 : Money modifier affects only shipment value
Edited3 : Foddercode added

I make cheat only for my own use
And I will not modify or make cheat by any request
 

Attachments

  • D446B00CFA1EED5B.txt
    2 KB · Views: 99
Last edited by Takumi4685,

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
@Stoned ,explain to me how do you make them work without 20000000 the conditional code,whether it's Edizon SE&Breeze when you create it,it's always there.
Have Createted whit Pointer Searcher SE and Sx Code Builder Tool
And the Numbers for L and R Stick is from Atmosphere Document

I ignored this

Code Type 0x8: Begin Keypress Conditional Block​

Code type 0x8 enters or skips a conditional block based on whether a key combination is pressed.

Encoding​

8kkkkkkk

  • k: Keypad mask to check against, see below.
Note that for multiple button combinations, the bitmasks should be ORd together.

And only used this
Keypad Values
Note: This is the direct output of hidKeysDown().

0000001: A
0000002: B
0000004: X
0000008: Y
0000010: Left Stick Pressed
0000020: Right Stick Pressed
0000040: L
0000080: R
0000100: ZL
0000200: ZR
0000400: Plus
0000800: Minus
0001000: Left
0002000: Up
0004000: Right
0008000: Down
0010000: Left Stick Left
0020000: Left Stick Up
0040000: Left Stick Right
0080000: Left Stick Down
0100000: Right Stick Left
0200000: Right Stick Up
0400000: Right Stick Right
0800000: Right Stick Down
1000000: SL
2000000: SR
 

taliamother

Well-Known Member
Member
Joined
Dec 1, 2022
Messages
105
Trophies
0
Age
25
XP
242
Country
United States
Brigandine, The Legend of Runersia (US) v1.1.5(v524288) TID=010011000EA7A000 BID=236C1638CCCF2440

Is there someone who has a code in this game other than eiffel codes? Thanks!
 

Kyogu

Member
Newcomer
Joined
Feb 11, 2023
Messages
24
Trophies
0
Age
26
XP
103
Country
United States
NonetEnsemble1.01
Post automatically merged:

Redemption Reapers 1.03
 

Attachments

  • NonetEnsemble1.01.rar
    236 bytes · Views: 42
  • Redemption Reapers 1.03.rar
    249 bytes · Views: 69
Last edited by Kyogu,
  • Like
Reactions: MaxKira and Alifax

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,017
Trophies
1
XP
8,024
Country
Italy
Have Createted whit Pointer Searcher SE and Sx Code Builder Tool
And the Numbers for L and R Stick is from Atmosphere Document

I ignored this

Code Type 0x8: Begin Keypress Conditional Block​

Code type 0x8 enters or skips a conditional block based on whether a key combination is pressed.

Encoding​

8kkkkkkk

  • k: Keypad mask to check against, see below.
Note that for multiple button combinations, the bitmasks should be ORd together.

And only used this
Keypad Values
Note: This is the direct output of hidKeysDown().

0000001: A
0000002: B
0000004: X
0000008: Y
0000010: Left Stick Pressed
0000020: Right Stick Pressed
0000040: L
0000080: R
0000100: ZL
0000200: ZR
0000400: Plus
0000800: Minus
0001000: Left
0002000: Up
0004000: Right
0008000: Down
0010000: Left Stick Left
0020000: Left Stick Up
0040000: Left Stick Right
0080000: Left Stick Down
0100000: Right Stick Left
0200000: Right Stick Up
0400000: Right Stick Right
0800000: Right Stick Down
1000000: SL
2000000: SR
@Stoned ,👌 i create cheats using only Edizon SE&Breeze and not the PC that's why i wrote like this,but next time however insert TID&BID of the game together with the cheats so everyone can understand which game you are referring to.
 
Last edited by NeoGranzon,

spkatsi

Well-Known Member
Member
Joined
Jan 5, 2019
Messages
136
Trophies
0
XP
1,550
Country
Antarctica
Requesting
NSO Nintendo 64 - Mario Party
TID: 0100C9A00ECE6000
BID: 068615923F4D3887 (should be latest version)

Need some help with those mini-games that have you keep rotating your control stick....
I am unable to progress my mini-game raft because of those games.

They made me destroy my N64 controller back in the day(!)
Please help me, so they won't destroy my Switch pro controller as well.

Basically what I am looking for is a cheat that will register player as "winner" even if a mini game was lost.

I will appreciate a lot if someone could provide the described cheat code or another that will make things work.
Replies on educating people using Breeze app are not helpful to me, I am too dumb for this.

Thanks to those who want to help.
 
Last edited by spkatsi,

jhmiller

Well-Known Member
Member
Joined
Nov 23, 2010
Messages
637
Trophies
2
Location
Madrid
XP
4,729
Country
Spain
Dungeon Core
TID: 0100A3101A4E6000

0


HP
Ammo
Coins, Keys, Gears x4
Coins, Keys, Gears No Decrease
 

Attachments

  • 0100A3101A4E6000.zip
    690 bytes · Views: 32

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,729
Trophies
2
XP
6,292
Country
@Stoned, @NeoGranzon
(im not calling you out, but i do want to clarify something):
Speaking from personal experience here:
codeype 2X000000 exist for the conditional codetypes 1,8, and C. without it the code would not end when it was suppose to, or it might mistrigger. if you want a prime example, my N64, Snes, and (future) GBA codes all use the C0 (register conditional). without the 20000000 to let the system know where to start and end( should it not be correct), then all the codes would be running when enabled and one game's code will crash another game. its better to get in the habit of writing 20000000 to end ANY 1, 8, or C sections.
yes, some codes CAN work without it, but in my experience that is rare and few.
if there are more than 1 different button or condition check cheats without 20000000, if enabled more than 1 then only the top 1 will work
 
  • Like
Reactions: Gamerjin

badblood08

Active Member
Newcomer
Joined
Feb 5, 2022
Messages
37
Trophies
0
XP
178
Country
United States
Title id : 01007EA015520000
Build id : 002190DECA0E9A4B
Version : Digimon World - Next Order V1.0.0

-Edit- Codelist updated with warehouse slots modifier code

Max bits
Max Tamer XP
Max TP
Max Friendship
L Max Order Points
R Max Order Points
L Max SPD
L Max WIS
L Max STA
L Max STR
L Max Current MP
L Max MP
L Max Current HP
L Max HP
L Weight Modifier
L Personality Modifier
L Never Tired
L Max Happiness
L Max Discipline
L No Curse (Poop meter)
L Max Victories
L Max Bond
L Age Modifier
R Max SPD
R Max WIS
R Max STA
R Max STR
R Max Current MP
R Max MP
R Max Current HP
R Max HP
R Weight Modifier
R Personality Modifier
R Never Tired
R Max Happiness
R Max Discipline
R No Curse (Poop Meter)
R Max Victories
R Max Bond
R Age Modifier
Warehouse Slots 1 - 100 Max items Modifier

PS: I've preset some values to all cheats, but I recommend that these values are edited to your like before playing.


BE CAREFUL, THIS MIGHT BREAK YOUR SAVEGAME IF YOU REPLACE ANY QUEST RELATED ITEMS STORED.
I AM NOT RESPONSIBLE FOR ANY PROBLEMS YOU MIGHT HAVE, USE IT AT YOUR OWN RISK


Swap the code value from the fourth row (see image) with the ID of the item you want on that slot.

View attachment 356477

ID's list:

https://github.com/magicbob93/DNOPSVCheats/blob/main/Warehouse_modifier_codes.json


Some ID's are still missing, since this list was made based on the PSVita version, you're all welcome to help to complete it.
Thanks for the list dude, but can you help me understand how Age Modifier works? Right now in this cheat, what age does my Digimon get?
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
Thanks for the list dude, but can you help me understand how Age Modifier works? Right now in this cheat, what age does my Digimon get?
[R Age Modifier]
58000000 0489D948
58001000 000000B8
58001000 00000058
58001000 000000A0
58001000 00000028
78000000 0000018C
64000000 00000000 00000005

= 5 Days
Same for the Left Digimon.

if you want Like 7 or 10 Days

change the Last Line.
to 7 or to A or any Value you want.

[R Age Modifier]
58000000 0489D948
58001000 000000B8
58001000 00000058
58001000 000000A0
58001000 00000028
78000000 0000018C
64000000 00000000 00000007 < 7 Days

[R Age Modifier]
58000000 0489D948
58001000 000000B8
58001000 00000058
58001000 000000A0
58001000 00000028
78000000 0000018C
64000000 00000000 0000000A < 10 Days
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
  • K3Nv2 @ K3Nv2:
    Ea play raised priced to $6 a month lol
  • BigOnYa @ BigOnYa:
    Same with uremum, she's now $2 a month
  • K3Nv2 @ K3Nv2:
    Also seizures come and and go they don't have an off switch like that it all depends
    K3Nv2 @ K3Nv2: Also seizures come and and go they don't have an off switch like that it all depends