summaryrefslogtreecommitdiff
path: root/include/dungeon.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-09-09 19:58:33 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-09-09 19:58:33 -0500
commit312883043b04f54568c442b8db1a68aa868c852a (patch)
tree989d2dac3b05701145791f61c39ecf027650facd /include/dungeon.h
parentef3c1e0138a71df58bf6a227df4a1913d7ff7b1d (diff)
doc'ing more bool stuff from pmde
Diffstat (limited to 'include/dungeon.h')
-rw-r--r--include/dungeon.h2
1 files changed, 1 insertions, 1 deletions
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;