summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-18 16:39:44 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-18 16:39:44 -0500
commit5c530e133042af0dfb2341b0dcf18efc9a37aa95 (patch)
tree681258743049bcbf75c909c8409d72a366ca6ffa /include/strings.h
parentf65e07fb1fac3b8092f8ec29c2c9b42fcb80fa60 (diff)
Finish porting pokemon_jump from Emerald
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index bbbe34058..8c19ea5cb 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1136,5 +1136,9 @@ extern const u8 gText_FilledStorageSpace2[];
extern const u8 gText_CantHoldMore[];
extern const u8 gText_SpacePoints2[];
extern const u8 gText_SpaceTimes3[];
+extern const u8 gText_JumpsInARow[];
+extern const u8 gText_BestScore2[];
+extern const u8 gText_ExcellentsInARow[];
+extern const u8 gText_PkmnJumpRecords[];
#endif //GUARD_STRINGS_H