• 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.

[Other✓] JPAN's FRHE: Change Battled Pokemon Level Problem

  • 23
    Posts
    9
    Years
    • Seen Feb 5, 2021
    From the FRHE's Instruction Manual
    Change Battled Pokémon Level:
    Spoiler:


    Please confirm the ff scripts thanks.(Note: I assume the value that i will insert at yy is not hex. So PLEASE correct me if i'm wrong)

    If I want to change the level of wild pokemon to lets say 5.
    setvar 0x4051 0xf05
    and if to trainer's pokemon, ill just change 0x4051 to 0x4052?

    if i want the default setting(I assume this will use a-map's wild pokemon level, and yet correct me if im wrong)
    setvar 0x4051 0x0
    setvar 0x4052 0x0

    Thanks!

    Edit:
    Delete this thread if possible, thanks.

    I did trial and error and got answers to my questions so:
    1. The value to be inserted at yy is in hex(actually I only forgot 100 will not fit in yy :) )
    2. setvar 0x4051(or your value) 0xf05 will change the level of wild pokemon to 5
    3. setvar 0x4051(or your value) 0x0 will use a-map's level thing
     
    Last edited:
    Back
    Top