diff options
author | yenatch <yenatch@gmail.com> | 2017-07-08 12:46:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 12:46:08 -0400 |
commit | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (patch) | |
tree | 7f59c82c62e0e9f7e3da7eeffd8a8405f83feb08 /src | |
parent | bd4a6520eaaaac186b6b26557305be8939a7ea2a (diff) | |
parent | 956cf9ad866615beea26c61b5e0839cb0d841730 (diff) |
Merge pull request #352 from JaceCearK1/master
Fix German Sapphire's Default Nr.1 Player Names
Diffstat (limited to 'src')
-rw-r--r-- | src/strings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strings.c b/src/strings.c index cc0641dce..be1bd94c7 100644 --- a/src/strings.c +++ b/src/strings.c @@ -976,7 +976,7 @@ const u8 gBirchText_Girl[] = _("MÄDEL"); const u8 gBirchText_NewName[] = _("NEUER NAME"); #ifdef SAPPHIRE -const u8 gDefaultBoyName1[] = _("SEAN"); +const u8 gDefaultBoyName1[] = _("SEBOLD"); #else const u8 gDefaultBoyName1[] = _("ROLAND"); #endif @@ -985,7 +985,7 @@ const u8 gDefaultBoyName3[] = _("HELGE"); const u8 gDefaultBoyName4[] = _("JAN"); #ifdef SAPPHIRE -const u8 gDefaultGirlName1[] = _("MARINA"); +const u8 gDefaultGirlName1[] = _("MARTINA"); #else const u8 gDefaultGirlName1[] = _("PETRA"); #endif |