diff options
author | Mr Wint <MrWint42@gmail.com> | 2013-03-12 01:52:32 +0100 |
---|---|---|
committer | Mr Wint <MrWint42@gmail.com> | 2013-03-12 01:52:32 +0100 |
commit | 120235c3937fb47fc85388f8da5360178294d5d1 (patch) | |
tree | b5496f5a2b1a99e5d9a2bb881185124aad8d0f11 /constants.asm | |
parent | 1a3e59155f53d6ace5e0daee6d3f71f849367bd0 (diff) |
formatted attack effects and use more EQUs
automatically extracted and included a bunch of assembly
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 9c5c8be7..8c983782 100644 --- a/constants.asm +++ b/constants.asm @@ -1435,6 +1435,7 @@ TM_50 EQU $FA ; {stat}_(UP|DOWN)(1|2) means that the move raises the user's (or lowers the target's) corresponding stat modifier by 1 (or 2) stages ; {status condition}_side_effect means that the move has a side chance of causing that condition ; {status condition}_effect means that the move causes the status condition every time it hits the target +NO_ADDITIONAL_EFFECT EQU $00 POISON_SIDE_EFFECT1 EQU $02 DRAIN_HP_EFFECT EQU $03 BURN_SIDE_EFFECT1 EQU $04 |