summaryrefslogtreecommitdiff
path: root/constants/move_constants.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2014-05-12 17:41:21 -0500
committerMarcus Huderle <huderlem@gmail.com>2014-05-12 17:41:21 -0500
commit36d588a83c249e2df7a3177eb7aa22e2b09658e0 (patch)
tree5c98d8090ac12e4ac400fd7ceb7631bd8b68caed /constants/move_constants.asm
parent13e496cc90a3027b792a5330b404c3a8555e82a5 (diff)
parent83d775e21a0ca6f126089715a63654c2bd9e7297 (diff)
Merged with yenatch
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r--constants/move_constants.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm
index 524e7814..9fdb1ce7 100644
--- a/constants/move_constants.asm
+++ b/constants/move_constants.asm
@@ -1,3 +1,5 @@
+NUM_MOVES EQU $A4
+
POUND EQU $01
KARATE_CHOP EQU $02
DOUBLESLAP EQU $03
@@ -163,6 +165,7 @@ SUPER_FANG EQU $A2
SLASH EQU $A3
SUBSTITUTE EQU $A4
STRUGGLE EQU $A5
+
; these do double duty as animation identifiers
SHOWPIC_ANIM EQU $A6 ; redraw monster pic
STATUS_AFFECTED_ANIM EQU $A7 ; effect when monster receives a status aliment
@@ -178,4 +181,4 @@ GREATTOSS_ANIM EQU $C5 ; toss Great Ball
ULTRATOSS_ANIM EQU $C6 ; toss Ultra Ball or Master Ball
HIDEPIC_ANIM EQU $C8 ; monster disappears
ROCK_ANIM EQU $C9 ; throw rock
-BAIT_ANIM EQU $CA ; throw bait \ No newline at end of file
+BAIT_ANIM EQU $CA ; throw bait