Commit 2dbc9d75 authored by Chen Bill's avatar Chen Bill Committed by GitHub

add ATTRIBUTES_COUNT (#637)

parent f2ebd12e
...@@ -114,6 +114,7 @@ typedef signed char int8; ...@@ -114,6 +114,7 @@ typedef signed char int8;
#define TYPES_EXTRA_DECK (TYPE_FUSION | TYPE_SYNCHRO | TYPE_XYZ | TYPE_LINK) #define TYPES_EXTRA_DECK (TYPE_FUSION | TYPE_SYNCHRO | TYPE_XYZ | TYPE_LINK)
//Attributes //Attributes
#define ATTRIBUTES_COUNT 7
#define ATTRIBUTE_ALL 0x7f // #define ATTRIBUTE_ALL 0x7f //
#define ATTRIBUTE_EARTH 0x01 // #define ATTRIBUTE_EARTH 0x01 //
#define ATTRIBUTE_WATER 0x02 // #define ATTRIBUTE_WATER 0x02 //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment