Gaming Gateway Cheats

Status
Not open for further replies.

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,736
Trophies
2
XP
8,570
Country
Tuvalu
Someone actually figured out Moonjump.

[Hold X for Moonjump]
DD000000 00000400
198F5077 0000CB40

Is there a user here named Dybbles? I would like to talk to him about how he managed to find the address.
and 40CB like expected... nice. i want to know to!
 
D

Deleted User

Guest
@cearp At the moment i have no questions. Besides if there is a way to make a code run then turn off automaticaly.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
Guys here's a question you might be able to answer..
Whats the best way to shorten this:

Code:
D5000000 00000037
C0000000 00000039
D7000000 08C6ACC0
18C6ACC0 00000063
DC000000 00000002
D4000000 00000001
D1000000 00000000
D0000000 00000000
D5000000 00000074
C0000000 00000003
D7000000 08C6AD74
18C6AD74 00000063
DC000000 00000002
D4000000 00000001
D1000000 00000000
D0000000 00000000

D5000000 00000037
C0000000 00000039
D7000000 08C6ACC0
18C6ACC0 00000063
DC000000 00000002
D4000000 00000001
D2000000 00000000
D5000000 00000074
C0000000 00000003
D7000000 08C6AD74
18C6AD74 00000063
DC000000 00000002
D4000000 00000001
D2000000 00000000

or All items 1 to 717 x99
D5000000 00000001
C0000000 000002CD
D700000008C6AC80 //if this is the first item address 08C6AC80
18C6AC80 00000063
DC000000 00000002
D4000000 00000001
D2000000 00000000
 
Last edited by dsrules,

Simplicity

Well-Known Member
Newcomer
Joined
May 14, 2013
Messages
76
Trophies
0
Age
34
XP
147
Country
United States
Hey guys, I am having a bit of trouble. I cannot seem to get the cheat functionality working. I added the cheats folder and updated the Launcher.dat.

Holding L while booting Gateway shows that it is on 3.6.2, however pressing Y from the rom menu does nothing, and pressing start and select in game has no function either. Any idea on what I am missing?
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,254
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,317
Country
United States
Hey guys, I am having a bit of trouble. I cannot seem to get the cheat functionality working. I added the cheats folder and updated the Launcher.dat.

Holding L while booting Gateway shows that it is on 3.6.2, however pressing Y from the rom menu does nothing, and pressing start and select in game has no function either. Any idea on what I am missing?

1.) Cheat file goes on Gateway card microSD.
2.) Press select while in HOME MENU hovering over a game.
3.) Choose a button combo for cheat menu.
4.) open game.
5.) Press combo.
6.) ???
7.) Profit!
 
Last edited by Maq47,
  • Like
Reactions: Simplicity
D

Deleted User

Guest
Hey guys, I am having a bit of trouble. I cannot seem to get the cheat functionality working. I added the cheats folder and updated the Launcher.dat.

Holding L while booting Gateway shows that it is on 3.6.2, however pressing Y from the rom menu does nothing, and pressing start and select in game has no function either. Any idea on what I am missing?
press up in rom selection menu and turn cheats on first lol :)
 

Errorjack

Well-Known Member
Member
Joined
May 23, 2010
Messages
222
Trophies
0
XP
299
Country
United States
0.) Set GW Cheat Menu Key Combo to L+R, start ALBW. Play until able to move. Save.
1.) 32-bit unknown search while moving left, but while not up against a wall.
2.) Keep moving left until hit a wall. Keep moving left, then open Cheat menu while doing it. Search 'Different'.
3.) Move against a wall moving upward, search 'Equal'.
4.) Move right, search 'Different' while not against a wall.
5.) Move down, search 'Equal' while not against a wall.
etc., etc., etc until you have between 0x0A and 0x1A addresses. Look for values that are zero (0) when not against a wall, and one (1) when you are against one by referring to the Hex Editor via the Hits List. You'll need to keep trying moving against walls and not moving against walls (but not searching) while referring to the Hits List each time (Note: The addresses that have more than one '01' in them are not relevant; I already tested them). When all addresses are found, add them all to Codelist as value '00000000' (don't add them as new cheat, as it appears that the addresses are different for each 'screen' of the map, and leaving the current map screen will freeze the game!)

