Gaming Gateway Cheats

  • Thread starter Thread starter blinkzane
  • Start date Start date
  • Views Views 4,766,720
  • Replies Replies 5,000
  • Likes Likes 16
Status
Not open for further replies.
No luck, but it didn't freeze the console. What value should I be searching? Everything related to the hex values in the thread you linked to don't seem to appear in the hex fields in the Gateway cheat menu.
create 2nd mii, run the cheat then favorite the mii
 
Here are some codes for Legend of Zelda Tri Force Heroes JP v2.1.0. Note that these codes only work in singleplayer.
[Inf Energy]
D3000000 32894106
10000000 00004416

[Inf Hearts]
D3000000 32CCCF34
10000000 00004848

[(SE+ST)Max Rupee]
DD000000 0000000C
D3000000 32CCCF60
00000000 0001869F
D0000000 00000000

Method (for other regions):
finding Heart address
Search 2424 hex in 16 bit (if you have 9 hearts)-> (Take damage -> Search Less Than) x Repeat
finding Energy Gauge address
Search 4416 hex in 16 bit-> (Use item -> Search Less Than) x Repeat

Edit:Fixed
 
Last edited by Emenaria,
  • Like
Reactions: cearp
Code:
D3000000 14000000
20895A90 00000014
+ 5C hex for next mii

Here are some codes for Legend of Zelda Tri Force Heroes JP v2.1.0. Note that these codes only work in singleplayer.
[Energy Gauge Max]
D3000000 32894106
00000000 00004416
Energy Gauge looks like float value 600
D3000000 32894104
00000000 44160000

or
D3000000 32894106
10000000 00004416
since your address and value is 16bit
00000000 00004416
 
Last edited by dsrules,
Alright, not a problem! I think I found the address for the US card CC, but changing a few values to FF froze the game entirely. o.O In hindsight I guess that makes sense but still.
BTW, I think it's dynamic.
 
You're intelligent to just make it in your head. We need more people like you to make cheats for this. :)
haha all i did was look at his code, and copy it, i simply changed the last digit to remove the power up.
nsmb2 is weird tom cheat on, not simply dynamic, but there are extra values that go along with some stuff.
 
Is there a guide on how to use the find cheat option? I understand that you compare values of things like coins but how about things you don't have?
 
Is there a guide on how to use the find cheat option? I understand that you compare values of things like coins but how about things you don't have?
you need to think outside the box, sometimes it is tricky using only the 3ds. it can take many searches... good luck
 
I Said N3ds only buttons... ZL, ZR, CStick Up/Right/Down/Left.

Ahh sorry i get you now, the reason Gateway have not inlcuded these values is so that users that dont have the New 3ds (or circle pad pro) can also use the cheats.

If people started releasing codes for Gateway that used ZL, ZR buttons, then old 3ds, 3ds xl and 2ds users wont be able to use them.

So Gateway have chosen the option that ALL users can use.
 
hey I was wondering how can I convert ar codes to GW codes anyone please help
I have noticed on some of the games ive made codes for that the first part of the address is different.

For example AR format could say XXXX1234 and gateway will say YYYY1234.

So in theory (which ive seen so far) if you remake one code thats in AR format using Gateway, youl notice that the Gateway card looks exactly the same apart from XXXX and YYYY but the rest of the address is the same, so then all you have to do is change XXXX to YYYY

This ive seen remaking my ocarina of time, majoras mask (which is what the user did here using this logic to my ar codes and took credit forhimself) and resident evil revelations.
 
Last edited by ,
Ahh sorry i get you now, the reason Gateway have not inlcuded these values is so that users that dont have the New 3ds (or circle pad pro) can also use the cheats.

If people started releasing codes for Gateway that used ZL, ZR buttons, then old 3ds, 3ds xl and 2ds users wont be able to use them.

So Gateway have chosen the option that ALL users can use.
I understand what your saying but it should not matter for custom cheat menu entry keys... Am i right? it would be cool because in most games those keys do noting so you would not mess things up.

--------------------- MERGED ---------------------------

@Retroboy, if you were so upset about that, you should see what they did at max-cheats dot com, the official gateway cheats website hosted by maxconsole lol


