Gaming Gateway Cheats

Status
Not open for further replies.

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
Subtraction of constants is possible by adding 2's complement
example
[the data register content] - 0x3
D4000000 FFFFFFFD

But I do not know how to subtract [Adress XXXXXXXX content]
[the data register content] - [Adress XXXXXXXX content]
 
  • Like
Reactions: lys1030

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,780
Trophies
2
Age
48
Location
Japan
XP
3,680
Country
United States
Subtraction of constants is possible by adding 2's complement
example
[the data register content] - 0x3
D4000000 FFFFFFFD

But I do not know how to subtract [Adress XXXXXXXX content]
[the data register content] - [Adress XXXXXXXX content]
EDIT: derp (my derp, not yours).

what is the use case for this?
 
Last edited by urherenow,

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,780
Trophies
2
Age
48
Location
Japan
XP
3,680
Country
United States
>what is the use case for this?
I'm sorry, Because it is machine translation, I don't understand what this question.
What kind of cheat requires you to get the values from 2 locations and subtract them? This doesn't sound at all what people need. If you want to kill something in 1 hit, make its HP 1. etc, etc...
 

lys1030

Member
Newcomer
Joined
Jul 8, 2015
Messages
20
Trophies
0
Age
30
XP
86
Country
United States
Sleep Offset(Size:2Byte) = 0x6900(Current HP Offset + 0x54E8)
Paralyze Offset(Size:2Byte) = 0x6916(Current HP Offset + 0x54FE)


>transmagogmazius restriction lift (as in, able to trasnmog any armor with any armor blademaster+gunner etc.)?
I don't know.
Code:
[Max brave gauge v1.1]
002F3E40 E3A00FFA
002F3E44 E58603EC
002F3E48 EA000000
002F3EA0 E3800501
002F3EA4 E58603A8

Thank you so much! Could you please also provide the offset for dizziness (眩暈) if it's convenient for you?
 

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
What kind of cheat requires you to get the values from 2 locations and subtract them? This doesn't sound at all what people need. If you want to kill something in 1 hit, make its HP 1. etc, etc...
>What kind of cheat requires you to get the values from 2 locations and subtract them?
I do not know much how to use LayeredFS, But using LayeredFS seems to be able to do something like that
https://gbatemp.net/threads/how-to-create-and-use-a-layeredfs-plugin.389977/

Thank you so much! Could you please also provide the offset for dizziness (眩暈) if it's convenient for you?
Dizziness Offset(Size:2Byte) = 0x69D6(Current HP Offset + 0x55BE)
 

BobNoton

Active Member
Newcomer
Joined
Jun 19, 2016
Messages
30
Trophies
0
Age
29
XP
71
Country
France
What kind of cheat requires you to get the values from 2 locations and subtract them? This doesn't sound at all what people need. If you want to kill something in 1 hit, make its HP 1. etc, etc...

Kill the monster in one hit kill the game at the same time, so I don't like the "cheat" word, I rather something like "mod" or "plug in"
I use the monster's HP displayer code to know how many damage I do per hit, what can kill, what can't, which game design choice had been made, but it's easier if i can do previousHP-currentHP to display clearly the damages done by the last hit

I realy like this game/licence, it's not just a game I install to play it 3 hours with cheats founded on internet like a child with a powersave, and drop it when I get every items by pressing three buttons
In fact, the only games installed on my 3DS with a CFW for 2 years are Monster Hunter's ones, I've never took the time to play others, thats quite a problem but some has the same problem with other games, like CS, WoW or something... :/
Even diamonds like fire emblem are really hard to be interesting for me, and it's very sad 'cause I know this series is awesome

So I need to go deeper and deeper into the game mecanic, and my main frustation is to not be able to code like ymyn, even if I figured out how to do the easy ones, there are still a lot of them where the process to found concerned adress are unknown

So original condition : games mecanic knowledge
Result : Display damages to optimise them, the easiest way

And use diverse websites information like damages calculation, monsters hitzone and everything i can found

For now, successive adress search is the only method I know (on the ingame GW menu, which is quite useful), for known values and unknown (more than, less than, equals... until the result show up) only

And also everything on the GW code here :
https://gbatemp.net/threads/guide-how-to-create-gateway-cheat-codes.410926/

But assembly codes used by ymyn are to hard for the use I have, I mean, without adresses, I can't found a proper usage where EXXX XXXX instructions a really needed

So if you have something in english/french that can be useful, I take

I've also look to NTR C code, also a huge panel of possibility, but still, without adresses, no usage of it...
I've also seen people use RAM dumps on ntrdebugger, but can't really understand how it works, because dumps are fixed so they don't move after extaction

GW ingame menu allows variable search and in game writing as a lot of us are aware of, and that's the only features I understood of ntrdebugger concerning "cheats", so I don't use ntr for that :/

@lys1030 There is also speed and damages factor which are realy close to the monster's HP value, speed is +0x1C and +0x28 from it (change them at the same time, one seemed to be the current value and the other the default value)

Speed them for challenge, slow them for damage calculation, do as you wish

Sorry for my bad english etc...

@ymyn
I know I've already asked but... how do you found all the adress' ? the simple variable search can't be enough to found them :o

The chineses links you gave me were a bit to hard to translate :/
 
Last edited by BobNoton,
  • Like
Reactions: lys1030

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
Fire Emblem Echoes JPN
00040000001A2B00
Code:
獲得経験値100(START+↑でON, START+↓でOFF)
[Get Exp 100 After Defeat Enemy(START+UP;ON, START+DOWN;OFF) v1.0]
DD000000 00000048
004509EC E3A00064
D0000000 00000000
DD000000 00000088
004509EC C3A00064
D0000000 00000000
 
