diff options
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 6d2a3693c..faa9b8406 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,3 +1,11 @@ +#include "constants/decorations.h" +#include "constants/game_stat.h" +#include "constants/items.h" +#include "constants/map_objects.h" +#include "constants/moves.h" +#include "constants/opponents.h" +#include "constants/songs.h" +#include "constants/species.h" .include "asm/macros.inc" .include "asm/macros/event.inc" .include "constants/constants.inc" |