diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 14:19:54 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 14:19:54 -0400 |
commit | 15f5cb7e7398431ae22f24c8e8a69683a0dc24fc (patch) | |
tree | 59e6ca4c3e48a892685ffefef42b8f823868051f /constants | |
parent | 7d4c9d1f9f11c60db3a0e81777cfbbbda483d2e3 (diff) |
Sync new_game.inc
Diffstat (limited to 'constants')
-rw-r--r-- | constants/berry_constants.inc | 6 | ||||
-rw-r--r-- | constants/constants.inc | 1 |
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 47d8d2aa4..6eeef5f2b 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -3,7 +3,6 @@ .include "constants/contest_constants.inc" .include "constants/item_data_constants.inc" .include "constants/trainer_constants.inc" - .include "constants/berry_constants.inc" .include "constants/version.inc" .include "constants/battle.inc" .include "constants/battle_text.inc" |