diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-24 16:31:06 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-24 16:31:06 +0200 |
| commit | e59630f2022059add2723949fbe38d7ae000bd43 (patch) | |
| tree | 4f67fcae7543626bfada8ea34958e07cb990e658 /src/beanstalkSubtask.c | |
| parent | 7e4466f92831c1ad1ced59d14f0347d02f561a5e (diff) | |
Fix dungeon item mixup
Diffstat (limited to 'src/beanstalkSubtask.c')
| -rw-r--r-- | src/beanstalkSubtask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beanstalkSubtask.c b/src/beanstalkSubtask.c index d09ea3cd..42f6943b 100644 --- a/src/beanstalkSubtask.c +++ b/src/beanstalkSubtask.c @@ -332,7 +332,7 @@ u32 UpdatePlayerCollision(void) { OpenSmallChest(position, gPlayerEntity.collisionLayer); return 2; case 0x71: - if (HasDungeonMap() == 0) { + if (HasDungeonSmallKey() == 0) { return 0; } gUnk_0200AF00.unk_2d = 6; |
