+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  (Genesis) Modify a Cheath
Pages: [1]
Author Topic: (Genesis) Modify a Cheath  (Read 1 times)
GameX
Guest
« on: May 30, 2010, 01:55:41 pm »

Hi,

I want to cause a tie in the Genesis Fighting game "Dragon Ball: L'appel du Destin".
I noticed that with the emulator Regen 9.72 I can add cheaths to the game.  There's 3 cheaths, stored in a DAT file.

Theses cheaths can modify the starting health value of the Player 1 or 2.  Normally, we can just set health from 50 to 350, but with these cheaths, we can set from 3 to 997.  The cheath for Player 2 is not functionning proprely, it automaticly set the health of the Player 2 to zero, so when the fight begin, the Player 2 instantly die.

I'm trying to make this cheath working for Player 1 too, so that both player start with 0 energy, and cause a tie.  I just can't do it.  I tried opening the DAT file with the Hex Editor Translhextion16c, and I get this, we can easily see the Cheaths:



I tried different modifications, but I can't get the result that I want.
Can someone help me?


Thanks!
Tony H
Guest
« Reply #1 on: May 30, 2010, 02:37:34 pm »

According to your DAT file above, these are the codes you need to use so that player 1 has zero energy...

FFE783:0000

FFE785:0000
GameX
Guest
« Reply #2 on: May 30, 2010, 02:56:20 pm »

Thanks. Smiley
How did you found this?

The result is both players start with zero energy, the first fall, then the second fall like half a second later, so he's the winner.  The player 2 is dead, and he's rising up. XD
The japanese ROM doesn't have this bug however, the first fall, then the second player is tired, and is the winner.

Thanks again!
« Last Edit: May 30, 2010, 03:08:23 pm by GameX »
Tony H
Guest
« Reply #3 on: May 30, 2010, 05:18:23 pm »

Quote from: GameX on May 30, 2010, 02:56:20 pm
Thanks. Smiley
How did you found this?

In the DAT file, I saw that player 1's energy was set to $0099 (FFE783:0099 and FFE785:0099).  Just change the code value from $0099 to $0000.
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC