diff options
Diffstat (limited to 'mobile/mobile_22_2.asm')
-rw-r--r-- | mobile/mobile_22_2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_22_2.asm b/mobile/mobile_22_2.asm index a729469f0..2eb183cb5 100644 --- a/mobile/mobile_22_2.asm +++ b/mobile/mobile_22_2.asm @@ -800,15 +800,15 @@ Function8b7bd: call ScrollingMenu call Mobile_DisableSpriteUpdates ld a, [wMenuJoypad] - cp $2 + cp B_BUTTON jr z, .asm_8b823 - cp $20 + cp D_LEFT jr nz, .asm_8b813 call Function8b832 jr .asm_8b7ea .asm_8b813 - cp $10 + cp D_RIGHT jr nz, .asm_8b81c call Function8b83e jr .asm_8b7ea |