summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-26 06:45:00 -0400
committerGitHub <noreply@github.com>2019-10-26 06:45:00 -0400
commiteafb77fbb912d22294f168c1e6e89575b35f0d6c (patch)
tree286f735ca16bd576926197f4f6a80ab6f0c24dc4 /include/battle_message.h
parent7579fc65c12bd46c045d10eb8cd9a2320fd1f3f0 (diff)
parent0ae4d58e985dcc3d265ea30505f439c34eab21ab (diff)
Merge pull request #125 from jiangzhengwenjz/battle
battle (3rd take)
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
index ffc9d5bb7..130dc7ce9 100644
--- a/include/battle_message.h
+++ b/include/battle_message.h
@@ -238,4 +238,12 @@ extern const u8* const gStatNamesTable2[];
extern const u16 gMissStringIds[];
extern const u16 gTrappingMoves[];
+extern const u8 gText_Sleep[];
+extern const u8 gText_Poison[];
+extern const u8 gText_Burn[];
+extern const u8 gText_Paralysis[];
+extern const u8 gText_Ice[];
+extern const u8 gText_Confusion[];
+extern const u8 gText_Love[];
+
#endif // GUARD_BATTLE_MESSAGE_H