diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-06-21 20:47:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 20:47:58 +0200 |
commit | c84bb67156d6ab822b6ff1b508e9fae73f054675 (patch) | |
tree | 5973f1e72156bb75cb6561a11dd7f333b90fcb3f /include/battle_message.h | |
parent | 11ad653b57d811dbe8df831d4987128da39bdcb5 (diff) | |
parent | 42ae04c74fe07d05175efb4df143dbcf1b2752bc (diff) |
Merge pull request #2 from pret/master
be up to date with master2
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 4 |
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 |