diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:47:01 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:47:01 -0700 |
commit | 1937cc7b0d10b49cce27b60ff9af4b46d34ffede (patch) | |
tree | 879a47740aa39ad625ab79f250429aaa574592a4 /include/data.h | |
parent | a91de64dcfed6f201ab3e66d95b54e932bc14946 (diff) |
Port/dump palette tables.
Diffstat (limited to 'include/data.h')
-rw-r--r-- | include/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/data.h b/include/data.h index 942d8b7e5..be34f64c2 100644 --- a/include/data.h +++ b/include/data.h @@ -4,6 +4,8 @@ #include "global.h" #include "constants/species.h" +#define SPECIES_SHINY_TAG 500 + struct MonCoords { // This would use a bitfield, but some function |