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

[Script✓] Just a little help on flags

3
Posts
5
Years
    • Seen Feb 26, 2019
    Hello guys
    Just need a little help with flags, I'm new and would appreciate the help.
    My question is what does 2FF mean in numbers.
    I have seen a lot of posts saying I can use flags 200 to 2FF in Fire Red, but can someone
    explain to me where 2FF would come in a list. Like is it after 210 or after 220 or where.
    I hope this post makes sense and that someone could help.
    Thanks
     
    1,309
    Posts
    12
    Years
    • She/Her
    • Seen Nov 24, 2023
    2FF is 767 in decimal. 200 is 512 - so 2FF would be right at the end of the list. Counting in hex is different to dec, for example, instead of
    Code:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    you'd have
    Code:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    A
    B
    C
    D
    E
    F
    10
    11
    12
    13
    14
    Here is a link to a hex to decimal converter (or vice versa).
     
    3
    Posts
    5
    Years
    • Seen Feb 26, 2019
    Ok I think I understand it, but just to confirm.
    So with the safe flags being 200- 2FF I have about 255 free flags I can use
    Right?
     
    Back
    Top