Jump to content

froggestspirit

Member
  • Posts

    31
  • Joined

  • Last visited

Posts posted by froggestspirit

  1. Using the instant egg cheat can render the pokemon detectable as hacked if someone were to look at it. The RNG moves in a sequence. When breeding, you can only get PID's in sequence of a seed that allows the daycare man to provide an egg. By using the cheat, you get an instant pokemon, even if the game says that it was impossible for the daycare man to have an egg ready by using the RNG formula on the PID.

    This code just has the game check more often if the daycare man can give you an egg. It works just like the fast hatch, where 1 step = 256 or so, but in this case, 1 step = 17. It's really preference, no point in bashing. It was something I looked into for a few hours, and finally figured out. If you really don't like it, then just continue using instant egg.

  2. True true, this is a waste to those who dont care about having quick "legally" bred Pokemon, but to those who do, It can work wonders. I haven't confirmed it would pass as legal, but I assume it would, because it just has the game call the egg check every step instead of every 17 steps. (sometimes i get 2 eggs with the fast hatch code on aswell before the first one hatches)

  3. I'm definitely going to look into that. I plan on raising basically every Pokemon (final most evolution), and getting a code to speed up the process would come in handy.

    If you could link me to it, that'd be swell :)

    EDIT: I think I got it. There is a timer at 0x0233EFE4, and it increments by 16 (0x10) every step. When it gets to 0x0100, the next step resets it to 0.

    I think this code should do the trick

    Faster Breeding:

    1233EFE4 00000100 (pokemon black US)

    1233F004 00000100 (pokemon white US)

    if anyone can confirm it, and make sure it doesn't mess with the legality, we got a code to speed breeding :D

  4. Hello! This is my first post here... I was trying to make a new AR code. Ive been using the Fast hatch code, and I realized the Instant egg code can be detected as a hack (im guessing because you can get PID's that wernt in sequence with an egg appearing) I was thinking, what if we made a code to just speed up the daycare step counter? It is said that the daycare does a check for every 256 steps to see if you get an egg or not, and I wanted to make a code so it checks this every 1 step or so (kinda like the fast egg hatch) I set a ram watch at both 0x0223CA8C and 0x0223CB70 (on pokemon black US) and there are 4 byte step counters. They are matching values to my knowledge. now... I ran back and forth on the road, in the spots where the daycare man calls you over. Here were my results: (breeding value of 50)

    1st egg: 11A steps

    2nd egg: 16F steps

    3rd egg: 2F6 steps

    4th egg: 34B steps

    First off, there isnt even 256 steps between egg 1 and 2. second off, none of them are multiples of 256. can anyone shed light on the matter? or just make that code? xD thanks.

×
×
  • Create New...