aboutsummaryrefslogtreecommitdiffstats
path: root/home/hidden_objects.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-21 20:56:28 -0600
committerdannye <33dannye@gmail.com>2023-11-21 20:56:28 -0600
commit04f7f7f506a1dbb877e4678601261e8157fd0e57 (patch)
treebfe62d3872c5f031ee40df9488910bd58b0e1b15 /home/hidden_objects.asm
parentExtend tools/pcm.c to allow decoding .pcm to .wav (diff)
parentFix some map text constants (diff)
downloadpokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.tar.gz
pokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.tar.xz
pokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.zip
Merge branch 'master' of https://github.com/pret/pokered
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 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