diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-06-23 01:08:28 -0500 | 
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-06-23 01:08:28 -0500 | 
| commit | 9b3a34eb3ce339026a1aacb7fee9e8e44c5643f1 (patch) | |
| tree | 0cf1bbc4784e55fc3d4657343fad0571710263d3 /include | |
| parent | 2e77bc6d5ee6b508bb88e0971fc860f50165232a (diff) | |
finish decompiling battle_anim_8137220
Diffstat (limited to 'include')
| -rw-r--r-- | include/battle.h | 3 | ||||
| -rw-r--r-- | include/battle_message.h | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/include/battle.h b/include/battle.h index b151eff41..98f499bfe 100644 --- a/include/battle.h +++ b/include/battle.h @@ -197,7 +197,8 @@ struct Struct2017810  struct Struct2017840  {      u16 unk0; -    u8 filler2[7]; +    u8 filler2[6]; +    u8 unk8;      u8 unk9_0:1;  }; diff --git a/include/battle_message.h b/include/battle_message.h index 1ac20ce30..da57333a5 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -1,7 +1,7 @@  #ifndef GUARD_BATTLE_MESSAGE_H  #define GUARD_BATTLE_MESSAGE_H -void StrCpyDecodeToDisplayedStringBattle(u8 *); +void StrCpyDecodeToDisplayedStringBattle(const u8 *);  void StrCpyDecodeBattle(const u8 *, u8 *);  #endif // GUARD_BATTLE_MESSAGE_H | 
