From 81100d155a7ca7c0010e80b48a63937376db2144 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 26 Oct 2017 22:21:20 -0400 Subject: sub_80EA08C --- include/strings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 191b1809a..abbbb1edc 100644 --- a/include/strings.h +++ b/include/strings.h @@ -70,5 +70,8 @@ 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[]; #endif //GUARD_STRINGS_H -- cgit v1.2.3 From 1ed15b3952a3d9f43ee8133e14c82450300795ad Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 26 Oct 2017 22:37:16 -0400 Subject: through sub_80EA20C --- include/strings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index abbbb1edc..190ee7b45 100644 --- a/include/strings.h +++ b/include/strings.h @@ -73,5 +73,6 @@ 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[]; #endif //GUARD_STRINGS_H -- cgit v1.2.3 From a5951592be1495e8ac32830d091a36d9eb9eefcf Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 27 Oct 2017 23:21:09 -0400 Subject: Decompile data --- include/strings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 190ee7b45..fcdb1eca4 100644 --- a/include/strings.h +++ b/include/strings.h @@ -74,5 +74,6 @@ 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 -- cgit v1.2.3