summaryrefslogtreecommitdiff
path: root/engine/events/cinnabar_lab.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/cinnabar_lab.asm')
-rw-r--r--engine/events/cinnabar_lab.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/cinnabar_lab.asm b/engine/events/cinnabar_lab.asm
index 7cbb2cd5..547f782e 100644
--- a/engine/events/cinnabar_lab.asm
+++ b/engine/events/cinnabar_lab.asm
@@ -27,7 +27,7 @@ GiveFossilToCinnabarLab::
ld hl, wd730
res 6, [hl]
call HandleMenuInput
- bit 1, a ; pressed B?
+ bit BIT_B_BUTTON, a
jr nz, .cancelledGivingFossil
ld hl, wFilteredBagItems
ld a, [wCurrentMenuItem]