diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-11 12:45:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 12:45:08 -0600 |
| commit | c9f196cdfea08eefffd39ebc77a150f197e1250e (patch) | |
| tree | af62f4a34588c3ad679249cfed757ac2a8eb075a /data/event_scripts.s | |
| parent | 00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff) | |
| parent | 9525fdd54de805e8b45e23df6a57074e077c175d (diff) | |
Merge pull request #137 from camthesaxman/constants_headers
move constants to C headers
Diffstat (limited to 'data/event_scripts.s')
| -rw-r--r-- | data/event_scripts.s | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 763b39585..d05eb1965 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,8 +1,12 @@ +#include "constants/flags.h" +#include "constants/items.h" +#include "constants/moves.h" +#include "constants/songs.h" +#include "constants/species.h" +#include "constants/vars.h" .include "asm/macros.inc" .include "asm/macros/event.inc" .include "constants/constants.inc" - .include "constants/variables.inc" - .include "constants/flags.inc" .section script_data, "aw", %progbits |
