Announcement

Collapse
No announcement yet.

X-Men 2: The Clone Wars

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

  • X-Men 2: The Clone Wars

    This took me a while to figure out. I can't get that collision cheat to work. Anybody ever got it to work?

    FFC5A9: This address tells you what button combination is accepted by the game to start off the code. When the value reverts back to zero, you entered the wrong button in the sequence.

    Up + C = 1
    Down + C = 2
    Left + C; Right + C = 3
    Down + B = 5
    Left + B; Right + B = 7
    Up + B = 8

    FFEB9D: The button counter for the cheats. When the value reverts back to zero, you entered the wrong button in the sequence. The "Cheat mode" code threw me off track at first when it changed to zero, but then I realized it was due to the game reaching the maximum value a byte could hold (255 = FF).

    New codes and some updates to the old ones:

    Refill Health: New
    Pause game play and press Up + C, Down, Right, Left, Down, Right, Left, C. A sound will confirm correct code entry. Resume game play. Pause game play again and press Up + C. Resume gam eplay and press A to refill your health.

    Level Skip: Not new but updated the code info
    Pause game play and press Left + C, Up(2), Left, Down(2), Right, C. A sound will confirm correct code entry. Press Right + C to skip to the next area of the level, and Left + C to return to the previous one. You will not be able to return to the first level of the game. Alternately, pause game play and press Right + C, Up(2), Left, Down(2), Right, C.

    Unknown: New
    Pause game play and press Down + B, Down, Up, Right, Up, Down(3), B. A sound will confirm correct code entry. The effects of this code is unknown.

    Level Skip (Intro Version):
    Pause game play and press Left + B, Down, Left, Up(2), Right(2), B. A sound will confirm correct code entry. Press Right + B to skip to the next level, and Left + B to return to the previous one. You will not be able to return to the first level of the game. Alternately, pause game play and press Right + B, Down, Left, Up(2), Right(2), B.

    Cheat Modifier 1
    FFC5A2:??

    02 - Invulnerable (pause the game and press Up + B to re-enable its effects)
    04 - Level Skip (Intro) (pause the game and press Left/Right + B to cycle through the levels)

    Cheat Modifier 2
    FFC5A3:??

    Cheat Modifier values

    10 - Refill Health (pause the game and press Up + C. Then, press the A button during game play for it to take effect.)
    20 - 99 Lives
    C0 - Level Skip (pause the game and press Left/Right + C to cycle through the levels)
    Last edited by Hacc; 03-03-2011, 10:01:24 AM. Reason: Forgot to add Genesis in the title, but I can't. Someone kindly add it please.
Working...
X