summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-28 17:37:17 -0400
committerscnorton <scnorton@biociphers.org>2017-06-28 17:37:17 -0400
commit26a48d7e926d3c7841a28b2af8cbbd170923469e (patch)
treefa83e9a7105769c66e3a66b3c6871984293db329 /include/battle_message.h
parent39efcb2a6d169fba0ff33f1bd25e2947b74881a0 (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into use_pokeblock
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
new file mode 100644
index 000000000..da57333a5
--- /dev/null
+++ b/include/battle_message.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_BATTLE_MESSAGE_H
+#define GUARD_BATTLE_MESSAGE_H
+
+void StrCpyDecodeToDisplayedStringBattle(const u8 *);
+void StrCpyDecodeBattle(const u8 *, u8 *);
+
+#endif // GUARD_BATTLE_MESSAGE_H