diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2016-01-16 16:35:37 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-16 16:35:37 +0100 |
| commit | f9839a8dbeadc7f4c23069ded9e78d5a572137d9 (patch) | |
| tree | 960b72c7b6e40408abda86cbb13336223e5e4fa4 /src/constants | |
| parent | 3d8dba485896e987e60e4a15979f32e824ca71e4 (diff) | |
document more card fields: move effect category
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 + |
