diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm index cf550a465..373a960bd 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -5342,7 +5342,7 @@ BattleMenuPKMN_Loop: callba FreezeMonIcons call .GetMenu jr c, .PressedB - call Function1bee + call PlaceHollowCursor ld a, [wMenuCursorY] cp $1 ; SWITCH jp z, TryPlayerSwitch |