From ef3c1e0138a71df58bf6a227df4a1913d7ff7b1d Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 9 Sep 2020 19:47:58 -0500 Subject: oops it's a bool --- include/dungeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dungeon.h') 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; -- cgit v1.2.3