diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-21 10:34:50 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-21 10:34:50 +0200 |
commit | 9f1842c55f85470646e41611febe798f54d4c7c8 (patch) | |
tree | 11cb8eefad86cc88f48741456175fff3c8738c66 /include/battle_message.h | |
parent | 705aa9e4568afe77c856066d595e0b219bd78e82 (diff) | |
parent | e81986cd20dbe0d8a98da646d964310a066f1af5 (diff) |
Merge branch 'master' into decompile_berry_blender
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 |