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/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_script_commands.c') diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 8924c6729..b6dd292f8 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6351,7 +6351,7 @@ static void PutLevelAndGenderOnLvlUpBox(void) txtPtr = gStringVar4; gStringVar4[0] = CHAR_SPECIAL_F9; txtPtr++; - txtPtr[0] = 5; + txtPtr[0] = CHAR_LV_2; txtPtr++; var = (u32)(txtPtr); -- cgit v1.2.3