diff options
Diffstat (limited to 'event/mom.asm')
-rw-r--r-- | event/mom.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/mom.asm b/event/mom.asm index c6bf0da52..9f8c5d543 100644 --- a/event/mom.asm +++ b/event/mom.asm @@ -109,7 +109,7 @@ endr call InterpretMenu2 call WriteBackup jr c, .cancel - ld a, [wcfa9] + ld a, [MenuSelection2] cp $1 jr z, .withdraw cp $2 |