Announcement

Collapse
No announcement yet.

Need help with a Genesis emulator code for RBI '93

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

  • Need help with a Genesis emulator code for RBI '93

    I was attempting to hack RBI '93 to find codes that enable players to use Spitball pitches without being ejected.

    On the emulator, this is what I came up with:

    Spitball Warnings turned off - Home Team
    30000E5E:0001

    Spitball Warnings turned off - Visitor Team
    30000E5F:0001

    I attempted to test this on my PAR on the actual Genesis.

    I tested one code at a time. In most cases normally you add or subtract 0001 to the address. I used codes FF0E5D:0001, FF0E60:0001, & even used FF0E5F:0001 & I'm still not getting the same effect.

    Using FF0E5D it made the home team constantly bring in a new pitcher.

    Using FF0E60:0000 made the visiting team's pitcher gets ejected on the first spitball with no warnings. Changing the value to 0001 made the visiting team only gets repeated warnings when caught doing a spitball.

    None of them are working like they do on the emulator. Am I doing something wrong?
    Hacking games is always fun because you don't know what's hidden in the game.

  • #2
    they should be like this

    please try

    Spitball Warnings turned off - Home Team
    FF0E5F:0001

    Spitball Warnings turned off - Visitor Team
    FF0E5E:0001
    lee4 Does Not Accept Codes Requests !
    When lee4 asks a question it does not mean lee4 will look at your game
    *How to create and use SegaCD codes >click here<*
    >)

    Comment


    • #3
      Thanks, I'll give those a try & test it out.
      Hacking games is always fun because you don't know what's hidden in the game.

      Comment


      • #4
        Code:
        [FONT=Fixedsys]
        REAL	EMU
        A____B
        B____A
        C____D
        D____C
        E____F
        F____E
        0____1
        1____0
        2____3
        3____2
        4____5
        5____4
        6____7
        7____6
        8____9
        9____8[/FONT]
        Address Byte Order - Big and Little Endian
        lee4 Does Not Accept Codes Requests !
        When lee4 asks a question it does not mean lee4 will look at your game
        *How to create and use SegaCD codes >click here<*
        >)

        Comment


        • #5
          Originally posted by lee4 View Post
          Code:
          [FONT=Fixedsys]
          REAL	EMU
          A____B
          B____A
          C____D
          D____C
          E____F
          F____E
          0____1
          1____0
          2____3
          3____2
          4____5
          5____4
          6____7
          7____6
          8____9
          9____8[/FONT]
          Address Byte Order - Big and Little Endian
          Thank you. That will be very useful.
          Hacking games is always fun because you don't know what's hidden in the game.

          Comment

          Working...
          X