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

DrewJitsuSwitch

New Member
Newbie
Joined
Jan 24, 2023
Messages
2
Trophies
0
Age
32
XP
25
Country
United States
I'm only like 5 Min into the Game right now...
It also works for Seeds for me, but i'll look into it later!

In the meantime use this:

[Slot 1 x99]
58000000 5196E7F8
58001000 00000048
58001000 000091A8
58001000 00000036
78000000 00000002
62000000 00000000 00000063



Just wait a Day or so and it will pop up on your favourite Warez Site!
Are you running these on Ryujinx or Yuzu?
It appears some of the cheats (by the way, thank you) you listed cause the game to crash through Ryujinx with the 1.0.1 version
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,902
Trophies
1
XP
7,662
Country
Italy
Arcade Archives GUZZLER
TID: 010025E01450E000
BID: D90054ABB5C5413E

[Inf.Credits]
[P1 Inf.Lives]
[P2 Inf.Lives]
[Inf.Water]
[Select Start Round]


[B[Original Code by ネオ•グランゾン[/B]
Post automatically merged:

since it's been a while with no updates from you guys, here you go

ACA NEOGEO TOP HUNTER RODDY & CATHY 1.0.0
TID: 0100A0D004FB0000
BID: 46F7CA498F8E3A92

Code:
[P1 Infinite Health]
14050000 01261778 00000001
520f0000 01259c4e
740f0000 01250fd0
010f0000 00000000 00000040
20000000

[P2 Infinite Health]
14050000 01261778 00000001
520f0000 01259c52
740f0000 01250fd0
010f0000 00000000 00000040
20000000
@dsrules ,these are the codes i have found so far i miss invincibility
Code:
[Breeze beta66 ACA NEOGEO TOP HUNTER RODDY & CATHY 1.0.0 TID: 0100A0D004FB0000 BID: 46F7CA498F8E3A92]

[Inf.Credits]
01000000 01240FA7 00000099 

[Inf.Time]
01000000 01259C32 00000099 

[P1 Inf.Lives]
01000000 01259C8C 00000064 

[P1 Always Power]
01000000 01259C7C 00000005
 

Attachments

  • D90054ABB5C5413E.txt
    758 bytes · Views: 53
Last edited by NeoGranzon,

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,187
Country
Thailand
@crazy_p thank you so much fot reply,i asked why i have a problem with this game vers.2.0.0, when cheats are active and you press +/- to pause the game freezes and you have to close it and i didn't understand why,i thought they needed pointers.

You would have to figure out which Cheat is causing the the Game to Freeze/Crash.

Look at the Address when the Cheat is off (Use your Bookmarks).
Make Screenshots of the Memory Region when the Game runs normally and
when you press +/-, compare both Screenshots and look for something unique...

After you found something that is consistent use Code Type 1, to make a conditional Code...

Normal Game Play.jpg

Normal Game Play

Loading Screen.jpg

During a Loading Screen
As you can see Offset 0x9C0 (Red Circle) is never 1 during a Loading Screen, so i made a Cheat
that only alters the Health Address IF Offset 0x9C0 is 1....

This is an Example with Pointers but the same should apply to a Static Address...

You can also try to make ASM Cheats with Breeze (No PC needed)...

Are you running these on Ryujinx or Yuzu?
It appears some of the cheats (by the way, thank you) you listed cause the game to crash through Ryujinx with the 1.0.1 version

IDK if they work on Emulators, my Cheats are designed to work on real Hardware...

The Cheat Implemation on those Emulators are a Joke anyways...

1 Cheat per Textfile, no Master Code allowed, no Button Activators
and only Code Type 0 - 7 are supported, so no wonder that some Cheats
don't work or Crash the Emulator...

Possible Fix to your Problem is to delete the "[ZL/ZR Change Item Slot 1 | ZL+ZR Reset]"
Cheat (Code Type 9) and change the curly Brackets to square Brackets {} -> []....

I have no Interest in investigating any Emulator related Issuses,
so you have to figure it out yourself...
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,635
Trophies
2
XP
6,200
Country
@dsrules[/USER] ,these are the codes i have found so far i miss invincibility
Code:
[Breeze beta66 ACA NEOGEO TOP HUNTER RODDY & CATHY 1.0.0 TID: 0100A0D004FB0000 BID: 46F7CA498F8E3A92]

[Inf.Credits]
01000000 01240FA7 00000099

[Inf.Time]
01000000 01259C32 00000099

[P1 Inf.Lives]
01000000 01259C8C 00000064

[P1 Always Power]
01000000 01259C7C 00000005
Invincibilty is health address +2
so 01250fd0 +2 = 01250fd2
those are the only 2 dynamic address in the mame cheats list
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,902
Trophies
1
XP
7,662
Country
Italy
You would have to figure out which Cheat is causing the the Game to Freeze/Crash.

Look at the Address when the Cheat is off (Use your Bookmarks).
Make Screenshots of the Memory Region when the Game runs normally and
when you press +/-, compare both Screenshots and look for something unique...

After you found something that is consistent use Code Type 1, to make a conditional Code...

View attachment 350187
Normal Game Play

View attachment 350188
During a Loading Screen
As you can see Offset 0x9C0 (Red Circle) is never 1 during a Loading Screen, so i made a Cheat
that only alters the Health Address IF Offset 0x9C0 is 1....

This is an Example with Pointers but the same should apply to a Static Address...

You can also try to make ASM Cheats with Breeze (No PC needed)...
@crazy_p thanks a lot for your reply, please could you tell me how i can create ASM codes with Breeze i don't know?
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,187
Country
Thailand
@crazy_p thanks a lot for your reply, please could you tell me how i can create ASM codes with Breeze i don't know?
I have no experience with Breeze's ASM Stuff, as i only use IDA Pro...

TomSwitch made some wonderful Tutorials about the Matter though...
You can find some Infos here or here, i'm sure there's more, but better ask the Master himself...
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,902
Trophies
1
XP
7,662
Country
Italy
Arcade Archives THE ASTYANAX
TID: 0100A7B01450C000
BID: 51CDBC2DF99AC20E

[Inf.Credits]
[Inf.Time]
[Invincibility]
[P1 Inf.Lives]
[P1 Inf.Energy]
[P1 Max Power]
[P1 Inf.Magic]
[P1 Always have Shield]
[P2 Inf.Lives]
[P2 Inf.Energy]
[P2 Max Power]
[P2 Inf.Magic]
[P2 Always have Shield]

Original Code by ネオ•グランゾン]/B]
 

