From 4c52cf9ed15f01f949fbf2139444f674694e446d Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 21 Nov 2019 14:03:35 -0500 Subject: Fix event constant file names --- data/event_scripts.s | 2 +- data/map_events.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') 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" -- cgit v1.2.3