summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dungeon.h2
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;