diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-04 19:15:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 19:15:40 -0700 |
commit | 83ea8d0cd9f8141181d09718c79b8916df945752 (patch) | |
tree | 7487b983c8205a97832831b6b6b06cf60534f65a /include/constants/decorations.h | |
parent | cdb5e9e3143b2f1086d8bd4f02a76186c164d02a (diff) | |
parent | 58200616d55798002046e67a656f5295834455ec (diff) |
Merge pull request #243 from PikalaxALT/trader
Port trader from Ruby
Diffstat (limited to 'include/constants/decorations.h')
-rw-r--r-- | include/constants/decorations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/decorations.h b/include/constants/decorations.h index 2e3558721..b9f626d24 100644 --- a/include/constants/decorations.h +++ b/include/constants/decorations.h @@ -122,5 +122,6 @@ #define DECOR_REGIROCK_DOLL 118 #define DECOR_REGICE_DOLL 119 #define DECOR_REGISTEEL_DOLL 120 +#define NUM_DECORATIONS DECOR_REGISTEEL_DOLL #endif // GUARD_CONSTANTS_DECORATIONS_H |