diff options
author | garakmon <thomastaps194@comcast.net> | 2018-07-07 21:29:11 -0400 |
---|---|---|
committer | garakmon <thomastaps194@comcast.net> | 2018-07-07 21:29:11 -0400 |
commit | 864a69f9bf050eaaa062c8346cd6a5032e617139 (patch) | |
tree | bd8b133710c813b11becf602067495526c849b6a /include/battle.h | |
parent | 47bcba3e1b5140cef7f04edcda3759818408726a (diff) |
merge conflicts are soooooooooo fun
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); |