diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-25 06:53:22 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-25 06:53:22 +0800 |
commit | 41a7e6967dd4fd79eb01a45f4d77cf7c2ca11dc1 (patch) | |
tree | aceec00f83489b61f2eed7cb9c61f3b55370a2b2 /include | |
parent | 29d7ae94dea8e35d098b60a786368f391324221e (diff) |
thru atk14
Diffstat (limited to 'include')
-rw-r--r-- | include/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h index e922cc241..dc5a5ef00 100644 --- a/include/battle.h +++ b/include/battle.h @@ -982,5 +982,8 @@ extern u16 gLastLandedMoves[MAX_BATTLERS_COUNT]; extern u8 gLastHitBy[MAX_BATTLERS_COUNT]; extern u8 gMultiUsePlayerCursor; extern u8 gNumberOfMovesToChoose; +extern u16 gLastHitByType[MAX_BATTLERS_COUNT]; +extern s32 gHpDealt; +extern u16 gPauseCounterBattle; #endif // GUARD_BATTLE_H |