Attachments

  • 51CDBC2DF99AC20E.txt
    1.7 KB · Views: 65

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
279
Country
United States
请教下。如何凭空添加物品代码呢?这个问题一直困扰我,希望能得到大家的帮助。我本身不是学计算机的,如果有说的不对的地方,请见谅。

以下举例子说明。
第一个游戏,三角战略类型。这类游戏是商店销售的物品多少,取决于游戏的进度多少。比如人物身上背包里,只有6物品,也就是说只有这6个物品对应的地址。查看物品地址发现,只有这6个物品的位置,其他无法添加。即便更改这这6个物品的代码,也还是只能6个,这样的情况如何凭空添加更多的物品进去呢?

第二个游戏,火焰之纹章 Engage。运输队里如何添加属性药呢?在人物没有获得有属性药的情况下,即便修改运输队的物品地址改为属性药的代码。运输队依然不显示出来,这样的情况要如何编写代码呢?

这种情况下的,用EdiZon-SE能做到吗?还是说需要IDA 搜方式 或是制作MOD才能实现呢?


Please advise. How to add item code out of thin air? This problem has been bothering me, I hope you can help me.
The following example illustrates.
The first game, triangle strategy type. In this type of game, the number of items sold in the store depends on the progress of the game. For example, there are only 6 items in the backpack of the character, that is to say, there are only addresses corresponding to these 6 items. Check the address of the item and found that there are only the locations of these 6 items, and the others cannot be added. Even if the codes of these 6 items are changed, there are still only 6. How can we add more items out of thin air in such a situation?

The second game, Fire Emblem Engage. How to add attribute medicine to the transport team? In the case that the character has not obtained the attribute medicine, even if the item address of the transport team is changed to the code of the attribute medicine. The transport team is still not displayed, how to write code in such a situation?

