summaryrefslogtreecommitdiff
path: root/battle/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/menu.asm')
-rwxr-xr-xbattle/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/menu.asm b/battle/menu.asm
index 72b22841c..3efcc0079 100755
--- a/battle/menu.asm
+++ b/battle/menu.asm
@@ -3,7 +3,7 @@ LoadBattleMenu: ; 24ef2
call LoadMenuDataHeader
ld a, [wd0d2]
ld [wMenuCursorBuffer], a
- call Function2039
+ call InterpretBattleMenu
ld a, [wMenuCursorBuffer]
ld [wd0d2], a
call ExitMenu
@@ -25,7 +25,7 @@ ContestBattleMenu: ; 24f13
Function24f19: ; 24f19
ld a, [wd0d2]
ld [wMenuCursorBuffer], a
- call InterpretMenu
+ call _2DMenu
ld a, [wMenuCursorBuffer]
ld [wd0d2], a
call ExitMenu