diff options
Diffstat (limited to 'event/mom.asm')
-rw-r--r-- | event/mom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/mom.asm b/event/mom.asm index 61d374de9..8be55b6c6 100644 --- a/event/mom.asm +++ b/event/mom.asm @@ -106,10 +106,10 @@ endr call LoadStandardMenuDataHeader ld hl, MenuDataHeader_0x166b5 call CopyMenuDataHeader - call InterpretMenu2 + call VerticalMenu call WriteBackup jr c, .cancel - ld a, [MenuSelection2] + ld a, [wMenuCursorY] cp $1 jr z, .withdraw cp $2 |