diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-12-29 00:24:28 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-12-29 00:24:28 -0700 |
commit | e0f94f93842b19db945d2f38b78ba07497b6b4fe (patch) | |
tree | eb8704b9edbb667a4c6c26b868c646f709b561a6 /constants.asm | |
parent | 98de3ed35f5c38c664f8c52f678831d0a96a3126 (diff) |
Add the tail end of some battle code.
hg-commit-id: 1ae1fda42a8c
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index ddd11f8b..c9a3ffe7 100644 --- a/constants.asm +++ b/constants.asm @@ -95,6 +95,8 @@ W_BATTLETYPE EQU $D05A ; in normal battle, this is 0 W_LONEATTACKNO EQU $D05C ; which entry in LoneAttacks to use W_TRAINERNO EQU $D05D ; which instance of [youngster, lass, etc] is this? +W_NUMHITS EQU $D074 ; number of hits in attacks like Doubleslap, etc. + ; List type ; used in $D0B6 MONSTER_NAME EQU 1 |