diff options
Diffstat (limited to 'engine/events/vending_machine.asm')
| -rw-r--r-- | engine/events/vending_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/vending_machine.asm b/engine/events/vending_machine.asm index 6ff6a5e4..68dfadfb 100644 --- a/engine/events/vending_machine.asm +++ b/engine/events/vending_machine.asm @@ -30,7 +30,7 @@ VendingMachineMenu:: ld hl, wd730 res 6, [hl] call HandleMenuInput - bit 1, a ; pressed B? + bit BIT_B_BUTTON, a jr nz, .notThirsty ld a, [wCurrentMenuItem] cp 3 ; chose Cancel? |
