diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-20 21:27:44 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-20 21:36:29 -0400 |
commit | b87cc706430f281d6af24daa942890574449a803 (patch) | |
tree | 6d292a71a1c5d302b57c3e85cf40a5f52dfddfcd /engine | |
parent | 2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (diff) |
Miscellaneous cleanup before continuing.
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] |