diff options
author | Garak <thomastaps194@comcast.net> | 2018-07-07 20:50:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 20:50:41 -0400 |
commit | 6c5d1c4a3de2f1a2d1855a542a6a5d53e4daf936 (patch) | |
tree | e9a140e919d72891ea825b64fc72a9cfa175ce88 /include/battle.h | |
parent | c4cc1522c86ec240c53c75455b650b1c69b2d5a4 (diff) | |
parent | 9238533346fd97c67e48fee33a204d1e8e2dd0a7 (diff) |
Merge pull request #9 from pret/master
sync with source repo
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h index c9bbb56eb..06a390cdf 100644 --- a/include/battle.h +++ b/include/battle.h @@ -458,6 +458,9 @@ struct Struct2017840 u8 filler2[6]; u8 unk8; u8 unk9_0:1; + u8 unk9_1:1; + u8 unkA; + u16 unkC; }; struct Struct20238C8 @@ -840,6 +843,8 @@ void SetBankFuncToOpponentBufferRunCommand(void); void BattleStopLowHpSound(void); void sub_8031FC4(u8, u8, bool8); void sub_8032984(u8, u16); +void refresh_graphics_maybe(u8, u8, u8); +void sub_80324E0(u8 a); void SetBankFuncToLinkOpponentBufferRunCommand(void); |