- 31
- Posts
- 4
- Years
- Seen Oct 7, 2023
I am working on a rom hack for myself to spice up my Pokémon gameplay, and that includes a bunch of QOL changes, like buffing bad Pokémon, changing types/abilities, giving some Pokémon new moves, etc. While I was working on editing the level up learn sets, I got an error in wsl when trying to make the rom, that (I believe) said there was an error on the last line (it read " }; "). I had made a back up folder though, and I replaced this level_up_learnsets.h. I just started editing it again, because I believe I found the issue, but I want to see if there is a way around it. I'm pretty sure that it will give me that error if I add any new lines of text when attempting to add new moves. To test this theory out, I edited the first 3 learn sets on the list, this time without adding any other lines and simply replacing level up moves with other moves, and I didn't get an error when making it. Now this is all a round about way of me asking: is there a way to add more moves to a Pokémon's learn set? Or would I have to resort to binary hacking for that?