Fix event constant file names

This commit is contained in:
GriffinR
2019-11-21 14:03:35 -05:00
parent 86c08330c4
commit 4c52cf9ed1
21 changed files with 23 additions and 23 deletions

View File

@@ -27,7 +27,7 @@
#include "start_menu.h"
#include "task.h"
#include "text.h"
#include "constants/event_object_movement_constants.h"
#include "constants/event_object_movement.h"
#include "constants/songs.h"
#include "constants/rgb.h"
#include "trainer_hill.h"