Hello to everyone!!!.
I tried to hack Zombies Ate My Neighbors, for the Sega Genesis, to make a Walk Through Walls code. The problem is that I don't know where to start.
I found the X and Y coordinates:
X Axys,
FF04F6,FF04F7
Y Axys,
FF04FA,FF04FB
The instruction that writes the coordinates is in $DC90
I've also found the address for the first breakable plant wall (the one just above you on the first level).
First Wall,
FF5671
I tried comparing traces, one walking and another walking against a wall.
Then tried reads at diferent useless ram addresses (I searched with the character still, then walking against a wall) with no success.
I only need to know what is the basic method to make walk through walls codes, or how to make it for this game. Its the first time I attempt to make one of these codes and I'm lost in the proccess.
I'll really appreciatte any help or advice.
Thanks a lot.
Whipon.
I tried to hack Zombies Ate My Neighbors, for the Sega Genesis, to make a Walk Through Walls code. The problem is that I don't know where to start.
I found the X and Y coordinates:
X Axys,
FF04F6,FF04F7
Y Axys,
FF04FA,FF04FB
The instruction that writes the coordinates is in $DC90
Code:
00DC90: 3D6E 00C4 002A move.w ($c4,A6), ($2a,A6)
First Wall,
FF5671
I tried comparing traces, one walking and another walking against a wall.
Then tried reads at diferent useless ram addresses (I searched with the character still, then walking against a wall) with no success.
I only need to know what is the basic method to make walk through walls codes, or how to make it for this game. Its the first time I attempt to make one of these codes and I'm lost in the proccess.
I'll really appreciatte any help or advice.
Thanks a lot.
Whipon.

Comment