diff options
| author | YamaArashi <shadow962@live.com> | 2012-02-16 07:50:01 -0800 | 
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2012-02-16 07:50:01 -0800 | 
| commit | fee7ef6a9e9dd53a015375a670d54c389b580364 (patch) | |
| tree | f9ad9b6f8d82340a44df575435d741478cea0126 | |
| parent | 9df6f8a419cdd9aee6af9d812cc1707fcb42ca38 (diff) | |
fix battle status constant typo
hg-commit-id: 9cdee02d79c4
| -rw-r--r-- | constants.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/constants.asm b/constants.asm index 4eff3c5b..b94632e4 100644 --- a/constants.asm +++ b/constants.asm @@ -265,7 +265,7 @@ W_MOVEMISSED EQU $D05F  W_PLAYERBATTSTATUS1 EQU $D062  W_PLAYERBATTSTATUS2 EQU $D063 -W_PLAYERBATTSTATUS3 EQU $D062 +W_PLAYERBATTSTATUS3 EQU $D064  W_ENEMYBATTSTATUS1 EQU $D067  W_ENEMYBATTSTATUS2 EQU $D068 | 
