diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:01:50 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:01:50 -0600 |
commit | 611984671904aa19cf678c59ff2a8682cba09224 (patch) | |
tree | 271151b8f6671e435543d3d85c7107254c332f9a /src/field/battle_tower.c | |
parent | e9ce374e57266f0816450acda926509cae6a087f (diff) |
opponents, map_objects, hold_effects, game_stat, decorations, battle_move_effects constants
Diffstat (limited to 'src/field/battle_tower.c')
-rw-r--r-- | src/field/battle_tower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/battle_tower.c b/src/field/battle_tower.c index 37ef10c24..db822f71b 100644 --- a/src/field/battle_tower.c +++ b/src/field/battle_tower.c @@ -10,7 +10,7 @@ #include "item.h" #include "constants/items.h" #include "main.h" -#include "map_object_constants.h" +#include "constants/map_objects.h" #include "constants/moves.h" #include "new_game.h" #include "overworld.h" |