summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-20 21:27:44 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-20 21:36:29 -0400
commitb87cc706430f281d6af24daa942890574449a803 (patch)
tree6d292a71a1c5d302b57c3e85cf40a5f52dfddfcd /engine/battle/core.asm
parent2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (diff)
Miscellaneous cleanup before continuing.
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm2
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]