Announcement

Collapse
No announcement yet.

Where is the value in the GC code?

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

  • Where is the value in the GC code?

    I have a question about a Tatsunoko vs Capcom (USA) Gecko code.

    I see this Infinite Energy code for player 2:
    C2052264 00000005
    83590004 2C1A0002
    41820014 2C1A0001
    4182000C 90790028
    4800000C 80190024
    90190028 00000000
    C20522FC 00000005
    83590004 2C1A0002
    41820014 2C1A0001
    4182000C 9079002C
    4800000C 80D90024
    90D9002C 00000000

    How do I turn that into ZERO energy for Player 2? I mean, which one is supposed to be the value there. The game is a tag team fighter, so there are two characters per player, so there must be two values you can modify there.

    And for this Gecko Infinite Time code for the same game:
    0406E608 34000000

    How do I turn that into have Zero time? Or is this one of those ASM hack codes that stops time, instead of just giving you 99 seconds or something?
    Last edited by ReyVGM; 05-05-2015, 11:05:25 AM.

  • #2
    Time Code just stops the time. so it always says 99 ..

    Zero Energy code for player 2:
    C2052264 00000005
    83590004 2C1A0002
    41820014 2C1A0001
    4182000C 90790028
    4800000C 3C000000
    90190028 00000000
    C20522FC 00000005
    83590004 2C1A0002
    41820014 2C1A0001
    4182000C 9079002C
    4800000C 3CC00000
    90D9002C 00000000

    try that .. for 0.. i do hope this is not for use online .

    For If you like what i do

    Comment


    • #3
      Oh, I see you're the same one that made the original Gecko code

      You can't play Wii online anymore, so no, it won't be used for online play.

      There is a problem with the cheat, it gives zero energy to player 2 on your side and player 1 on the computer's side. I see the cheat is composed of two parts, so I guess I need to figure out which addresses belong to which of the 4 players.
      The problem is present on the original Infinite Energy cheat too. It gives infinite energy to the computer too.

      *edit*
      Ok the game has two energy bars for each character, that's what the two parts of the cheat do. So right now the "Infinite Energy Player 1" cheat gives infinite energy for the first character on the player side and computer side, instead of giving infinite energy for both the characters in the player side.

      As for the time cheat, I guess I didn't explain well. Usually when you make a time cheat, you just find the numbers it's counting down and you freeze the value at 99 (or whatever number the timer has). But in the case of the time cheat I posted there, I don't see the value for the numbers. So I assume it's one of those ASM hacks that figured out a way of freezing the whatever actually controls the timer?

      Skiller, have you thought about posting all your Wii codes on this site?
      Last edited by ReyVGM; 05-05-2015, 10:13:31 PM.

      Comment


      • #4
        Ok I found how to make the code affect only the player 2/ computer side:

        C2052264 00000005
        83590004 2C1A0001
        41820014 2C1A0003
        4182000C 90790028
        4800000C 3C000000
        90190028 00000000
        C20522FC 00000005
        83590004 2C1A0001
        41820014 2C1A0003
        4182000C 9079002C
        4800000C 3CC00000
        90D9002C 00000000

        Value 0 is for the first character, player 1 side.
        Value 1 is first character, player 2 side.
        Value 2 second character, player 1 side.
        Value 3 second character, player 2 side.

        So the code for Infinite Energy Player 2 should then be:

        C2052264 00000005
        83590004 2C1A0001
        41820014 2C1A0003

        4182000C 90790028
        4800000C 80190024
        90190028 00000000
        C20522FC 00000005
        83590004 2C1A0001
        41820014 2C1A0003

        4182000C 9079002C
        4800000C 80D90024
        90D9002C 00000000
        Last edited by ReyVGM; 05-05-2015, 10:33:40 PM.

        Comment

        Working...
        X