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.
it means the same address will not work for all stages
Sorry for asking you more questions, but would you know how to make a button cycler code? I've tried, and somethings wrong. The code executes, and the correct memory is changed, the only problem is that only the first and the last codes are executed. @cearp was talking with me about this over on fort42, and agrees there is something wrong with the code. Are you able to point me in the right direction for the cycle code? The ultimate goal is to get it to work like the old wii mario kart item cycler codes worked. Press a button combo, it writes the next in line item to memory. Current code: http://pastebin.com/2FJCW6cG

Edit: Examplecode
Code:
Press R or L Button to Cycle Through Power-Ups 
A208b32c 00000100
92087648 fdff0200
Da000000 0208b32c
D4000000 ffffffff
D7000000 0208b32c
D2000000 00000000
A208b32c 00000105
92087648 feff0100
Da000000 0208b32c
D4000000 00000001
D7000000 0208b32c
D2000000 00000000
 
Last edited by ,
Sorry for asking you more questions, but would you know how to make a button cycler code? I've tried, and somethings wrong. The code executes, and the correct memory is changed, the only problem is that only the first and the last codes are executed. @cearp was talking with me about this over on fort42, and agrees there is something wrong with the code. Are you able to point me in the right direction for the cycle code? The ultimate goal is to get it to work like the old wii mario kart item cycler codes worked. Press a button combo, it writes the next in line item to memory. Current code: http://pastebin.com/2FJCW6cG
use Data Registers
D4000000 00000001 add 1
D4000000 FF FFFF FFFFFFFF (8,16,32bit) -1
 
Last edited by dsrules,
Animal Crossing: New Leaf - USA
Code:
[L+Right&L+Left To cycle fruit]
DD000000 00000210
D3000000 00000000
DB000000 15FBEAD0
D4000000 00000001
D8000000 15FBEAD0
D0000000 00000000
DD000000 00000220
D3000000 00000000
DB000000 15FBEAD0
D4000000 000000FF
D8000000 15FBEAD0
D0000000 00000000
D0000000 00000000
D3000000 10000000
45FBEAD0 00002024
05FBEAD0 00002018
D0000000 00000000
D3000000 10000000
35FBEAD0 00002018
05FBEAD0 00002024
D0000000 00000000
This code basically combines all the singular codes from below that put glitched fruit stacks in your inventory at slot one into one awesome code. Hold L+Right d-pad to cycle forward, hold L+Left d-pad to cycle backwards. This code is pretty touchy, so sometimes you may accidentally skip over your fruit. Changes will appear in your inventory after its opened and closed once. Enabling this code will immediately replace whatever item in your inventory slot one with an apple stack. Its best to enable this code after you have loaded your save.

http://fort42.cu.cc/gateshark/game485/1180/

I DID IT! :D

Thanks for all the help @cearp and @dsrules!
 
Last edited by ,
@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

The code I made works for all. It is on in level adress's that are dynamic. You can search for codes in level selection world.
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
 
Last edited by dsrules,
@GotKrypto67 - i start playing around with animal crossing too :)
i'm in the progress of making a very very cool code :)
it is possible, i just started, i have made a little progress, i was going to pm you but i can't seem to lol
anyway, it's a surprise!
 
@GotKrypto67 - i start playing around with animal crossing too :)
i'm in the progress of making a very very cool code :)
it is possible, i just started, i have made a little progress, i was going to pm you but i can't seem to lol
anyway, it's a surprise!
Sounds awesome! Can't wait to hear what it is! If you need help porting to US I'll be glad to do that for you. Good luck, ACNL ram editing is really fun.

P.S. I was able to send you a PM, not sure why you were unable to. O.o
 
  • Like
Reactions: cearp
Very confused by virtual address vs. physical addresses and trying to convert this ARcode to give the Mii in the 2nd slot of Mii Maker Gold pants.

20895A90 00000014

Also what can you even do with the hex editor? I can't seem to search for any values.
 
Very confused by virtual address vs. physical addresses and trying to convert this ARcode to give the Mii in the 2nd slot of Mii Maker Gold pants.

20895A90 00000014

Also what can you even do with the hex editor? I can't seem to search for any values.
I'm not sure about that address, but this can be achieved using a homebrew application and a little patience. (https://gbatemp.net/threads/tutorial-give-your-mii-gold-pants-and-use-it-for-streetpass.379146/)

I mainly use the hex editor to go to offsets I already know contain what I want. From there I can change them to what I need without NTR/other hardware.
 
Last edited by ,
  • Like
Reactions: Monty Kensicle
I'm not sure about that address, but this can be achieved using a homebrew application and a little patience.
I mainly use the hex editor to go to offsets I already know contain what I want. From there I can change them to what I need without NTR/other hardware.
What do you mean? That one can already use the code just fine with browserhax? I know that and have used said code just fine.
 
What do you mean? That one can already use the code just fine with browserhax? I know that and have used said code just fine.
I mean theres an application that can be used to change mii data, not just arcodes. Anyway, this may work, but I'm not guaranteeing anything. Converting AR3DS to Gateway is a very hit or miss thing. You will likely need to find the new address using the gateway search or NTR + Gateway.

Code:
D3000000 14000000
20895A90 00000014
 
  • Like
Reactions: Monty Kensicle
I mean theres an application that can be used to change mii data, not just arcodes. Anyway, this may work, but I'm not guaranteeing anything. Converting AR3DS to Gateway is a very hit or miss thing. You will likely need to find the new address using the gateway search or NTR + Gateway.

Code:
D3000000 14000000
20895A90 00000014
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.
 
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.
Try doing an eight bit exact search for 115. Kind of a last ditch effort, but its worth a shot. If this doesn't work, I wouldn't know what else to try. You best bet is to tag dsrules. dsrules is really good with this kind of stuff.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum