diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-04 16:12:45 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-04 16:12:45 +0100 |
commit | 352102a07ac5a370c065c0124a1f8620fa4e8841 (patch) | |
tree | 8c614a334ade273227578acb0d79cf40ba9834cd /include/strings.h | |
parent | 6c8155074b67cce4dd5a6aa01d83bc6830b9d1c8 (diff) | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
Merge branch 'master' into decompile_battle_7
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 191b1809a..fcdb1eca4 100644 --- a/include/strings.h +++ b/include/strings.h @@ -70,5 +70,10 @@ extern const u8 gText_Cushion[]; extern const u8 gText_Decorate[]; extern const u8 gText_PutAway[]; extern const u8 gText_Toss2[]; +extern const u8 gText_ApostropheSBase[]; +extern const u8 gText_NoRegistry[]; +extern const u8 gText_OkayToDeleteFromRegistry[]; +extern const u8 gText_RegisteredDataDeleted[]; +extern const u8 gUnknown_085EA79D[]; #endif //GUARD_STRINGS_H |