diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-13 18:53:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 18:53:27 -0700 |
commit | 24f6484643ed3d7115fd4ebd92f254f224f1ca97 (patch) | |
tree | fab2a2a4bf5a338be050b24e59994d47d1d89e9d /src/battle_bg.c | |
parent | abc1905caba10eadcbcb271d8188e5d16444a655 (diff) | |
parent | 94650495c669f673c59f4912b805b51360c0797a (diff) |
Merge pull request #274 from huderlem/movement_constants
Move and use movement constants
Diffstat (limited to 'src/battle_bg.c')
-rw-r--r-- | src/battle_bg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/battle_bg.c b/src/battle_bg.c index d4bfd297a..0af311631 100644 --- a/src/battle_bg.c +++ b/src/battle_bg.c @@ -18,6 +18,7 @@ #include "text_window.h" #include "menu.h" #include "battle_setup.h" +#include "constants/map_types.h" struct BattleBackground { |