diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-07 18:10:53 -0400 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-07 18:10:53 -0400 |
commit | d352999cd804f5ab4db4d3628f5a76eb5ba2e9ca (patch) | |
tree | 9b5e0c9286b155f968326751f7fc944786d7ac18 /src/pokenav_match_call_ui.c | |
parent | 0dc73b0b3a378f4af253691a7b2694b9faa2fbdf (diff) |
Change "navgear" to "pokenav"
Diffstat (limited to 'src/pokenav_match_call_ui.c')
-rw-r--r-- | src/pokenav_match_call_ui.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokenav_match_call_ui.c b/src/pokenav_match_call_ui.c index 7443c0bdb..67d5d5cf9 100644 --- a/src/pokenav_match_call_ui.c +++ b/src/pokenav_match_call_ui.c @@ -121,9 +121,9 @@ static const u8 sPokenavColors_0861FBE4[] = static const u8 *const sMatchCallFieldNames[] = { - gText_NavgearMatchCall_Strategy, - gText_NavgearMatchCall_TrainerPokemon, - gText_NavgearMatchCall_SelfIntroduction + gText_PokenavMatchCall_Strategy, + gText_PokenavMatchCall_TrainerPokemon, + gText_PokenavMatchCall_SelfIntroduction }; static const u8 sMatchCallFieldColors[] = |