summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-18 12:29:37 -0700
committerYamaArashi <shadow962@live.com>2016-09-18 12:35:05 -0700
commit2782f7d614b27bcace2af95a1a206426dd7817f1 (patch)
tree9557df17e4781f9eabcf89e6c0b562e7e2672254 /include/pokemon.h
parentd50f25ab1e382ec9a8a815eba33c3c87c9611869 (diff)
expand WRAM sections and add some variables
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index bed60925b..a49ade10b 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -257,7 +257,7 @@ struct BattlePokemon
u32 spDefenseIV:5;
u32 isEgg:1;
u32 altAbility:1;
- u8 statStages[8];
+ s8 statStages[8];
u8 ability;
u8 type1, type2;
u8 unknown;