diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-05 11:57:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 11:57:54 -0600 |
commit | 7597433af6bb89986cf7c69617923cabcbec17c1 (patch) | |
tree | 76480f2a45cb5a6f1fd5ff845fde26a06bf5513c /include/battle.h | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) | |
parent | ddcf52bcae7ed6909215f2c79b3e75ffb1f940bd (diff) |
Merge pull request #130 from DizzyEggg/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 3f39db374..c99913237 100644 --- a/include/battle.h +++ b/include/battle.h @@ -933,7 +933,7 @@ struct BattleHealthboxInfo u8 flag_x1 : 1; u8 flag_x2 : 1; u8 flag_x4 : 1; - u8 flag_x8 : 1; + u8 ballAnimActive : 1; // 0x8 u8 statusAnimActive : 1; // x10 u8 animFromTableActive : 1; // x20 u8 specialAnimActive : 1; //x40 |