summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/battle.h b/include/battle.h
index 18a24a761..93b251cd8 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -520,12 +520,12 @@ enum
struct BattleSpriteInfo
{
- u16 invisible : 1; // 0x1
- u16 lowHpSong : 1; // 0x2
- u16 behindSubstitute : 1; // 0x4
- u16 flag_x8 : 1; // 0x8
- u16 hpNumbersNoBars : 1; // 0x10
- u16 transformSpecies;
+ /*0x0*/ u16 invisible : 1; // 0x1
+ u16 lowHpSong : 1; // 0x2
+ u16 behindSubstitute : 1; // 0x4
+ u16 flag_x8 : 1; // 0x8
+ u16 hpNumbersNoBars : 1; // 0x10
+ /*0x2*/ u16 transformSpecies;
};
struct BattleAnimationInfo