From fee7ef6a9e9dd53a015375a670d54c389b580364 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Thu, 16 Feb 2012 07:50:01 -0800 Subject: [PATCH] fix battle status constant typo hg-commit-id: 9cdee02d79c4 --- constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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