diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:23:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:23:45 -0500 |
commit | 09302c0bc5ead4e28099ba88cb486dab6def4d8f (patch) | |
tree | 073798897888d65b4e436b46274b68ab996c51d3 /include/strings.h | |
parent | 3ff5db0b69a56fe916c156bc97d7753b570a12d7 (diff) | |
parent | eb5737357d4b34a686ea09b9651630f4c3f8b80f (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into field_map_obj_helpers
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 806a2e405..305007c5d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -202,4 +202,12 @@ extern const u8 gText_ButtonMode[]; extern const u8 gText_MaleSymbol[]; extern const u8 gText_FemaleSymbol[]; +// mystery event menu text +extern const u8 gText_EventSafelyLoaded[]; +extern const u8 gText_LoadErrorEndingSession[]; +extern const u8 gText_PressAToLoadEvent[]; +extern const u8 gText_LoadingEvent[]; +extern const u8 gText_DontRemoveCableTurnOff[]; +extern const u8 gText_LinkStandby2[]; + #endif //GUARD_STRINGS_H |