diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 734d151b..b3f97ecc 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -4791,7 +4791,7 @@ BattleMenuPKMN_Loop: jr c, .Cancel .loop callfar FreezeMonIcons - callfar GetMenu + callfar BattleMonMenu jr c, BattleMenuPKMN_Loop call PlaceHollowCursor ld a, [wMenuCursorY] |