summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2012-02-16 07:50:01 -0800
committerYamaArashi <shadow962@live.com>2012-02-16 07:50:01 -0800
commitfee7ef6a9e9dd53a015375a670d54c389b580364 (patch)
treef9ad9b6f8d82340a44df575435d741478cea0126 /constants.asm
parent9df6f8a419cdd9aee6af9d812cc1707fcb42ca38 (diff)
fix battle status constant typo
hg-commit-id: 9cdee02d79c4
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm2
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