diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/event_scripts.h | 3 | ||||
-rw-r--r-- | include/strings.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 84067516a..bc942bec3 100755 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -361,7 +361,4 @@ extern const u8 gPokeNewsTextLilycove_Ending[]; extern const u8 gPokeNewsTextBlendMaster_Upcoming[]; extern const u8 gPokeNewsTextBlendMaster_Ongoing[]; extern const u8 gPokeNewsTextBlendMaster_Ending[]; -extern const u8 gText_ApostropheSBase[]; -extern const u8 gText_NoRegistry[]; - #endif //GUARD_EVENT_SCRIPTS_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 |