• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
FamiliaWerneck
Reaction score
30

Profile posts Latest activity Postings About

  • Yes. Those are the free space for the new abilities you would want to add (should be right exactly after Air Lock). That's actually the name of the very first one in the original ability table. I've made it like that for loading-in-editors purposes.
    Hello! I tried using that code you posted for reusable Pokeballs in Fire Red, however, when I capture something it just goes back to the fight menu as if I never selected anything, are you getting this problem or have I installed it wrong?

    EDIT: Sorry, it was actually a mistake I made. Never mind~
    Yeah honestly I'm not really sure. But yeah Hydro Pump uses the A5 27 particle. So at some point in 1CE9EE there will be a set of bytes that are 02 XX XX 31 08. Just go to the pointer 31XXXX (I don't remember the exact number) and see if that also says A5 27 A5 27.
    Could you send me a save file with the day care bug? I suspect it might be something to do with the Egg Move Table.
    Well I don't know what the Day Care issue is at all, I've been trying to fix it for ages, so really no idea at all.

    Gray Squares is a typical issue for incorrectly loaded particles, its probably in one of the loaders. Go to the offset pointed to in bold: 02 XX XX 31 08. There are a few of them around the animation. It should have the number of the particle that is pointed to right at the beginning of 1CE9EE in 00 XX 27.
    Ugh, I don't have the free time to work on that. I'm doing a few other projects atm.
    You're not understanding. Think of it like this. A Pokemon's type is 0x1 if it's a fighting type. The code will do a cmp rX, 0x1
    It won't be hex code names. It's going to be hex numbers corresponding to those names.
    Think about how this would be coded. Certain egg groups can only breed amongst themselves. The game MUST have checks for these to determine if they CAN breed.

    You Hijack these checks.
    Well Ditto can breed with anything almost, except itself. Ditto also has it's own custom Egg group. The game will cross reference this egg group when trying to breed Pokemon. The key is to find the check and remove it.
    This is actually quite easy to do, the answer is definitely not the bag restoration routines. Anyways, I wish you luck with it :)
  • Loading…
  • Loading…
  • Loading…
Back
Top