diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-01 16:07:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01 16:07:57 -0500 |
commit | 4418189d4cf94bd5f837611da2dcb6147709d653 (patch) | |
tree | 5f9887cdc8a1b7b794c10b302da0bedbba7c734b /include/constants/battle.h | |
parent | 1895383352da3bd5a4f4990fab045ae3610937fc (diff) | |
parent | 528a1e9ed0f64040fce6148eac875cda913384ec (diff) |
Merge pull request #309 from DizzyEggg/types_manage
Various labelling
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index b3f9d919a..e5ca9d7ae 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -252,7 +252,7 @@ #define MOVE_EFFECT_RAPIDSPIN 0x23 #define MOVE_EFFECT_REMOVE_PARALYSIS 0x24 #define MOVE_EFFECT_ATK_DEF_DOWN 0x25 -#define MOVE_EFFECT_RECOIL_33_PARALYSIS 0x26 +#define MOVE_EFFECT_RECOIL_33 0x26 #define MOVE_EFFECT_ATK_PLUS_2 0x27 #define MOVE_EFFECT_DEF_PLUS_2 0x28 #define MOVE_EFFECT_SPD_PLUS_2 0x29 |