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.
I was using poryscript in a specific map script and doing the call to SetEVs (located in data/event_scripts.s ) . When I was copying the name SetEVs into the map script it somehow changed the formatting and caused it to not recognize it. I changed the spelling and it works just fine now, but I...
I'm trying to use this post from the simple modifications: https://www.pokecommunity.com/threads/simple-modifications-directory.416647/post-10162417
but I'm getting an error when making the ROM that says it's an undefined reference to 'SetEVs'.
I'm using poryscript and doing call(SetEVs) but...