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

[Other✓] pokeemerald RHH Copyright help

42
Posts
2
Years
I'm having some difficulty getting the "RHH Copyright" to work correctly in my project. I merged the repo with my project, solved the merge conflicts and now I get this error.
Screenshot 2021-10-08 01-31-12.png

Heres some pictures of the code the error refers to.

Screenshot 2021-10-08 01-36-39.png
Screenshot 2021-10-08 01-39-14.png
Screenshot 2021-10-08 01-40-39.png

This is the result after compiling, the animations still work but porygon and dizzyegg stay in the same place.
Screenshot 2021-10-08 01-43-17.png

I'm new to C and I spent hours trying to fix it with no result. I'm sure it's something easily fixed but I've ran into a wall trying to fix it.
Any help is greatly appreciated! 😄
 
Last edited:

ellabrella

PKMN Trainer
57
Posts
5
Years
  • Age 24
  • Seen Apr 17, 2024
i believe, at some point, sprite.pos2.x and sprite.pos2.y were changed to sprite.x2 and sprite.y2. so if you change all the pos2.x/pos2.y into x2 and y2 it should work i think.
 
Back
Top