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

[Tool✓] R/B/Y Level-up moves

4
Posts
9
Years
    • Seen Feb 24, 2024
    Can someone help me to change R/B level-up moves? There is any tool? or only hexadecimal? in this case, I need a bit of help, maybe a quick tutorial.
    Thanks in advance
     
    4
    Posts
    7
    Years
    • Seen Nov 19, 2018
    I don't think theres any tool for this which is sad as the AI pokemon are very weak with their natural learnset. Hex editing the learnsets are easy, but a little time consuming.

    For example: 07490D16144D1B4B224A294F304C

    This is bulbasaur's learnset in hex. The numbers in blue are the hex number for the level it learns the move, and the numbers in red are the hex code for the move.

    lvl 7 in hex is 07. 49 is the hex code for leech seed.
    lvl 13 in hex is 0D. 16 is the hex code for vine whip.
    lvl 20 in hex is 14. 4D is the hex code for poisonpowder.
    lvl 27 in hex is 1B. 4B is the hex code for razor leaf.
    lvl 34 in hex is 22. 4A is the hex code for growth.
    lvl 41 in hex is 29. 4F is the hex code for sleep powder.
    lvl 48 in hex is 30. 4C is the hex code for solarbeam.

    If you want to find other pokemon's learnset in the hex editor, just google their gen 1 learnset, use a decimal to hex converter to find out what the lvl is in hex and look up the hex code for the move.
    When you have the learnset in hex just search for it in the hex editor and edit.
     
    Back
    Top