yes, I was talking about in level codes: lives, timer, current power are dynamic inside a level
btw, that game id is for the Gold Edition of nsmb2, not for the regular version
woops i only have gold i guess :( will it for for you if you witch gameid... It could have same adress's.

--------------------- MERGED ---------------------------

- Mario and Luigi Dream Team US Version
- Xenoblade Chronicles 3D US Version
Ill do it for drem team... ( I dont have the otherr or rom)

--------------------- MERGED ---------------------------

AR doesn't exist for 3DS...
He is talking about ar3ds not action replay. it is on fort42...

--------------------- MERGED ---------------------------

Hey guys I was wondering if somebody could make a code for a mario game maybe 3dland or somthing idk... Im just looking for a moon jump code...Btw I know I just joined but how does the member system work im newcomer... how do i become member?
 
  • Like
Reactions: I pwned U!
I have some questions about "D3000000" code.
If I want to do a 16 bit write to an address at 21234567, the code should be like this, right?
D3000000 20000000
11234567 0000XXXX
or
D3000000 21234567
10000000 0000XXXX
Then I figured that if the address starts with a 0, I don't have to use "D3000000" to set an offset.
So, I've seen some cheat codes with "D3000000 00000000" in the first line. (ex. http://fort42.cu.cc/gateshark/game1786/?search=&sort=dates&p=2 )
But what's the point of adding it when the default value of offset is zero? Is there something I'm missing?
 
Last edited by Emenaria,
I have some questions about "D3000000" code.
If I want to do a 16 bit write to an address at 21234567, the code should be like this, right?

I guess that means if the code starts with a 0, I don't have to use "D3000000" to add an offset?
So, I've seen some cheat codes with "D3000000 00000000" in the first line. (ex. http://fort42.cu.cc/gateshark/game1786/?search=&sort=dates&p=2 )
But what's the point of adding it when the default value of offset is zero? Is there something I'm missing?
Im not the best person to try and answer this... but ill try. The D3 adds that to the offset so say I have
12345678 as an address
0000XXXX as the value
You would Write
D3000000 10000000
02345678 0000XXXX
Because 10000000
+02345678
Equals your address.
Or
D3000000 12345678
00000000 0000XXXX
Because 02345678
+1000000
The code that other guy made... the one on fort 42 should have used DC to set the offset to zero insead of add. And It is pointless now but if it is DC then it resets the offset from previous codes. Correct me if im wrong.

--------------------- MERGED ---------------------------

Im not the best person to try and answer this... but ill try. The D3 adds that to the offset so say I have
12345678 as an address
0000XXXX as the value
You would Write
D3000000 10000000
02345678 0000XXXX
Because 10000000
+02345678
Equals your address.
Or
D3000000 12345678
00000000 0000XXXX
Because 02345678
+1000000
The code that other guy made... the one on fort 42 should have used DC to set the offset to zero insead of add. And It is pointless now but if it is DC then it resets the offset from previous codes. Correct me if im wrong.
Also did you test his code? It looks like e took the first two numbers out of all of his adress and forgot to add it to his offset.

--------------------- MERGED ---------------------------

Im not the best person to try and answer this... but ill try. The D3 adds that to the offset so say I have
12345678 as an address
0000XXXX as the value
You would Write
D3000000 10000000
02345678 0000XXXX
Because 10000000
+02345678
Equals your address.
Or
D3000000 12345678
00000000 0000XXXX
Because 02345678
+1000000
The code that other guy made... the one on fort 42 should have used DC to set the offset to zero insead of add. And It is pointless now but if it is DC then it resets the offset from previous codes. Correct me if im wrong.

--------------------- MERGED ---------------------------


Also did you test his code? It looks like e took the first two numbers out of all of his adress and forgot to add it to his offset.
I am sorry i got dc and d3 mixxed up it turns out that dc adds and d3 sets. So in my first example code i believe it should be dc
 
Last edited by ,
  • Like
Reactions: ymyn
The code that other guy made... the one on fort 42 should have used DC to set the offset to zero insead of add. And It is pointless now but if it is DC then it resets the offset from previous codes. Correct me if im wrong.
Thanks, now I undertand why he added "D3000000 00000000" in the first line of each code. I originally thought it was pointless. But as you said, he added it for the purpose of resetting the offset from previous codes, so that there won't be any problems when/if you merge multiple codes into one.
12345678 as an address
0000XXXX as the value
You would Write
D3000000 10000000
02345678 0000XXXX
I'm not so sure, but isn't it better to write "D3000000 10000000 12345678 0000XXXX", since the value is 16 bit?
 
Last edited by Emenaria,
@Retroboy, if you were so upset about that, you should see what they did at max-cheats dot com, the official gateway cheats website hosted by maxconsole lol

I will be an admin soon and as part of a deal with Gateway i will be helping to moderate the site the best i can and provide codes.

I strongly agree that all codes should be credited and it does annoy me that the user on here has taken mine and then some added pointless activators or has other codes that are wrong, for example i see one thats for majoras mask that gives you 255 rupees and its two lines.... when its only needed to be one and because its in the set to ff rather than 3e7 it could be just the one code thats set to infintie/max rather than finding again the same code in the wrong format set to 999.

I have asked if its possible to put some rules in place before users upload codes, and to be able to edit whats been uploaded.

I am still stuck btw trying to get my new code to work how i want that i inboxed you about, i can only get it to freeze when i press the activator but i want it to subtract.
 
Last edited by ,
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum