Page 1 of 1
Walk thru walls tutorial
Posted: Tue Jun 10, 2008 12:09 am
by drivium
Is there a walk thru walls tutorial in here anywhere? I am looking for some basic tricks to find the collision addresses for any game - beit on a mame emulated game or console. In particular, I am looking for a SNES: "Zelda: A Link to the Past" walk thru anything code.
Re: Walk thru walls tutorial
Posted: Tue Jun 10, 2008 5:26 pm
by Pugsy
drivium wrote:Is there a walk thru walls tutorial in here anywhere?
Don't think there is, it's not really a standard cheat unless it's part of invincibility.
I am looking for some basic tricks to find the collision addresses for any game - beit on a mame emulated game or console.
It really depends on a game and how the collision registers are used. Simplest way is to start a cheat when you are not touching anything (and facing in one direction - remember which direction), then keep moving against something (ideally in the same direction) and whilst holding down one of the direction keys press P to pause the game, then continue the search with STATUS NOT EQUAL TO PREVIOUS VALUE. Repeat as necessary to whittle the results down...note once you have found the location you may need to use the debugger to make a cheat that actually works (experience required for that).
In particular, I am looking for a SNES: "Zelda: A Link to the Past" walk thru anything code.
Try these:-
http://gshi.org/?s=v2&sys=6&gid=29
http://gshi.org/?s=v2&sys=6&gid=1540
Posted: Tue Jun 10, 2008 11:00 pm
by drivium
these will do nicely.
thx bro.