diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:49:35 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:49:35 -0500 |
commit | e30b844ca17f0eac84418e449f5fabe72602bad8 (patch) | |
tree | d2ae3f0ba5403eac401367e2fd8a861bdaafad54 /src | |
parent | 4f20fc1ad3f8c204fe1adf7c594a66c9c57774e4 (diff) |
undo string fix
Diffstat (limited to 'src')
-rwxr-xr-x | src/data/battle_strings_de.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/battle_strings_de.h b/src/data/battle_strings_de.h index 873643506..5289ce4e0 100755 --- a/src/data/battle_strings_de.h +++ b/src/data/battle_strings_de.h @@ -831,7 +831,7 @@ const u8 BattleText_Rock[] = _("eine GESTEINS-Att."); const u8 BattleText_Bug[] = _("eine KÄFER-Att."); const u8 BattleText_Ghost[] = _("eine GEIST-Att."); const u8 BattleText_Steel[] = _("eine STAHL-Att."); -const u8 BattleText_Typeless[] = _("eine \?\?\?-Attacke"); +const u8 BattleText_Typeless[] = _("eine ???-Attacke"); const u8 BattleText_Fire[] = _("eine FEUER-Att."); const u8 BattleText_Water[] = _("eine WASSER-Att."); const u8 BattleText_Grass[] = _("eine PFLANZEN-Att."); |