forked from legendofloog/Pirate-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathROMBuildfile.event
More file actions
37 lines (25 loc) · 1009 Bytes
/
Copy pathROMBuildfile.event
File metadata and controls
37 lines (25 loc) · 1009 Bytes
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
#include "EAstdlib.event"
#include "CustomDefinitions.event"
#include "Definitions/_DefinitionsInstaller.event"
//PROTECT $25224
ORG FreeSpace
#include "Tables/Repointed/_MasterRepointer.event"
//Text first for Text ID definitions
#include "Text/InstallTextData.event"
MESSAGE Used text space ends at currentOffset
//CSV tables
#include "Tables/TableInstaller.event"
MESSAGE Used table space ends at currentOffset
//Graphics
#include "Graphics/_GraphicsInstaller.event"
//Music
#include "Music/music_installer_proj2023.event"
//Engine Hacks
#include "EngineHacks/_MasterHackInstaller.event"
MESSAGE Used hax space ends at currentOffset
//Events
#include "Events/_EventsInstaller.event"
//Maps
#include "Maps/MasterMapInstaller.event"
//ASSERT (FreeSpaceEnd - currentOffset) // So that you don't overwrite vanilla tables if using default freespace
MESSAGE Used free space ends at currentOffset