diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 02:23:46 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-02-25 08:01:22 -0600 |
| commit | 5f7a9713134d7694120dac27bef5ac14467f2734 (patch) | |
| tree | 5ad8e5f47cc27045d705054844ecf7d5f80229b4 /data | |
| parent | a589d4a630a130e78bdf0819b807a133562d4449 (diff) | |
Source file part of map script renaming
Diffstat (limited to 'data')
| -rw-r--r-- | data/event_scripts.s | 1 | ||||
| -rw-r--r-- | data/map_events.s | 1 | ||||
| -rw-r--r-- | data/mystery_event_msg.s | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index cf5695d3b..5e8a35f98 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -8,6 +8,7 @@ #include "constants/items.h" #include "constants/heal_locations.h" #include "constants/layouts.h" +#include "constants/map_scripts.h" #include "constants/maps.h" #include "constants/moves.h" #include "constants/songs.h" diff --git a/data/map_events.s b/data/map_events.s index c6f88d305..cd42bfe75 100644 --- a/data/map_events.s +++ b/data/map_events.s @@ -3,6 +3,7 @@ #include "constants/event_objects.h" #include "constants/flags.h" #include "constants/items.h" +#include "constants/map_scripts.h" #include "constants/maps.h" #include "constants/secret_bases.h" #include "constants/vars.h" diff --git a/data/mystery_event_msg.s b/data/mystery_event_msg.s index aa904b0bf..24a075181 100644 --- a/data/mystery_event_msg.s +++ b/data/mystery_event_msg.s @@ -1,5 +1,6 @@ #include "constants/flags.h" #include "constants/items.h" +#include "constants/map_scripts.h" #include "constants/moves.h" #include "constants/songs.h" #include "constants/species.h" |
