summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants')
-rw-r--r--[-rwxr-xr-x]src/constants/card_data_constants.asm (renamed from src/constants/type_constants.asm)10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/constants/type_constants.asm b/src/constants/card_data_constants.asm
index 59f8821..80dc902 100755..100644
--- a/src/constants/type_constants.asm
+++ b/src/constants/card_data_constants.asm
@@ -1,3 +1,4 @@
+; card types
FIRE EQU $0
GRASS EQU $1
LIGHTNING EQU $2
@@ -23,3 +24,12 @@ WR_LIGHTNING EQU $20
WR_WATER EQU $10
WR_FIGHTING EQU $08
WR_PSYCHIC EQU $04
+
+; move effect category
+DAMAGE_NORMAL EQU $0
+DAMAGE_PLUS EQU $1
+DAMAGE_MINUS EQU $2
+DAMAGE_X EQU $3
+POKEMON_POWER EQU $4
+RESIDUAL EQU $80
+