summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-06-19 23:39:22 -0500
committercamthesaxman <cameronghall@cox.net>2017-06-19 23:39:22 -0500
commita97a040dc17e05c2ad8ede7c2192173ac3724632 (patch)
treecaf44c64eb985bae96864e5e8fe8cd4bd025ae76 /include/battle_message.h
parent87bd7f4484dcccd2f87791d9c4654b52216675ca (diff)
parent102f5b1e15e7295e30a3cebfbbad3c8af4cc1d37 (diff)
merge upstream
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
index 04a7770a3..1ac20ce30 100644
--- a/include/battle_message.h
+++ b/include/battle_message.h
@@ -1,7 +1,7 @@
#ifndef GUARD_BATTLE_MESSAGE_H
#define GUARD_BATTLE_MESSAGE_H
-void get_battle_strings_(u8 *);
-void sub_8120FFC(const u8 *, u8 *);
+void StrCpyDecodeToDisplayedStringBattle(u8 *);
+void StrCpyDecodeBattle(const u8 *, u8 *);
#endif // GUARD_BATTLE_MESSAGE_H