summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-14 04:49:21 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-14 04:49:21 +0800
commit0985206a2998d69c984c6bb4494dec442209c4ca (patch)
tree33602c217860abd38762bb8799c0a898e6b7be90 /include/strings.h
parent0eb43a11847b4a20263146a61e009b86c67de1b4 (diff)
marked all static functions in pokemon.c
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index a16792aa5..3d62928d1 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -179,4 +179,13 @@ extern const u8 gUnknown_84169DC[];
extern const u8 gUnknown_84162BD[];
extern const u8 gUnknown_841D148[];
+extern const u8 BattleText_Rose[];
+extern const u8 BattleText_UnknownString3[];
+extern const u8 BattleText_GetPumped[];
+extern const u8 BattleText_MistShroud[];
+extern const u8 gText_EggNickname[];
+extern const u8 gText_BadEgg[];
+extern const u8 gText_PkmnsXPreventsSwitching[];
+extern u8 *gUnknown_83FD5D0[];
+
#endif //GUARD_STRINGS_H