From 7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267 Mon Sep 17 00:00:00 2001 From: Vortyne <104168801+Vortyne@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:23:22 -0500 Subject: Identify the unnamed HRAM variables and one WRAM label (#438) --- home/hidden_objects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/hidden_objects.asm') diff --git a/home/hidden_objects.asm b/home/hidden_objects.asm index 6e7d980a..2e3510b0 100644 --- a/home/hidden_objects.asm +++ b/home/hidden_objects.asm @@ -26,7 +26,7 @@ CheckForHiddenObjectOrBookshelfOrCardKeyDoor:: jr .done .hiddenObjectNotFound farcall PrintBookshelfText - ldh a, [hFFDB] + ldh a, [hInteractedWithBookshelf] and a jr z, .done .nothingFound -- cgit v1.3.1-sl0p