In this case, can it be done with EdiZon-SE? Or do I need IDA search method or make MOD to realize it?
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,347
Trophies
1
Age
44
XP
14,216
Country
United States
请教下。如何凭空添加物品代码呢?这个问题一直困扰我,希望能得到大家的帮助。我本身不是学计算机的,如果有说的不对的地方,请见谅。

以下举例子说明。
第一个游戏,三角战略类型。这类游戏是商店销售的物品多少,取决于游戏的进度多少。比如人物身上背包里,只有6物品,也就是说只有这6个物品对应的地址。查看物品地址发现,只有这6个物品的位置,其他无法添加。即便更改这这6个物品的代码,也还是只能6个,这样的情况如何凭空添加更多的物品进去呢?

第二个游戏,火焰之纹章 Engage。运输队里如何添加属性药呢?在人物没有获得有属性药的情况下,即便修改运输队的物品地址改为属性药的代码。运输队依然不显示出来,这样的情况要如何编写代码呢?

这种情况下的,用EdiZon-SE能做到吗?还是说需要IDA 搜方式 或是制作MOD才能实现呢?


Please advise. How to add item code out of thin air? This problem has been bothering me, I hope you can help me.
The following example illustrates.
The first game, triangle strategy type. In this type of game, the number of items sold in the store depends on the progress of the game. For example, there are only 6 items in the backpack of the character, that is to say, there are only addresses corresponding to these 6 items. Check the address of the item and found that there are only the locations of these 6 items, and the others cannot be added. Even if the codes of these 6 items are changed, there are still only 6. How can we add more items out of thin air in such a situation?

The second game, Fire Emblem Engage. How to add attribute medicine to the transport team? In the case that the character has not obtained the attribute medicine, even if the item address of the transport team is changed to the code of the attribute medicine. The transport team is still not displayed, how to write code in such a situation?

In this case, can it be done with EdiZon-SE? Or do I need IDA search method or make MOD to realize it?
Creating items that you never had before is much harder than changing qty you have.
Here are some ways items may be organized

1. An array of qty where >0 means you have it. ( Need I say more ?)

2. A list with id and qty in a record order in any manner but pack one after the other. Here you need to either use pattern recognition smarts or just some grit to figure out how to create item that you don’t have. First you identify what means what by hacking it. Once you are able to change items into another you are almost there.

3. Items qty seems to be organized randomly and there seems to be not much meaning when you compare the bytes near the qty value. Most likely qty is on a pointer. You have to try to find a list of pointers that gets you to the qtys that you have. This list of pointers would then be pointer to your item record, next you have to figure out how things are organized in the item record. Often there are multiple pointer depth to explore. May be hard can be easy you won’t know until you have won.

Concerning method of hacking edizon se don’t cover ASM. Whether memory hack or ASM hack depends on the game. Some games is much easier one way or the other. Use the wrong method just means more effort most of the time . Some hack can’t be done with memory hack but I doubt inventory would be impossible for memory hack.

I recommend quickly explore both method if you want to be efficient. You can quickly do a check if there is easy ASM hack available, it’s almost a no brainer to always do it, watch what access qty, check what the codes access, if you see all your qtys and some zero you probably hit the jackpot and a quick ASM code will make all say 99. ( With only just Breeze you can already do this in like 5 mins )
 
Last edited by TomSwitch,
  • Like
Reactions: kody and crazy_p

BigOnYa

Has A Very Big
Member
Joined
Jan 11, 2021
Messages
3,148
Trophies
1
Age
50
XP
7,424
Country
United States
Baldo The Guardian Owls (v786432)
Title ID: 0100A75005E92000
Build ID: 912616BBEA392349

All credit to @patjenova for orig code

