diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 10:54:05 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 10:54:05 -0400 |
| commit | bbc257476f9aac8d04d75a8036d412caa8f7d515 (patch) | |
| tree | ee51e103215a3481d3203aeeef3b241f77927185 /constants/battle_constants.asm | |
| parent | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar (diff) | |
| download | pokeyellow-bbc257476f9aac8d04d75a8036d412caa8f7d515.tar.gz pokeyellow-bbc257476f9aac8d04d75a8036d412caa8f7d515.tar.xz pokeyellow-bbc257476f9aac8d04d75a8036d412caa8f7d515.zip | |
PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)
Diffstat (limited to 'constants/battle_constants.asm')
| -rw-r--r-- | constants/battle_constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index bdcd2b98..ba5d6c68 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -21,6 +21,13 @@ MAX_NEUTRAL_DAMAGE EQU 999 SONICBOOM_DAMAGE EQU 20 DRAGON_RAGE_DAMAGE EQU 40 +; type effectiveness factors, scaled by 10 +SUPER_EFFECTIVE EQU 20 +MORE_EFFECTIVE EQU 15 +EFFECTIVE EQU 10 +NOT_VERY_EFFECTIVE EQU 05 +NO_EFFECT EQU 00 + ; non-volatile statuses SLP EQU %111 ; sleep counter PSN EQU 3 |
