diff options
author | garak <garakmon@gmail.com> | 2018-12-03 16:39:51 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-12-03 16:39:51 -0500 |
commit | d6a88e0eaa7d74f187fb27f8a376203f40537340 (patch) | |
tree | cd9155a95b3ac56a91fd1a737d08f757b565155b | |
parent | 462e7c82956ed120ab8fce453f2326ef9bfbc9a6 (diff) |
remove frontier asm constants to fix build
-rw-r--r-- | constants/constants.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index 27d554ad0..38887dd28 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -2,6 +2,5 @@ .include "constants/misc_constants.inc" .include "constants/contest_constants.inc" .include "constants/pokemon_data_constants.inc" - .include "constants/battle_frontier_constants.inc" .include "constants/berry_constants.inc" .include "constants/contest_move_effects.inc" |