diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-22 15:33:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 15:33:38 -0500 |
commit | 46ca339a3a8d44ae199228e2e4198daa9d337efb (patch) | |
tree | 152f0292a9f382f9f2ac545e605e2eecc95ae1f6 /include/battle_message.h | |
parent | 3e7bdf4f5fd54676c6f965325ec5b67d3d8b3eef (diff) | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
Merge branch 'master' into decompile_battle_5
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index da57333a5..d115e5357 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -1,7 +1,8 @@ #ifndef GUARD_BATTLE_MESSAGE_H #define GUARD_BATTLE_MESSAGE_H -void StrCpyDecodeToDisplayedStringBattle(const u8 *); -void StrCpyDecodeBattle(const u8 *, u8 *); +void BufferStringBattle(u16 stringID); +u32 StrCpyDecodeToDisplayedStringBattle(const u8* src); +u32 StrCpyDecodeBattle(const u8* src, u8* dst); #endif // GUARD_BATTLE_MESSAGE_H |