• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Other] Expanding Pokedex

  • 88
    Posts
    14
    Years
    • Seen Jun 18, 2020
    Hi,

    I tried to expand the dex on a French ROM. I followed this tutorial but at the end, Pokemon above #386 are called "?", have the "NORMAL" type, and seem to crash. I tried to switch Deoxys and a new mon, but the result is the same :

    [PokeCommunity.com] Expanding Pokedex
    [PokeCommunity.com] Expanding Pokedex


    Does someone know how to fix it ?


    Another question : does the game use flags between 0xF000 and 0xFFFF in some routines ? (I know it's not safe to use these flags for example in a script ;))


    Thanks !
     
    Spoiler:
    Spoiler:
    I'm going to guess that a few addresses are different for the French FR ROM. I'm also going nto guess that the part you may have messed up on is the one above...

    As for your second question, I think it has something to do with the fact that the flags after a certain point start to overlap with the vars and it's just a mess to try to work out.
     
    Yeah, of course, offsets are different. But I think I correctly wrote these data...

    1025ec > 102900 (French)

    I want 700 Pokemon, so 700/4 = 175 = $AF, and I write AF204001 at 0x102900, right ?

    103920 > 103C34

    43220 > 430F8

    I can't find the problem.


    Okay for the flags. In fact, I wrote a new routine of the flag decrypter/setter/clearer, which allows to use flag between 0xF000 and 0xFFFF, using a new part of the memory.
     
    Maybe this observation will help you :

    On the main page of the dex, mons above #386 are not counted in the "seen number" and "caught number".
     
    Back
    Top