+ Reply to Thread
Results 1 to 7 of 7

Thread: PID Of Roaming Pokemon

  1. #1
    Member
    Join Date
    Sep 2009
    Age
    24
    Posts
    6

    PID Of Roaming Pokemon

    Is it legal for a roaming pokemon, IE mesprit, to have a Non-Event PID?
    I'm not sure since they ARE encountered in the wild, and not in stationary events, however they are not like other wild pokemon.

  2. #2
    Your Pokémon has hex data too! DeveloperGame Save ResearcherRAM ResearcherIRC OwnerWiki ContributorEvent ContributorAdministrator Sabresite's Avatar
    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    582

    Re: PID Of Roaming Pokemon

    If I remember correctly it must be common wild nds/gba (ABCD) algorithm, only.
    I will know everything about pokemon and when I do, you will too.



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

    Re: PID Of Roaming Pokemon

    Incidentally (and only slightly off-topic), I've only seen methods 1 - 4 as they are posted on that Smogon article by X-Act detailed out. Is the algorithm you just mentioned detailed anywhere?

  4. #4
    4th Gen Game Researcher DeveloperGame Save ResearcherROM ResearcherRAM ResearcherIRC OwnerAdministrator SCV's Avatar
    Join Date
    Mar 2009
    Location
    Mexico D.F.
    Age
    26
    Posts
    459

    Re: PID Of Roaming Pokemon

    Quote Originally Posted by codemonkey85 View Post
    Incidentally (and only slightly off-topic), I've only seen methods 1 - 4 as they are posted on that Smogon article by X-Act detailed out. Is the algorithm you just mentioned detailed anywhere?
    Their X-Acts methods are just different names to the algortithms.

    ABCD is the "regular 1" I'd guess method 1 for X-Act and yes, roaming pokemon use this algorithm.

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

    Re: PID Of Roaming Pokemon

    Ahh, okay. Glad to hear it. Thanks!

  6. #6
    Your Pokémon has hex data too! DeveloperGame Save ResearcherRAM ResearcherIRC OwnerWiki ContributorEvent ContributorAdministrator Sabresite's Avatar
    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    582

    Re: PID Of Roaming Pokemon

    My algorithm convention is better because its NOT confusing - The premise is simple:

    Let there be 6 numbers, A, B, C, D, E, and F, where each one is a subsequent call to the RNG algorithm. Meaning A -> B -> C -> D -> E -> F.

    Now the format is PID-Low, PID-High, IVs-High, IVs-Low, and for Method 1 (common for wild nds and gba pokes), its A-B-C-D, or ABCD.
    Last edited by Sabresite; Aug 2nd, 2011 at 01:59 PM.
    I will know everything about pokemon and when I do, you will too.



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

    Re: PID Of Roaming Pokemon

    Yes, I like your convention better. Much easier to remember what each method actually means in terms of PRNG advancement.

+ 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