[Coin Multiplier x4]
[Coin Multiplier (off)]
[Coins Don't Decrease]
[Coins Don't Decrease (off)]
[Orb Don't Decrease]
[Orb Don't Decrease (off)]
[Inf Items]
[Inf Items (off)]
[Inf Dungeonkeys]
[Inf Dungeonkeys (off)]
[NORMAL RUN SPEED]
[1.25X RUN SPEED]
[1.5X RUN SPEED]
[1.75X RUN SPEED]
[2X RUN SPEED]
[NORMAL SPEED GAME]
[1.25X SPEED GAME]
[1.5X SPEED GAME]
[1.75X SPEED GAME]
[2X SPEED GAME]
[5X SPEED GAME]
[10X SPEED GAME]
 

Attachments

  • 912616BBEA392349.txt
    1.1 KB · Views: 35
Last edited by BigOnYa,

Lotus06

Well-Known Member
Newcomer
Joined
Jul 2, 2022
Messages
72
Trophies
0
Age
23
Location
Texas
XP
347
Country
United States
still no cheats codes for Persona 3 and 4?
yes there is lol, they're just scattered about, here are all posts so far

P3P :
: https://gbatemp.net/threads/hacking-persona-4-golden-with-breeze.624983/post-10055581
: https://gbatemp.net/threads/hacking-persona-4-golden-with-breeze.624983/post-10056270
: https://gbatemp.net/threads/hacking-persona-4-golden-with-breeze.624983/post-10058138

P4G: https://gbatemp.net/threads/hacking-persona-4-golden-with-breeze.624983/
: https://gbatemp.net/threads/cheat-codes-ams-and-sx-os-add-and-request.520293/post-10057500
Post automatically merged:

how to use this cheat code, i'm new so i don't have much experience with cheats
Is there an easy way to use them?
if you still do not know how lol, just extract this zip to the root of your SD card, also P4G cheats load fine with this try it @yonofu
 

Attachments

  • atmosphere.zip
    1.4 KB · Views: 65
Last edited by Lotus06,
  • Like
Reactions: Alifax

koffka

New Member
Newbie
Joined
Feb 28, 2021
Messages
4
Trophies
0
Age
45
XP
335
Country
Latvia
Hello,

I'd like to request cheats for Mario Kart 8 Deluxe v2.2.1

Request: Unlock all parts
Title id: 0100152000022000
Build id: 381F6BF6894F3C33

Thanks
 
  • Like
Reactions: zebrone

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    He said he had 3 different doctors apt this week, so he prob there. Something about gerbal extraction, I don't know.
    +1
  • ZeroT21 @ ZeroT21:
    bored, guess i'll spread more democracy
  • LeoTCK @ LeoTCK:
    @K3Nv2 one more time you say such bs to @BakerMan and I'll smack you across the whole planet
  • K3Nv2 @ K3Nv2:
    Make sure you smack my booty daddy
    +1
  • LeoTCK @ LeoTCK:
    telling him that my partner is luke...does he look like someone with such big ne
    eds?
  • LeoTCK @ LeoTCK:
    do you really think I could stand living with someone like luke?
  • LeoTCK @ LeoTCK:
    I suppose luke has "special needs" but he's not my partner, did you just say that to piss me off again?
  • LeoTCK @ LeoTCK:
    besides I had bigger worries today
  • LeoTCK @ LeoTCK:
    but what do you know about that, you won't believe me anyways
  • K3Nv2 @ K3Nv2:
    @BigOnYa can answer that
  • BigOnYa @ BigOnYa:
    BigOnYa already left the chat
  • K3Nv2 @ K3Nv2:
    Biginya
  • BigOnYa @ BigOnYa:
    Auto correct got me, I'm on my tablet, i need to turn that shit off
  • K3Nv2 @ K3Nv2:
    With other tabs open you perv
  • BigOnYa @ BigOnYa:
    I'm actually in my shed, bout to cut 2-3 acres of grass, my back yard.
  • K3Nv2 @ K3Nv2:
    I use to have a guy for that thanks richard
  • BigOnYa @ BigOnYa:
    I use my tablet to stream to a bluetooth speaker when in shed. iHeartRadio, FlyNation
  • K3Nv2 @ K3Nv2:
    While the victims are being buried
  • K3Nv2 @ K3Nv2:
    Grave shovel
  • BigOnYa @ BigOnYa:
    Nuh those goto the edge of the property (maybe just on the other side of)
  • K3Nv2 @ K3Nv2:
    On the neighbors side
    +1
  • BigOnYa @ BigOnYa:
    Yup, by the weird smelly green bushy looking plants.
  • Xdqwerty @ Xdqwerty:
    Water park was quite fun
    Xdqwerty @ Xdqwerty: Water park was quite fun