shithub: pokered

Download patch

ref: fee7ef6a9e9dd53a015375a670d54c389b580364
parent: 9df6f8a419cdd9aee6af9d812cc1707fcb42ca38
author: YamaArashi <shadow962@live.com>
date: Thu Feb 16 02:50:01 EST 2012

fix battle status constant typo

hg-commit-id: 9cdee02d79c4


--- a/constants.asm
+++ b/constants.asm
@@ -265,7 +265,7 @@
 
 W_PLAYERBATTSTATUS1 EQU $D062
 W_PLAYERBATTSTATUS2 EQU $D063
-W_PLAYERBATTSTATUS3 EQU $D062
+W_PLAYERBATTSTATUS3 EQU $D064
 
 W_ENEMYBATTSTATUS1 EQU $D067
 W_ENEMYBATTSTATUS2 EQU $D068