diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:30:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 13:30:45 -0500 |
commit | b2cd76e980a7b9b8f9f7c268b0af49dd9a80ab96 (patch) | |
tree | 866246260e25585ca4b003029608ea1fd95a9b14 | |
parent | 28c9f5ee21407a7c896b171b20fddaf3791f93c7 (diff) |
attempted fix for german
-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 e696adf94..0e1df4b2a 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."); |