diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
| commit | 36d588a83c249e2df7a3177eb7aa22e2b09658e0 (patch) | |
| tree | 5c98d8090ac12e4ac400fd7ceb7631bd8b68caed /constants/move_constants.asm | |
| parent | Documented/labeled lots of move-effect-related stuff. (diff) | |
| parent | Merge remote-tracking branch 'iimarckus/master' (diff) | |
| download | pokeyellow-36d588a83c249e2df7a3177eb7aa22e2b09658e0.tar.gz pokeyellow-36d588a83c249e2df7a3177eb7aa22e2b09658e0.tar.xz pokeyellow-36d588a83c249e2df7a3177eb7aa22e2b09658e0.zip | |
Merged with yenatch
Diffstat (limited to 'constants/move_constants.asm')
| -rw-r--r-- | constants/move_constants.asm | 5 |
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 |
