diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-11 18:33:16 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-11 18:33:16 +0100 |
commit | a4235c9ff85cc54f8cc1f4a832f19e64eda74b59 (patch) | |
tree | e0df84dc0286fd6054c4c89545805b959eefb013 /include/battle.h | |
parent | 81410fee17547726e551204dcadc7271a9334aa2 (diff) |
Document battle arena
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/battle.h b/include/battle.h index 5f925b925..90bef24ac 100644 --- a/include/battle.h +++ b/include/battle.h @@ -498,12 +498,12 @@ struct BattleStruct struct BattleTv tv; u8 notSureWhatFieldLol[0x28]; u8 AI_monToSwitchIntoId[MAX_BATTLERS_COUNT]; - s8 field_298[2]; - s8 field_29A[2]; - u16 field_29C[2]; - u8 field_2A0; - u8 field_2A1; - u8 field_2A2; + s8 arenaMindPoints[2]; + s8 arenaSkillPoints[2]; + u16 arenaStartHp[2]; + u8 arenaLostPlayerMons; // Bits for party member, lost as in referee's decision, not by fainting. + u8 arenaLostOpponentMons; + u8 alreadyStatusedMoveAttempt; // As bits for battlers; For example when using Thunder Wave on an already paralyzed pokemon. }; #define GET_MOVE_TYPE(move, typeArg) \ |