From 120235c3937fb47fc85388f8da5360178294d5d1 Mon Sep 17 00:00:00 2001 From: Mr Wint Date: Tue, 12 Mar 2013 01:52:32 +0100 Subject: formatted attack effects and use more EQUs automatically extracted and included a bunch of assembly --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p