diff options
author | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 12:56:08 -0400 |
---|---|---|
committer | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 12:56:08 -0400 |
commit | 973f010c417e8d5b5c5e2e2da0a7063c7f5cc110 (patch) | |
tree | 77e45739e020ec8ca1e6e8fc7fd77abc45273e74 /src | |
parent | 79a40cb610a9bb1915405092de3f41329f8caeac (diff) |
Translate the Trainer card test name
Diffstat (limited to 'src')
-rw-r--r-- | src/trainer_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_card.c b/src/trainer_card.c index b34517def..5e07fdcc8 100644 --- a/src/trainer_card.c +++ b/src/trainer_card.c @@ -87,7 +87,7 @@ const struct TrainerCard sTestTrainerCard = .pokemonTrades = 0xFFFF, .money = 99999, .var_28 = {1, 2, 3, 4}, - .playerName = _("てすと"), // "test" + .playerName = DTR("てすと", "TEST"), }; #endif |