diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-05 02:47:32 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-05 21:04:43 -0500 |
commit | 86354f1d50a5cb510b2788558c06342b21dbaa08 (patch) | |
tree | bea163f80c91feab435542b5ed93f3773072970e /src/pokemon_summary_screen.c | |
parent | 27c4329e4518a9838476e16c9fbb4cfb6d83a0d7 (diff) |
Document some pokenav and region map
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index ffd468a9b..81befefc5 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -3095,7 +3095,7 @@ static void BufferMonTrainerMemo(void) if (sum->metLocation < MAPSEC_NONE) { - sub_8124610(metLocationString, sum->metLocation); + GetMapNameHandleAquaHideout(metLocationString, sum->metLocation); DynamicPlaceholderTextUtil_SetPlaceholderPtr(4, metLocationString); } |