Quote:
Originally Posted by IAmNugget
So im working on a romhack for pokemon firered and im editing the script and i keep getting the error 6 on line four and ive tried to find out why this is happening but i dont understand can someone help?
click to show code:
can anyone help?
|
The last set of movements is inserted at the same address as the first part of the script. When decompiling the script XSE reads the movements as commands and you end up with nonsense like "setfarbyte 0x13 0x5A6AFE2E".
When editing scripts you should always insert the edited part of the script in free space to avoid issues like this.