aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/players_pc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus/players_pc.asm')
-rw-r--r--engine/menus/players_pc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/players_pc.asm b/engine/menus/players_pc.asm
index 9e1553dd..402275b5 100644
--- a/engine/menus/players_pc.asm
+++ b/engine/menus/players_pc.asm
@@ -50,7 +50,7 @@ PlayerPCMenu:
ld hl, WhatDoYouWantText
call PrintText
call HandleMenuInput
- bit 1, a
+ bit BIT_B_BUTTON, a
jp nz, ExitPlayerPC
call PlaceUnfilledArrowMenuCursor
ld a, [wCurrentMenuItem]