Final Fantasy Hacktics

Modding => Help! => Topic started by: Durbs on July 21, 2011, 12:44:05 pm

Title: Event Compiler Problem
Post by: Durbs on July 21, 2011, 12:44:05 pm
'Wrong parameter type. "x" expected but "r" found on line 9'

Can anyone tell me what happened/how to fix it?
Title: Re: Event Compiler Problem
Post by: Pride on July 21, 2011, 01:16:03 pm
you literally have the letter x when the compiler is looking for r

post your event so I can actually tell you where the error is
Title: Re: Event Compiler Problem
Post by: Xifanie on July 21, 2011, 03:12:05 pm
don't use the event provided in the archive. It's outdated because I changed the format of instructions. Instead rip events from your TEST.EVT.
Title: Re: Event Compiler Problem
Post by: Durbs on July 22, 2011, 04:50:22 pm
Quote from: Xifanie on July 21, 2011, 03:12:05 pm
don't use the event provided in the archive. It's outdated because I changed the format of instructions. Instead rip events from your TEST.EVT.


I did. I used CDMage to rip out the TEST.EVT from my ISO, decompiled it, changed an event in the decompiled text (removing the line that causes the event to compile immediately), and when I tried to compile it, that error came up.