summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 32a2ebf4..e743c934 100644
--- a/constants.asm
+++ b/constants.asm
@@ -89,6 +89,10 @@ TX_RAM: MACRO
; wram locations
+; current HP of player and enemy substitutes
+W_PLAYERSUBSITUTEHP EQU $CCD7
+W_ENEMYSUBSITUTEHP EQU $CCD8
+
W_PLAYERSELECTEDMOVE EQU $CCDC
W_ENEMYSELECTEDMOVE EQU $CCDD
@@ -1265,6 +1269,10 @@ 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
+
; move name constants
POUND EQU $01
KARATE_CHOP EQU $02