aboutsummaryrefslogtreecommitdiffstats
path: root/home/hidden_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/hidden_objects.asm')
-rw-r--r--home/hidden_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/hidden_objects.asm b/home/hidden_objects.asm
index 986ce38f..c1e1c9d3 100644
--- a/home/hidden_objects.asm
+++ b/home/hidden_objects.asm
@@ -6,7 +6,7 @@ CheckForHiddenObjectOrBookshelfOrCardKeyDoor::
ldh a, [hLoadedROMBank]
push af
ldh a, [hJoyHeld]
- bit BIT_A_BUTTON, a
+ bit B_PAD_A, a
jr z, .nothingFound
; A button is pressed
ld a, BANK(CheckForHiddenObject)