diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-09 19:47:58 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-09 19:47:58 -0500 |
commit | ef3c1e0138a71df58bf6a227df4a1913d7ff7b1d (patch) | |
tree | 34b16f50efc19af99b460698b890acdcbcac8426 /include/dungeon.h | |
parent | db15fdd32463da9ef007a068f87f9f81e47cf3a7 (diff) |
oops it's a bool
Diffstat (limited to 'include/dungeon.h')
-rw-r--r-- | include/dungeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon.h b/include/dungeon.h index 663a50f..f6eb240 100644 --- a/include/dungeon.h +++ b/include/dungeon.h @@ -11,7 +11,7 @@ struct Dungeon { u8 stairDirection; u8 unk1; - u8 isRecruitable; + bool8 isRecruitable; s8 unk3; u8 maxItemCount; u8 maxPartySize; |