diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 19:36:25 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 19:36:25 +0200 |
commit | 9ac913c5270c7cc5fc245c2cce6b9e64e848f7e9 (patch) | |
tree | 78ae9d68e1da40bfa901c15855e074ee0ce61f32 /include/battle.h | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
start working on reshow battle screen
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index 9d8092197..d948dfa7d 100644 --- a/include/battle.h +++ b/include/battle.h @@ -522,10 +522,10 @@ struct Struct2017800 { u8 unk0_0: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 |