diff options
author | YamaArashi <devnull@localhost> | 2012-01-23 13:42:39 -0800 |
---|---|---|
committer | YamaArashi <devnull@localhost> | 2012-01-23 13:42:39 -0800 |
commit | 9bae391ba0d433671eda07d6807db33528bed948 (patch) | |
tree | 7deccad51269388854042a6b68a496eccaba6aa7 | |
parent | 09d6b4510041ab9cf72b7ea905dff71307c0228e (diff) |
move missed constant
hg-commit-id: 229b952d44c7
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 18eea507..1ea3d67e 100644 --- a/constants.asm +++ b/constants.asm @@ -152,6 +152,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_MOVEMISSED EQU $D05F + ; not entirely sure that all these bits are 100% correct ; Battle Status Byte 1 ; bit 0 - bide |