diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 18:28:15 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 18:28:15 -0500 |
commit | 92dd1f106bcf47fbcf310fdf0f246c8c22b97aed (patch) | |
tree | feb66e551126de38d39e268d6fb4bdb5cb0ef8be /include | |
parent | 5b12c6f1e7f1d02c4a47d0069c87b795bf5c2ccc (diff) |
match atk49_moveend
Diffstat (limited to 'include')
-rw-r--r-- | include/battle.h | 4 | ||||
-rw-r--r-- | include/constants/battle.h (renamed from include/constants/battle_constants.h) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index a799f8360..78b9d13de 100644 --- a/include/battle.h +++ b/include/battle.h @@ -2,7 +2,7 @@ #define GUARD_BATTLE_H #include "sprite.h" -#include "constants/battle_constants.h" +#include "constants/battle.h" #include "battle_setup.h" #define GET_BATTLER_POSITION(bank)((gBattlerPositions[bank])) @@ -762,6 +762,8 @@ extern u16 gBattle_WIN0V; extern u16 gBattle_WIN1H; extern u16 gBattle_WIN1V; +extern u8 gLastHitBy[MAX_BATTLERS_COUNT]; + extern u8 gDisplayedStringBattle[]; extern u16 gBattleTypeFlags; diff --git a/include/constants/battle_constants.h b/include/constants/battle.h index afa7fecf1..afa7fecf1 100644 --- a/include/constants/battle_constants.h +++ b/include/constants/battle.h |