diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-01 00:25:50 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-04 08:02:28 -0600 |
commit | be5d4172367a29450e252be9e38bd51a47b0305d (patch) | |
tree | 616f6b0d875452225c5ca6acaad291c56b047109 /src/battle_script_commands.c | |
parent | 0cf84d13ef15b5f317e62bd33dd55c4cad1362ed (diff) |
Document some pokenav menu handlers
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |