summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorRaúl Peñacoba <raul.mikaop.zelda@gmail.com>2017-08-21 16:54:31 +0200
committerRaúl Peñacoba <raul.mikaop.zelda@gmail.com>2017-08-21 16:54:31 +0200
commit6ae0842c048610ee1c72f85c6a0e1c4d801ebe9a (patch)
treed30f4c8e0e2c055f860accda7a1efdd7b2dcddbf /include/battle_message.h
parent6421c90f26aeb1b31daf4acebbb48d546bfc2884 (diff)
parente81986cd20dbe0d8a98da646d964310a066f1af5 (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.h5
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