From e0f94f93842b19db945d2f38b78ba07497b6b4fe Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Thu, 29 Dec 2011 00:24:28 -0700 Subject: Add the tail end of some battle code. hg-commit-id: 1ae1fda42a8c --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p