diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-26 22:37:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-26 22:37:16 -0400 |
commit | 1ed15b3952a3d9f43ee8133e14c82450300795ad (patch) | |
tree | db5eb13dea64424db67eff3e50f8e67a5f575f3c /include | |
parent | 81100d155a7ca7c0010e80b48a63937376db2144 (diff) |
through sub_80EA20C
Diffstat (limited to 'include')
-rwxr-xr-x | include/event_scripts.h | 1 | ||||
-rw-r--r-- | include/strings.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index bc942bec3..259e463c8 100755 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -6,6 +6,7 @@ #define GUARD_EVENT_SCRIPTS_H extern const u8 gUnknown_0823B4E8[]; +extern const u8 gUnknown_0823B5E9[]; extern const u8 gUnknown_08275BB7[]; extern const u8 gUnknown_08275D0C[]; extern const u8 gUnknown_08275D1F[]; 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 |