diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:08:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:08:40 -0400 |
commit | e72babd734ab7fd4e5c6d29f456b82d5e76e1bde (patch) | |
tree | 63491c974888fe21604ec094cdf09110c8060c04 /include | |
parent | 98a170597f29156e04e92ae2701a186d01c19ca5 (diff) | |
parent | 9b3a34eb3ce339026a1aacb7fee9e8e44c5643f1 (diff) |
Merge pull request #341 from camthesaxman/decompile_battle_anim_8137220
decompile battle_anim_8137220
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |