diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 14:03:35 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-21 14:03:35 -0500 |
commit | 4c52cf9ed15f01f949fbf2139444f674694e446d (patch) | |
tree | 1bfe563ba2fdb0cfeb29c17c0325bbb41d05391f /data | |
parent | 86c08330c4a3f068a9618d5c80e06b9b8b6480c9 (diff) |
Fix event constant file names
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 2 | ||||
-rw-r--r-- | data/map_events.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 14f0b2be7..a98a53a1a 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -13,7 +13,7 @@ #include "constants/decorations.h" #include "constants/easy_chat.h" #include "constants/event_objects.h" -#include "constants/event_object_movement_constants.h" +#include "constants/event_object_movement.h" #include "constants/field_effects.h" #include "constants/field_poison.h" #include "constants/field_specials.h" diff --git a/data/map_events.s b/data/map_events.s index ceaa72837..0f977acfb 100644 --- a/data/map_events.s +++ b/data/map_events.s @@ -1,5 +1,5 @@ -#include "constants/bg_event_constants.h" -#include "constants/event_object_movement_constants.h" +#include "constants/event_bg.h" +#include "constants/event_object_movement.h" #include "constants/event_objects.h" #include "constants/flags.h" #include "constants/items.h" |