diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-10 19:31:12 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-10 19:29:23 -0600 |
commit | b7ab9cbf4c36f0cf066be655432c57ec6e12e7e5 (patch) | |
tree | 537d5d80cc28f5dfea938a4f01520fab4db81b70 /src/pokedex.c | |
parent | ed1ff0ad774c67e7184fb0c862005e487fed42ec (diff) |
Update JP translation and fix typo
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index b5ac066db..91db54906 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -934,7 +934,7 @@ static const u8 gUnknown_0856ED08[][4] = static const struct UnknownStruct3 gUnknown_0856ED30[] = { { - .text = gText_SeachForPkmnBasedOnParameters, + .text = gText_SearchForPkmnBasedOnParameters, .unk4 = 0, .unk5 = 0, .unk6 = 5, |