summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-09-15 23:47:07 -0400
committerhuderlem <huderlem@gmail.com>2019-09-16 19:44:47 -0500
commit06af24bce58b9285166d27fc371ad3c3dbb63a29 (patch)
treedbe13cafb7adfe4808042f3d77f30c2d2a83e102 /constants
parent340c4e1411fa2aea8345d6f9af75577644ab8b9b (diff)
Use misc ScrCmd constants
Diffstat (limited to 'constants')
-rw-r--r--constants/berry_constants.inc6
-rw-r--r--constants/constants.inc1
2 files changed, 0 insertions, 7 deletions
diff --git a/constants/berry_constants.inc b/constants/berry_constants.inc
deleted file mode 100644
index 2ecd7ac36..000000000
--- a/constants/berry_constants.inc
+++ /dev/null
@@ -1,6 +0,0 @@
- .set BERRY_FIRMNESS_UNKNOWN, 0
- .set BERRY_FIRMNESS_VERY_SOFT, 1
- .set BERRY_FIRMNESS_SOFT, 2
- .set BERRY_FIRMNESS_HARD, 3
- .set BERRY_FIRMNESS_VERY_HARD, 4
- .set BERRY_FIRMNESS_SUPER_HARD, 5
diff --git a/constants/constants.inc b/constants/constants.inc
index 7c74c8e87..6e5f5a81d 100644
--- a/constants/constants.inc
+++ b/constants/constants.inc
@@ -2,5 +2,4 @@
.include "constants/global.inc"
.include "constants/contest_constants.inc"
.include "constants/pokemon_data_constants.inc"
- .include "constants/berry_constants.inc"
.include "constants/contest_move_effects.inc"