diff options
| author | Vortyne <104168801+Vortyne@users.noreply.github.com> | 2023-11-20 17:23:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 17:23:22 -0500 |
| commit | 7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267 (patch) | |
| tree | 312ef637d2150eb2ae8ce88ef55aaf68b98fd4ba /home/hidden_objects.asm | |
| parent | Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff) | |
| download | pokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.tar.gz pokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.tar.xz pokeyellow-7a7a6d689c1fc2cd42ae925e4c7e19434a4e0267.zip | |
Identify the unnamed HRAM variables and one WRAM label (#438)
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 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 |
