[FE8] Hayden Event

Heya,

I’m currently trying to rid myself of that annoying Hayden event that keeps messing up my hack. I’ve got the prologue and chapter 1 complete but I cannot for the life of me seem to connect those two without Hayden showing up and ruining my day.

In a FE8 Eventing Guide I found something that might make it work, but whenever I try and use Event Assembler it keeps giving me this…

[details=Summary]Finished.
1 errors encountered:
File SkipHayden.txt, Line 5, Column 1: No code named GOTO_IFEF found.

No data written to output.[/details]

… message.

I’ve been using this script:
#define BACKWARDS_COMPATIBILITY
#include eastdlib.event

ORG $A3C860
IFET 0x88
IFEQUAL 0x1 0xC 0x0
CALL NewEvents
ENDB
ORG $100000
NewEvents:
WM_LOADLOCATION2 0x0 0x0 0x0 //Might as well load Border Mulan here (optional)
WM_LOADLOCATION2 0x0 0x1 0x0 //Like CREATENEXTDESTINATION except silent and instant
WM_SETDESTINATION 0x0 0x1 0x0
_0xA640 0x0 0x0 0x01 //like MOVESPRITETO except silent and instant
SKIPWN
ENDA

Anyone got some ideas on how to fix this?

Thanks in advance!