• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - 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.

[ASM & Hex] Problem with ASM Custom 'givepokemon' Script

  • 14
    Posts
    4
    Years
    • Seen Jul 29, 2021
    Has anyone else met with this problem? So I took Pokemon_XY's customised givepokemon script from this thread here:
    https://www.pokecommunity.com/posts/8942634/

    And it overall works like a charm.

    Except the level seems to be affected by something else? For example, in this line of code:
    setvar 0x40ff 0x1 //custom move trigger
    setvar 0x8000 0x19A //species
    setvar 0x8001 0x28 //level
    setvar 0x8002 0x8F //item
    setvar 0x8003 0x1 //moves

    8001 should set the level. When I set it to 2, I get a pokemon that was MET at level 2 but is ACTUALLY level 53.

    Does anyone know what could be triggering this disparity and how to get rid of it?
     
    Back
    Top