summaryrefslogtreecommitdiff
path: root/src/object/book.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/book.c')
-rw-r--r--src/object/book.c2
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;
}