diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-13 00:30:24 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-13 00:30:24 -0500 |
commit | 828237e9b46d41860c5d06e8c0cd02296596e179 (patch) | |
tree | 3b64c242ad151009511337737b54568441101064 /src/pokemon_3.c | |
parent | a6275b4d7fe2f2d115a6336dc8cbc668008456ab (diff) |
decompile sub_8091AF8
Diffstat (limited to 'src/pokemon_3.c')
-rw-r--r-- | src/pokemon_3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_3.c b/src/pokemon_3.c index f9eb3a7e9..f4eac79a7 100644 --- a/src/pokemon_3.c +++ b/src/pokemon_3.c @@ -1255,7 +1255,7 @@ bool8 IsHMMove2(u16 move) bool8 sub_8040A3C(u16 species) { - return gBaseStats[species].bodyColor >> 7; // XXX: should this be a bitfield instead? + return gBaseStats[species].unk19_7; } s8 sub_8040A54(struct Pokemon *mon, u8 a2) |