summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-08-25 22:13:55 -0500
committercamthesaxman <cameronghall@cox.net>2017-08-25 22:13:55 -0500
commitb40b8dd1bbeb196231ca24a16553bd75490edce5 (patch)
tree49e1fd92499e77a2d74af6885c1c7ec4a83a2cdb /include/battle.h
parent406ced34a1db5a700a542eb2b7a629b0e31c992d (diff)
parent4df36cd814d6bf045d56bc4c30b611838333b705 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/battle.h b/include/battle.h
index 9d8092197..08ed5cf58 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -520,12 +520,12 @@ struct BattleResults
struct Struct2017800
{
- u8 unk0_0:1;
+ u8 invisible:1;
u8 unk0_1:1;
- u8 unk0_2:1;
+ u8 substituteSprite:1;
u8 unk0_3:1;
u8 unk0_4:1;
- u16 unk2;
+ u16 transformedSpecies;
};
struct Struct2017810