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