summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-03-01 09:13:29 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-03-01 09:13:29 +0530
commit85492c0dacb5222ebbd43f652c44448ca89de0f9 (patch)
treeccb4168b0cb800398a810789e59c108003def9bd /constants
parent2f9d69f67fef723e3a92bb19c73952f6896e27ad (diff)
parentc0357cea46635ec3867d18e43b341fb7a4a2fef2 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'constants')
-rw-r--r--constants/battle_move_constants.inc15
-rw-r--r--constants/constants.inc1
2 files changed, 0 insertions, 16 deletions
diff --git a/constants/battle_move_constants.inc b/constants/battle_move_constants.inc
deleted file mode 100644
index a05da3db3..000000000
--- a/constants/battle_move_constants.inc
+++ /dev/null
@@ -1,15 +0,0 @@
- .set TARGET_SELECTED_POKEMON, 0
-
- .set F_TARGET_SPECIAL, 1 << 0
- .set F_TARGET_RANDOM, 1 << 2
- .set F_TARGET_BOTH_ENEMIES, 1 << 3
- .set F_TARGET_USER, 1 << 4
- .set F_TARGET_ALL_EXCEPT_USER, 1 << 5
- .set F_TARGET_ENEMY_SIDE, 1 << 6
-
- .set F_MAKES_CONTACT, 1 << 0
- .set F_AFFECTED_BY_PROTECT, 1 << 1
- .set F_AFFECTED_BY_MAGIC_COAT, 1 << 2
- .set F_AFFECTED_BY_SNATCH, 1 << 3
- .set F_MIRROR_MOVE_COMPATIBLE, 1 << 4
- .set F_AFFECTED_BY_KINGS_ROCK, 1 << 5
diff --git a/constants/constants.inc b/constants/constants.inc
index 10d582eb1..28f2b2658 100644
--- a/constants/constants.inc
+++ b/constants/constants.inc
@@ -3,7 +3,6 @@
.include "constants/contest_constants.inc"
.include "constants/pokemon_data_constants.inc"
.include "constants/item_data_constants.inc"
- .include "constants/battle_move_constants.inc"
.include "constants/battle_frontier_constants.inc"
.include "constants/map_constants.inc"
.include "constants/berry_constants.inc"