Announcement

Collapse
No announcement yet.

A question about Gens Hacking

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • A question about Gens Hacking

    first, terpsfan teach me how to do a RAM searcher and i even practicing with Sonic 1 hack, Mighty the Armadillo like add the codes- Inf Lives, Inf Time, etc

    anyways, it is impossible to find more codes for other games like Mortal Kombat games and some RPG Games such as Shining Force, etc

    for MK games- CPU Don't Move/Attack
    Shining Force- Enemies Can't Attack You/You Can Control Enemies

  • #2
    Making a RAM code for MK so the CPU doesn't move isn't too difficult. Just keep in mind that when a character moves to the right, the value for his position always increases, and when he moves to the left, it will always decrease. Do a 2 byte RAM search with that info and you should be able to narrow down the results.
    The Code Hut: http://codehut.gshi.org/

    Comment


    • #3
      Ok. i will look forward to that one. is there a difference between 1 byte, 2 bytes and 4 bytes?

      Comment


      • #4
        Originally posted by Combusto Dragon View Post
        Ok. i will look forward to that one. is there a difference between 1 byte, 2 bytes and 4 bytes?
        Yes, but you will usually use either 1 or 2 byte searches.
        The Code Hut: http://codehut.gshi.org/

        Comment


        • #5
          Example of 1 byte code:

          FF01E1:FF or FF01E1:00FF

          Example of 2 byte code:

          FF01E0:270F

          Example of 3 byte code:

          FF01DF:000F
          FF01E0:423F

          Example of 4 byte code:

          FF01DE:05F5
          FF01E0:E0FF
          Last edited by terpsfan101; 04-17-2018, 02:45:54 AM. Reason: Previous example of 4 byte code was really a 3 byte code

          Comment


          • #6
            i wish someone here teach me how to make Disable AI codes
            Last edited by Combusto Dragon; 04-20-2018, 08:11:15 AM.

            Comment

            Working...
            X