diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-13 22:28:46 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-13 22:28:46 +0000 |
commit | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (patch) | |
tree | 7472bf3345b8b0b4f6d26c8853f5a03b3b2cc797 /data | |
parent | 1d4650711071b8f142ffccea30de20d45dd87978 (diff) |
Tidy up header files
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index ed58dd416..e52b95f24 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,6 +1,6 @@ #include "constants/battle_frontier.h" -#include "constants/flags.h" #include "constants/field_effects.h" +#include "constants/flags.h" #include "constants/items.h" #include "constants/heal_locations.h" #include "constants/maps.h" |