From 312883043b04f54568c442b8db1a68aa868c852a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 9 Sep 2020 19:58:33 -0500 Subject: doc'ing more bool stuff from pmde --- 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 f6eb240..96cc579 100644 --- a/include/dungeon.h +++ b/include/dungeon.h @@ -19,7 +19,7 @@ struct Dungeon u8 moneyCondition; u8 unk8; u8 unk9; - u8 saveBeforeEntering; //whether to quicksave or not before entering + bool8 saveBeforeEntering; //whether to quicksave or not before entering u8 unkB; // Apparently is a HM mask (Fly, Dive, Waterfall, Surf, Water) s16 timer; s16 unkE; -- cgit v1.2.3