-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathROMBuildfile.event
48 lines (36 loc) · 1.22 KB
/
ROMBuildfile.event
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#ifdef _FE8_
#include "EAstdlib.event"
#include "CustomDefinitions.event"
ORG FreeSpace
//Don't write where the animations will be
PROTECT AnimTableSpace $E70200
PROTECT AnimSpaceB $EDFFF0
PROTECT AnimSpaceC $FDFFF0
PROTECT AnimSpaceD $1000000
//Repointed tables
#include "repointedTextTable.event"
//Text first for Text ID definitions
#include "Text/Install Text Data.event"
#include "Text/NarrowText.event"
MESSAGE Used text space ends at currentOffset
//Graphics
#include "Graphics/Graphics.event"
//CSV tables
#include "Tables/TableInstaller.event"
MESSAGE Used table space ends at currentOffset
//Engine Hacks
#include "EngineHacks/_MasterHackInstaller.event"
MESSAGE Used hax space ends at currentOffset
//Items
#include "Items.event"
//Music
#include "Music/_Music Installer.event"
//Events
#include "Events/Events.event"
//Maps
#include "Maps/_Tileset Installer.event"
#include "Maps/_Master Map Installer.event"
MESSAGE Used free space ends at currentOffset
#else
ERROR Not building events on FE8 is a pitfall! Try again on a FE8 ROM.
#endif