That's as far as I got.

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



Probably this part, @dsrules :

Ahh I see, you really are checking for collision instead of trying to keep the player moving in the direction it's going. The problem with the way you're suggestion is that you'd fall down even if you manage to actually go in the wall if there is no ground to where you are going. My honest suggestion is to force the player to maintain it's height by locking it and then find a way to do what you're planning on doing.

I have no clue why it freezes though, maybe because it is not a persistent object so you're forcing a value on an object that doesn't exist at the time of it unloading.
 
Last edited by Errorjack,

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,254
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,317
Country
United States
Ahh I see, you really are checking for collision instead of trying to keep the player moving in the direction it's going. The problem with the way you're suggestion is that you'd fall down even if you manage to actually go in the wall if there is no ground to where you are going. My honest suggestion is to force the player to maintain it's height by locking it and then fix find a way to do what you're planning on doing. I have no clue why it freezes though, maybe because it is not a persistent object so you're forcing a value on an object that doesn't exist.
Very good point. I don't think I know of a method to fix my height, though... I might be in over my head. lol. I only want to get the Piece of Heart in the northeastern corner of the Outside Hyrule Castle screen before doing anything else, so falling isn't an issue.

Edit: fixed a typo. :/
 

Errorjack

Well-Known Member
Member
Joined
May 23, 2010
Messages
222
Trophies
0
XP
299
Country
United States
Very good point. I don't think I know of a method to fix my height, though... I might be in over my head. lol. I only want to get the Piece of Heart in the northeastern corner of the Outside Hyrule Castle screen before doing anything else, so falling isn't an issue.

Edit: fixed a typo. :/

Yeah, anything manipulating character XYZ axis crap or things that we can't observe well is extremely hard to figure out. I still haven't found out how that dude found moonjump. He would need to know where he is looking, because trying to edit the HEX doesn't do anything, you'd have to keep forcing it by buttons so finding is pretty stupidly hard.
 
D

Deleted User

Guest
Hey guys, I am having a bit of trouble. I cannot seem to get the cheat functionality working. I added the cheats folder and updated the Launcher.dat.

Holding L while booting Gateway shows that it is on 3.6.2, however pressing Y from the rom menu does nothing, and pressing start and select in game has no function either. Any idea on what I am missing?
3.6.3? I think you mean 3.6.2.
 

Errorjack

Well-Known Member
Member
Joined
May 23, 2010
Messages
222
Trophies
0
XP
299
Country
United States
Well after lots and lots of testing and optimal ways to find Moonjump, I finally got it to the address the guy had. I just did equals and different and that seemed to work amazing.
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,736
Trophies
2
XP
8,570
Country
Tuvalu
Well after lots and lots of testing and optimal ways to find Moonjump, I finally got it to the address the guy had. I just did equals and different and that seemed to work amazing.
yeah me too, i searched for C080 and different when i jump.
and then added 1 to the address and set to 40CB, it works great for Majora's Mask, i'm just about to share the code :)

Majora's Mask JPN (and EUR I think too)

[Hold X - Moon Jump]
DD000000 00000400
190BE7FB 0000CB40
 
Last edited by cearp,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
yeah me too, i searched for C080 and different when i jump.
and then added 1 to the address and set to 40CB, it works great for Majora's Mask, i'm just about to share the code :)

Majora's Mask JPN (and EUR I think too)

[Hold X - Moon Jump]
DD000000 00000400
190BE7FB 0000CB40
why are you guys using 16bit on an 8bit address, .....7FC 000000CB doesn't work?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: That's not being renewed that's unlocking more medical bills from stds +1