summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-01 00:25:50 -0500
committerhuderlem <huderlem@gmail.com>2020-02-04 08:02:28 -0600
commitbe5d4172367a29450e252be9e38bd51a47b0305d (patch)
tree616f6b0d875452225c5ca6acaad291c56b047109 /src/pokemon_storage_system.c
parent0cf84d13ef15b5f317e62bd33dd55c4cad1362ed (diff)
Document some pokenav menu handlers
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r--src/pokemon_storage_system.c2
1 files changed, 1 insertions, 1 deletions
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;