• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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] Scripting problem!

Know errors:
  1. You need to put #raw 0xFE in every final of move.
  2. waitmovement 0x5 waitmovement 0xFF is not valid, you need to put 0x0 in all.
  3. trainerbattle 0x1 0x1 0x0, I think is not valid. If you want to put a rival battle put this argument: 0x9
  4. The offset 29FA02 is because of a bug in invalid 0x1 argument of the trainerbattle, also not valid.

Check this tutorial.
 
Know errors:
  1. You need to put #raw 0xFE in every final of move.
  2. waitmovement 0x5 waitmovement 0xFF is not valid, you need to put 0x0 in all.
  3. trainerbattle 0x1 0x1 0x0, I think is not valid. If you want to put a rival battle put this argument: 0x9
  4. The offset 29FA02 is because of a bug in invalid 0x1 argument of the trainerbattle, also not valid.
Check this tutorial.
so i need to change the 0x1 (the first) to 0x9
and the offset to.. ?
sorry for being an idiot.
 
You need to recompile (dynamic, of course) your script again, with all valid arguments that I saw to you.
note: if you want a normal battle you need to put 0x0
So i need to right the script again?
and yes its just a normal battle you never see the guy again.
K i will do that tommorow and tell you if it worked.
 
Yes, just replace the invalid arguments and make a new dynamic compiling.
If i put 0x0 in place of the first 0x1 i get the error too many parameters on line 18 correct number is 5 but if i put 0x1 the script compiles
 
Back
Top