diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 16:39:44 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 16:39:44 -0500 |
commit | 5c530e133042af0dfb2341b0dcf18efc9a37aa95 (patch) | |
tree | 681258743049bcbf75c909c8409d72a366ca6ffa /include/strings.h | |
parent | f65e07fb1fac3b8092f8ec29c2c9b42fcb80fa60 (diff) |
Finish porting pokemon_jump from Emerald
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
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 |