diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:23:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-25 00:26:50 -0400 |
commit | 2cae14cf5ae83831d5c387b3823de34d8d476908 (patch) | |
tree | b776589bf88596d7280011c3ea1d9befd32b287f /include/battle_message.h | |
parent | 3300def3b39752f9f290f10dbf0cf7748f0dec5b (diff) | |
parent | e72babd734ab7fd4e5c6d29f456b82d5e76e1bde (diff) |
Merge remote-tracking branch 'origin/master' into de/integrate-data-includes
Conflicts:
asm/battle_anim_8137220.s
asm-de/battle_message.s
Diffstat (limited to 'include/battle_message.h')
-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 |