diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-13 18:46:53 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-13 18:46:53 -0400 |
commit | 92c15d3ec3f03a2de8638e4bb8479ff8c0a8df96 (patch) | |
tree | c7a2cef92a4c15439951512bb915737510e3ae33 /constants/set_constants.asm | |
parent | e1a452de9e921a51a2bf40aced2b0e7a241d8cca (diff) |
Set constants
Diffstat (limited to 'constants/set_constants.asm')
-rwxr-xr-x | constants/set_constants.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/constants/set_constants.asm b/constants/set_constants.asm new file mode 100755 index 0000000..d3cfa57 --- /dev/null +++ b/constants/set_constants.asm @@ -0,0 +1,21 @@ +COLOSSEUM EQU $00 +EVOLUTION EQU $10 +MYSTERY EQU $20 +LABORATORY EQU $30 +PROMOTIONAL EQU $40 +ENERGY EQU $50 + +NONE EQU $0 +JUNGLE EQU $1 +FOSSIL EQU $2 +GB EQU $7 +PRO EQU $8 + +BASIC EQU $0 +STAGE1 EQU $1 +STAGE2 EQU $2 + +CIRCLE EQU $0 +DIAMOND EQU $1 +STAR EQU $2 +PROMOSTAR EQU $FF |