From 23c7161bbcd0e3412fc30a59c68cf4296fdd7dca Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Wed, 11 Dec 2013 10:34:29 -0500 Subject: Clean up constants --- constants/move_effect_constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants/move_effect_constants.asm') diff --git a/constants/move_effect_constants.asm b/constants/move_effect_constants.asm index 2e4c7a49..088482dc 100644 --- a/constants/move_effect_constants.asm +++ b/constants/move_effect_constants.asm @@ -71,3 +71,6 @@ LEECH_SEED_EFFECT EQU $54 SPLASH_EFFECT EQU $55 DISABLE_EFFECT EQU $56 +; fixed damage constants +SONICBOOM_DAMAGE EQU 20 +DRAGON_RAGE_DAMAGE EQU 40 \ No newline at end of file -- cgit v1.2.3