diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-24 14:15:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 14:15:40 -0500 |
commit | 33e3813b68aabb0e5ccf471c9f4e24f4ac478097 (patch) | |
tree | 080fe94507ae5d64cc0fd8dc0737a7dd2994fad8 /include/battle.h | |
parent | debbef2fff046e35cf225fb6d5f86051d6ea340a (diff) | |
parent | d87b8b03f19002705e27e08dfcbd1beaed0cb005 (diff) |
Merge pull request #416 from DizzyEggg/decompile_reshow_battle_screen
Decompile reshow battle screen
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 6 |
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 |