• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 27, 2024, 06:13:55 pm

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


Event Compiler..........

Started by Vicent, July 13, 2010, 11:33:41 pm

Vicent

see what is missing for this event if compiler correctly
Offset(x00004000)
//Remove the previous line if you wish not to override the offset in CONFIG.INI.
Text(x000008F9)
//Remove the previous line if you wish text to compile directly after instructions

{7C}()
LoadEVTCHR(x01,x02,x00)
WaitForInstruction(x34,x00)
SaveEVTCHR(x01)
Wait(00002)
Camera(+02040,-00572,+00488,+00750,+03074,+00000,+08192,+00001)
WaitForInstruction(r0400)
UnitAnim(x34,x00,x0002,x00)
UnitAnim(x13,x00,x0002,x00)
Background(000,000,000,000,000,000,000,x00)
UnitAnim(x0C,x00,x0258,x01)
{4D}(r80)
ColorField(x04,-004,-004,-004,000)
ColorUnit(x00,x00,x04,-008,-008,-006,000)
{63}(rA8)
00Start()
Camera(+01528,-00364,+00488,+00510,+03074,+00000,+05952,+00260)
Camera(+01448,-00328,+00488,+00350,+03202,+00000,+04128,+00080)
Camera(+01256,-00328,+00488,+00334,+03314,+00000,+04032,+00068)
Camera(+01000,-00280,+00496,+00318,+03442,+00000,+03808,+00056)
Camera(+00872,-00220,+00500,+00308,+03552,+00000,+04096,+00032)
Camera(+00840,-00220,+00504,+00302,+03584,+00000,+04096,+00048)
00End()
01Start()
{45}(r020001)
{45}(r170001)
{45}(r830001)
{45}(r800001)
{45}(r810001)
01End()
Wait(00180)
{1A}(r04141F1F04)
DisplayMessage(x10,x15,x01,x00,x00,x00,+00000,+00060,+00000,x00)
Wait(+00086)
{1A}(r0400000004)
Wait(00148)
UnitAnim(x0C,x00,x90,x01)
EventEnd()

//INSTRUCTION SECTION END -  TEXT START
//Message x01
{delay:05}test{delay:0F} {delay:05}test2{br}teste3
{delay:3C}.{delay:01}{end}

ffta707

First of all, you need to remove the text offset at the third line of the event. It  looks like = Text(x000008F9). I believe your problem is the wait for instructions that has this: WaitForInstruction(r0400).  The correct format should look like this: WaitForInstruction(x01,x00). I made the Event editor, to quickly get you the correct format, and so you can move faster. You could use that (The newest version), Or you could simply look at zodiac's event instructions at: http://ffhacktics.com/instructions.php. Hope I helped.