diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 16:06:58 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 17:38:08 -0400 |
commit | 085f8adec62be6a1ecf7b4389148867408b30bed (patch) | |
tree | 5ef7348899ff867646ba9d13904ff034df7af7ed /src/pokeblock.c | |
parent | 9a0618afc3f7ccf8a5d19ee5815fd388003d4a95 (diff) |
Start remaining menu documentation
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index b5f1c9298..e07ad018e 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -1150,7 +1150,7 @@ static void ShowPokeblockActionsWindow(u8 taskId) DestroyScrollArrows(); DrawStdFrameWithCustomTileAndPalette(tWindowId, 0, 1, 0xE); sub_81995E4(tWindowId, sPokeblockMenu->numActions, sPokeblockMenuActions, sPokeblockMenu->pokeblockActionIds); - InitMenuInUpperLeftCornerPlaySoundWhenAPressed(tWindowId, sPokeblockMenu->numActions, 0); + InitMenuInUpperLeftCornerNormal(tWindowId, sPokeblockMenu->numActions, 0); PutWindowTilemap(tWindowId); ScheduleBgCopyTilemapToVram(1); |