aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/hidden_objects
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2023-11-20 17:23:22 -0500
committerGitHub <noreply@github.com>2023-11-20 17:23:22 -0500
commit7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267 (patch)
tree312ef637d2150eb2ae8ce88ef55aaf68b98fd4ba /engine/events/hidden_objects
parentName 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff)
downloadpokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.tar.gz
pokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.tar.xz
pokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.zip
Identify the unnamed HRAM variables and one WRAM label (#438)
Diffstat (limited to 'engine/events/hidden_objects')
-rw-r--r--engine/events/hidden_objects/bookshelves.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/hidden_objects/bookshelves.asm b/engine/events/hidden_objects/bookshelves.asm
index b58444af..813cfc49 100644
--- a/engine/events/hidden_objects/bookshelves.asm
+++ b/engine/events/hidden_objects/bookshelves.asm
@@ -24,7 +24,7 @@ PrintBookshelfText::
pop af
call PrintPredefTextID
xor a
- ldh [hFFDB], a
+ ldh [hInteractedWithBookshelf], a
ret
.nextBookshelfEntry1
inc hl
@@ -33,7 +33,7 @@ PrintBookshelfText::
jr .loop
.noMatch
ld a, $ff
- ldh [hFFDB], a
+ ldh [hInteractedWithBookshelf], a
farjp PrintCardKeyText
INCLUDE "data/tilesets/bookshelf_tile_ids.asm"