From be5d4172367a29450e252be9e38bd51a47b0305d Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 1 Feb 2020 00:25:50 -0500 Subject: Document some pokenav menu handlers --- src/pokemon_storage_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pokemon_storage_system.c') diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 4ccb39ce2..f5a013209 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -6898,7 +6898,7 @@ static void SetCursorMonData(void *pokemon, u8 mode) *(txtPtr++) = 3; *(txtPtr++) = 0; *(txtPtr++) = CHAR_SPECIAL_F9; - *(txtPtr++) = 5; + *(txtPtr++) = CHAR_LV_2; txtPtr = ConvertIntToDecimalStringN(txtPtr, sPSSData->cursorMonLevel, STR_CONV_MODE_LEFT_ALIGN, 3); txtPtr[0] = CHAR_SPACE; -- cgit v1.2.3