diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 15:10:56 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 15:10:56 -0600 |
commit | 026e017a16df44806b95435403a8e3b8dbe78084 (patch) | |
tree | 83b651219e44c467077d5a16f3d77574924b9a3a /src/field/tv.c | |
parent | e7215091ee44b26d83753104f879671db4224803 (diff) |
flag, vars, items constants
Diffstat (limited to 'src/field/tv.c')
-rw-r--r-- | src/field/tv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/field/tv.c b/src/field/tv.c index 5c42fc7ec..2d345eb6c 100644 --- a/src/field/tv.c +++ b/src/field/tv.c @@ -8,7 +8,7 @@ #include "fieldmap.h" #include "field_message_box.h" #include "field_camera.h" -#include "flags.h" +#include "constants/flags.h" #include "random.h" #include "string_util.h" #include "text.h" @@ -24,7 +24,7 @@ #include "field_map_obj.h" #include "field_specials.h" #include "item.h" -#include "items.h" +#include "constants/items.h" #include "link.h" #include "map_constants.h" #include "naming_screen.h" @@ -39,7 +39,7 @@ #include "strings.h" #include "text.h" #include "ewram.h" -#include "moves.h" +#include "constants/moves.h" #include "region_map_sections.h" struct UnkTvStruct |