敵操作可能
[Able to control enemy v1.0]
002F9584 E1500000
 
無限行動
[Infinite Movement v1.0]
002F9590 E1500000
 
敵と物交換できる
[Able to item trade with the enemy v1.0]
00333C4C E1500000
 
聖なる井戸枯れない
[Well does not wither v1.0]
0042CE6C EA000000
0042CC80 EA000000
 
進撃準備でどこでも初期配置(敵も含む)
[Anywhere starting position in preparations (including enemy) v1.0]
002F960C E1500000
002F961C EA000007
002F9650 E3A00001
00307674 E3100B02
003076DC E3100B02
※敵の危険範囲表示はAボタンからYボタンに変更されます
※Enemy's danger area view  button is change from A to Y
 
誰でも輸送隊使用可能
[Able to use convoy anyone v1.0]
0031C5B0 E1A00000
0031C9D8 E1A00000
 
成長率1%以上なら能力必ず上がる
[All status up by LV up(Growth Rate must be Large than 1%) v1.0]
00356B84 E3A00001
 
ミラの歯車何度も使える
[Inf Use Mira Gear v1.0]
00434C0C 13A00001
 
Last edited by ymyn,

mancasoko

Well-Known Member
Member
Joined
Apr 27, 2014
Messages
211
Trophies
0
Age
35
XP
712
Country
Fire Emblem Echoes JPN
00040000001A2B00
Code:
獲得経験値100(SELECT+XでON, SELECT+BでOFF)
[Get Exp 100 After Defeat Enemy(START+UP;ON, START+DOWN;OFF) v1.0]
DD000000 00000048
004509EC E3A00064
D0000000 00000000
DD000000 00000088
004509EC C3A00064
D0000000 00000000
 
敵操作可能
[Able to control enemy v1.0]
002F9584 E1500000
 
無限行動
[Infinite Movement v1.0]
002F9590 E1500000
 
敵と物交換できる
[Able to item trade with the enemy v1.0]
00333C4C E1500000
 
聖なる井戸枯れない
[Well does not wither v1.0]
0042CE6C EA000000
0042CC80 EA000000
 
進撃準備でどこでも初期配置(敵も含む)
[Anywhere starting position in preparations (including enemy) v1.0]
002F960C E1500000
002F961C EA000007
002F9650 E3A00001
00307674 E3100B02
003076DC E3100B02
※敵の危険範囲表示はAボタンからYボタンに変更されます
※Enemy's danger area view  button is change from A to Y
 
誰でも輸送隊使用可能
[Able to use convoy anyone v1.0]
0031C5B0 E1A00000
0031C9D8 E1A00000
 
成長率1%以上なら能力必ず上がる
[All status up by LV up(Growth Rate must be Large than 1%) v1.0]
00356B84 E3A00001
 
ミラの歯車何度も使える
[Inf Use Mira Gear v1.0]
00434C0C 13A00001
Nice work as always. Can you make Inf HP chat? I notice that you almost never make HP cheats. :)
 

KunoichiZ

Well-Known Member
Member
Joined
Mar 16, 2012
Messages
8,830
Trophies
0
Age
28
XP
4,597
Country
United States
Fire Emblem Echoes JPN
00040000001A2B00
Code:
獲得経験値100(SELECT+XでON, SELECT+BでOFF)
[Get Exp 100 After Defeat Enemy(START+UP;ON, START+DOWN;OFF) v1.0]
DD000000 00000048
004509EC E3A00064
D0000000 00000000
DD000000 00000088
004509EC C3A00064
D0000000 00000000
 
敵操作可能
[Able to control enemy v1.0]
002F9584 E1500000
 
無限行動
[Infinite Movement v1.0]
002F9590 E1500000
 
敵と物交換できる
[Able to item trade with the enemy v1.0]
00333C4C E1500000
 
聖なる井戸枯れない
[Well does not wither v1.0]
0042CE6C EA000000
0042CC80 EA000000
 
進撃準備でどこでも初期配置(敵も含む)
[Anywhere starting position in preparations (including enemy) v1.0]
002F960C E1500000
002F961C EA000007
002F9650 E3A00001
00307674 E3100B02
003076DC E3100B02
※敵の危険範囲表示はAボタンからYボタンに変更されます
※Enemy's danger area view  button is change from A to Y
 
誰でも輸送隊使用可能
[Able to use convoy anyone v1.0]
0031C5B0 E1A00000
0031C9D8 E1A00000
 
成長率1%以上なら能力必ず上がる
[All status up by LV up(Growth Rate must be Large than 1%) v1.0]
00356B84 E3A00001
 
ミラの歯車何度も使える
[Inf Use Mira Gear v1.0]
00434C0C 13A00001
Made a NTR plugin from these cheats for anyone who's interested:

https://github.com/KunoichiZ/SoVJP-NTR-Plugin/releases/tag/v1.0
 

BobNoton

Active Member
Newcomer
Joined
Jun 19, 2016
Messages
30
Trophies
0
Age
29
XP
71
Country
France
Nice work as always. Can you make Inf HP chat? I notice that you almost never make HP cheats. :)

Maybe because it's often the easier ones, the value is almost always wrote on the screen, so we can change it easily and found the adress in one or two research :)

[Have 10 HP, look for 10, take a hit, look for 9, maybe another one, look for 8, then take the only adress left and write :
0xxx xxxx 0000 000A
to maintain your HP to ten(0x0A), where xxx xxxx is your adress (if there are 8 numbers, add a D300 0000 Y000 0000 line before the other, where Y is the first number of the adress you found]
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=ZJewzRHdH8c