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/battle/battle_records.c | |
parent | e9ce374e57266f0816450acda926509cae6a087f (diff) |
opponents, map_objects, hold_effects, game_stat, decorations, battle_move_effects constants
Diffstat (limited to 'src/battle/battle_records.c')
-rw-r--r-- | src/battle/battle_records.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/battle_records.c b/src/battle/battle_records.c index 54697593b..97740e3da 100644 --- a/src/battle/battle_records.c +++ b/src/battle/battle_records.c @@ -1,6 +1,6 @@ #include "global.h" #include "battle_records.h" -#include "game_stat.h" +#include "constants/game_stat.h" #include "link.h" #include "menu.h" #include "overworld.h" |