diff options
author | Raúl Peñacoba <raul.mikaop.zelda@gmail.com> | 2017-08-21 16:54:31 +0200 |
---|---|---|
committer | Raúl Peñacoba <raul.mikaop.zelda@gmail.com> | 2017-08-21 16:54:31 +0200 |
commit | 6ae0842c048610ee1c72f85c6a0e1c4d801ebe9a (patch) | |
tree | d30f4c8e0e2c055f860accda7a1efdd7b2dcddbf /include/battle_message.h | |
parent | 6421c90f26aeb1b31daf4acebbb48d546bfc2884 (diff) | |
parent | e81986cd20dbe0d8a98da646d964310a066f1af5 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into pokenav
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 |