diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 18:56:46 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 18:56:46 +0200 |
| commit | e689c1b32dca15796580f780e9a57161615686c5 (patch) | |
| tree | aa0f89d9e38413de56fdd0a62c8087890cabecac /src/object/book.c | |
| parent | 561b8da657d8005339c7255924543ccadadc5d67 (diff) | |
Filled in the directions
Diffstat (limited to 'src/object/book.c')
| -rw-r--r-- | src/object/book.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/book.c b/src/object/book.c index 31d07e34..36f76c6a 100644 --- a/src/object/book.c +++ b/src/object/book.c @@ -222,7 +222,7 @@ void Book_Action5(BookEntity* this) { u32 sub_0809B688(Entity* this) { u32 ret = EntityInRectRadius(this, &gPlayerEntity, 6, 12); - if (ret == 1 && gPlayerState.direction != 16) { + if (ret == 1 && gPlayerState.direction != DirectionSouth) { ret = 0; } |
