summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-20 11:51:22 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-20 11:51:22 -0400
commit8d0d5cfd557b6c96b61a40c1997cf84a4f8fc3ed (patch)
tree3a47f1d927c8fc9cb6510de88ed65a8953240bac /include/constants
parent4a239c4604e42c838e0b0b68f7f59eb4562484a2 (diff)
parent3f762629e830c0cad66c4efeea5b918bdf4cce20 (diff)
Merge branch 'master' into modern_gcc
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/pokemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index f63d755ad..5d0e562bc 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -82,4 +82,7 @@
#define NUM_STATS 6
#define NUM_BATTLE_STATS 8
+// Shiny odds
+#define SHINY_ODDS 8 // Actual probability is SHINY_ODDS/65536
+
#endif // GUARD_CONSTANTS_POKEMON_H