diff options
Diffstat (limited to 'home/hidden_objects.asm')
| -rw-r--r-- | home/hidden_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/hidden_objects.asm b/home/hidden_objects.asm index d22bd3d8..986ce38f 100644 --- a/home/hidden_objects.asm +++ b/home/hidden_objects.asm @@ -25,7 +25,7 @@ CheckForHiddenObjectOrBookshelfOrCardKeyDoor:: .hiddenObjectNotFound predef GetTileAndCoordsInFrontOfPlayer farcall PrintBookshelfText - ldh a, [hFFDB] + ldh a, [hInteractedWithBookshelf] and a jr z, .done .nothingFound |
