summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-06-13 00:30:24 -0500
committercamthesaxman <cameronghall@cox.net>2017-06-13 00:30:24 -0500
commit828237e9b46d41860c5d06e8c0cd02296596e179 (patch)
tree3b64c242ad151009511337737b54568441101064 /include
parenta6275b4d7fe2f2d115a6336dc8cbc668008456ab (diff)
decompile sub_8091AF8
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 15a028d6e..a9c780dbb 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -357,7 +357,8 @@ struct BaseStats
/* 0x16 */ u8 ability1;
/* 0x17 */ u8 ability2;
/* 0x18 */ u8 safariZoneFleeRate;
- /* 0x19 */ u8 bodyColor;
+ /* 0x19 */ u8 bodyColor:7;
+ u8 unk19_7:1;
};
struct BattleMove