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/battle_tower.c | |
parent | e7215091ee44b26d83753104f879671db4224803 (diff) |
flag, vars, items constants
Diffstat (limited to 'src/field/battle_tower.c')
-rw-r--r-- | src/field/battle_tower.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/field/battle_tower.c b/src/field/battle_tower.c index 12a2f3f11..37ef10c24 100644 --- a/src/field/battle_tower.c +++ b/src/field/battle_tower.c @@ -8,10 +8,10 @@ #include "constants/easy_chat.h" #include "event_data.h" #include "item.h" -#include "items.h" +#include "constants/items.h" #include "main.h" #include "map_object_constants.h" -#include "moves.h" +#include "constants/moves.h" #include "new_game.h" #include "overworld.h" #include "pokedex.h" @@ -24,7 +24,7 @@ #include "text.h" #include "trainer.h" #include "tv.h" -#include "vars.h" +#include "constants/vars.h" #include "ewram.h" #if ENGLISH |