+ Reply to Thread
Results 1 to 4 of 4

Thread: Determine Pokedex sprite order.

  1. #1

    Determine Pokedex sprite order.

    Question that has came into mind a few times, however never really looked into it yet, decided to finally post this.

    Has anyone determined how the sprites of male and female Pokemon are stored in the Pokedex? Such as if you first encounter Unown M, then later A, M will be shown every time you scroll to Unown.

    Thanks.

  2. #2
    Learning to breathe IRC VOPDeveloperGame Save ResearcherModerator codemonkey85's Avatar
    Join Date
    Apr 2009
    Location
    http://goo.gl/Wd4id
    Age
    27
    Posts
    800

    Re: Determine Pokedex sprite order.

    Bam.

    Also, I'm not entirely sure about the placement of this thread... it seems to me like it would go in Save R&D, but eh.

  3. #3

    Re: Determine Pokedex sprite order.

    Hmm, actually, it would go in ROM R&D, posted this here by instinct as there was no such forum when I joined, I was interested in how the ROM processed the dex rather than where it was stored, however most interesting;y detailed thread, thanks.

    Also, to confirm this quote:

    The first set of 62 bytes determines what the default form is that is shown in the Pokedex for Pokemon that are not among the Special Cases. Structure is the same as "Seen" and "Caught". The bit is set to 0b if Male is the default form, and 1b if Female is the default form.
    Are the defaults mention in this the defaults of the ROM or the first you encounter in game?

  4. #4
    Learning to breathe IRC VOPDeveloperGame Save ResearcherModerator codemonkey85's Avatar
    Join Date
    Apr 2009
    Location
    http://goo.gl/Wd4id
    Age
    27
    Posts
    800

    Re: Determine Pokedex sprite order.

    That whole page is specific to how things are stored in the save file only. I am not sure what the ROM defaults would even be in the case of genders though... but I think the enumeration places male with a value of 0 and female with a value of 1, right? So wouldn't male always be the "default" value for a null?

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
PPN Top 50